Update diff.py
Browse files
diff.py
CHANGED
@@ -10,7 +10,6 @@ class SendIt:
|
|
10 |
"stabilityai/stable-diffusion-2-1",
|
11 |
"stabilityai/stable-diffusion-2-1-base",
|
12 |
"SG161222/Realistic_Vision_V1.4",
|
13 |
-
"Linaqruf/anything-v3.0",
|
14 |
"eimiss/EimisAnimeDiffusion_1.0v",
|
15 |
"nitrosocke/Nitro-Diffusion",
|
16 |
"wavymulder/portraitplus",
|
@@ -47,7 +46,6 @@ class SendIt:
|
|
47 |
gr.Interface.load(f"models/{models[17]}",live=True,preprocess=True),
|
48 |
gr.Interface.load(f"models/{models[18]}",live=True,preprocess=True),
|
49 |
gr.Interface.load(f"models/{models[19]}",live=True,preprocess=True),
|
50 |
-
gr.Interface.load(f"models/{models[20]}",live=True,preprocess=True),
|
51 |
|
52 |
|
53 |
]
|
|
|
10 |
"stabilityai/stable-diffusion-2-1",
|
11 |
"stabilityai/stable-diffusion-2-1-base",
|
12 |
"SG161222/Realistic_Vision_V1.4",
|
|
|
13 |
"eimiss/EimisAnimeDiffusion_1.0v",
|
14 |
"nitrosocke/Nitro-Diffusion",
|
15 |
"wavymulder/portraitplus",
|
|
|
46 |
gr.Interface.load(f"models/{models[17]}",live=True,preprocess=True),
|
47 |
gr.Interface.load(f"models/{models[18]}",live=True,preprocess=True),
|
48 |
gr.Interface.load(f"models/{models[19]}",live=True,preprocess=True),
|
|
|
49 |
|
50 |
|
51 |
]
|