Spaces:
Runtime error
Runtime error
QIU JUNZHE
commited on
Commit
•
22350ec
1
Parent(s):
cd1a0ee
Update I-am-Justin.py
Browse files- I-am-Justin.py +2 -0
I-am-Justin.py
CHANGED
@@ -33,6 +33,7 @@ models = [
|
|
33 |
"Envvi/Inkpunk-Diffusion",
|
34 |
"Birchlabs/waifu-diffusion-xl-unofficial",
|
35 |
"digiplay/KawaiiRealisticAnimeMix_A0.3",
|
|
|
36 |
]
|
37 |
current_model = models[0]
|
38 |
|
@@ -68,6 +69,7 @@ models2=[
|
|
68 |
gr.Interface.load(f"models/{models[26]}",live=True,preprocess=False),
|
69 |
gr.Interface.load(f"models/{models[27]}",live=True,preprocess=False),
|
70 |
gr.Interface.load(f"models/{models[28]}",live=True,preprocess=False),
|
|
|
71 |
]
|
72 |
|
73 |
|
|
|
33 |
"Envvi/Inkpunk-Diffusion",
|
34 |
"Birchlabs/waifu-diffusion-xl-unofficial",
|
35 |
"digiplay/KawaiiRealisticAnimeMix_A0.3",
|
36 |
+
"digiplay/AI-infinity-V1-fp16",
|
37 |
]
|
38 |
current_model = models[0]
|
39 |
|
|
|
69 |
gr.Interface.load(f"models/{models[26]}",live=True,preprocess=False),
|
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 |
|