Spaces:
Runtime error
Runtime error
QIU JUNZHE
commited on
Commit
•
b40a713
1
Parent(s):
5f8c914
Update I-am-Justin.py
Browse files- I-am-Justin.py +2 -0
I-am-Justin.py
CHANGED
@@ -49,6 +49,7 @@ models = [
|
|
49 |
"NoCrypt/SomethingV2_2",
|
50 |
"botp/Realistic_Vision_V1.4",
|
51 |
"digiplay/AbsoluteReality_v1.8.1",
|
|
|
52 |
]
|
53 |
current_model = models[0]
|
54 |
|
@@ -100,6 +101,7 @@ models2=[
|
|
100 |
gr.Interface.load(f"models/{models[42]}",live=True,preprocess=False),
|
101 |
gr.Interface.load(f"models/{models[43]}",live=True,preprocess=False),
|
102 |
gr.Interface.load(f"models/{models[44]}",live=True,preprocess=False),
|
|
|
103 |
]
|
104 |
|
105 |
|
|
|
49 |
"NoCrypt/SomethingV2_2",
|
50 |
"botp/Realistic_Vision_V1.4",
|
51 |
"digiplay/AbsoluteReality_v1.8.1",
|
52 |
+
"coreml/coreml-realisticVision-v50VAE_cn",
|
53 |
]
|
54 |
current_model = models[0]
|
55 |
|
|
|
101 |
gr.Interface.load(f"models/{models[42]}",live=True,preprocess=False),
|
102 |
gr.Interface.load(f"models/{models[43]}",live=True,preprocess=False),
|
103 |
gr.Interface.load(f"models/{models[44]}",live=True,preprocess=False),
|
104 |
+
gr.Interface.load(f"models/{models[45]}",live=True,preprocess=False),
|
105 |
]
|
106 |
|
107 |
|