IOPaint/lama_cleaner/plugins/__init__.py

4 lines
126 B
Python
Raw Normal View History

2023-03-22 05:57:18 +01:00
from .interactive_seg import InteractiveSeg, Click
from .remove_bg import RemoveBG
2023-03-25 02:53:22 +01:00
from .realesrgan import RealESRGANUpscaler