(self)
| 32 | |
| 33 | class 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 |
nothing calls this directly
no outgoing calls
no test coverage detected