MCPcopy Create free account
hub / github.com/RichardErkhov/FastFaceSwap / init_plugin

Method init_plugin

plugins/plugin_codeformer.py:34–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32
33class PluginCodeformer(ChainImgPlugin):
34 def init_plugin(self):
35 import plugins.codeformer_app_cv2
36 pass
37
38 def process(self, img, params:dict):
39 # params can be used to transfer some img info to next processors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected