IOPaint/lama_cleaner/plugins/__init__.py
2023-03-27 20:49:06 +08:00

6 lines
191 B
Python

from .interactive_seg import InteractiveSeg, Click
from .remove_bg import RemoveBG
from .realesrgan import RealESRGANUpscaler
from .gfpgan_plugin import GFPGANPlugin
from .gif import MakeGIF