rename to iopaint
This commit is contained in:
16
iopaint/tests/test_model_md5.py
Normal file
16
iopaint/tests/test_model_md5.py
Normal file
@@ -0,0 +1,16 @@
|
||||
def test_load_model():
|
||||
from iopaint.plugins import InteractiveSeg
|
||||
from iopaint.model_manager import ModelManager
|
||||
|
||||
interactive_seg_model = InteractiveSeg("vit_l", "cpu")
|
||||
|
||||
models = ["lama", "ldm", "zits", "mat", "fcf", "manga", "migan"]
|
||||
for m in models:
|
||||
ModelManager(
|
||||
name=m,
|
||||
device="cpu",
|
||||
no_half=False,
|
||||
disable_nsfw=False,
|
||||
sd_cpu_textencoder=True,
|
||||
cpu_offload=True,
|
||||
)
|
||||
Reference in New Issue
Block a user