Spaces:
Runtime error
Runtime error
QIU JUNZHE
commited on
Commit
•
b0ec270
1
Parent(s):
22350ec
Update I-am-Justin.py
Browse files- I-am-Justin.py +2 -0
I-am-Justin.py
CHANGED
@@ -34,6 +34,7 @@ models = [
|
|
34 |
"Birchlabs/waifu-diffusion-xl-unofficial",
|
35 |
"digiplay/KawaiiRealisticAnimeMix_A0.3",
|
36 |
"digiplay/AI-infinity-V1-fp16",
|
|
|
37 |
]
|
38 |
current_model = models[0]
|
39 |
|
@@ -70,6 +71,7 @@ models2=[
|
|
70 |
gr.Interface.load(f"models/{models[27]}",live=True,preprocess=False),
|
71 |
gr.Interface.load(f"models/{models[28]}",live=True,preprocess=False),
|
72 |
gr.Interface.load(f"models/{models[29]}",live=True,preprocess=False),
|
|
|
73 |
]
|
74 |
|
75 |
|
|
|
34 |
"Birchlabs/waifu-diffusion-xl-unofficial",
|
35 |
"digiplay/KawaiiRealisticAnimeMix_A0.3",
|
36 |
"digiplay/AI-infinity-V1-fp16",
|
37 |
+
"Yntec/CultClassic",
|
38 |
]
|
39 |
current_model = models[0]
|
40 |
|
|
|
71 |
gr.Interface.load(f"models/{models[27]}",live=True,preprocess=False),
|
72 |
gr.Interface.load(f"models/{models[28]}",live=True,preprocess=False),
|
73 |
gr.Interface.load(f"models/{models[29]}",live=True,preprocess=False),
|
74 |
+
gr.Interface.load(f"models/{models[30]}",live=True,preprocess=False),
|
75 |
]
|
76 |
|
77 |
|