Spaces:
Runtime error
Runtime error
update
Browse filesSigned-off-by: AnyISalIn <anyisalin@gmail.com>
- app.py +4 -3
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -21,10 +21,11 @@ suggestion_checkpoints = [
|
|
| 21 |
"majichenmixrealistic_v10_85701.safetensors",
|
| 22 |
"realisticVisionV51_v51VAE_94301.safetensors",
|
| 23 |
"WFChild_v1.0.ckpt",
|
| 24 |
-
"chilloutmix_NiPrunedFp32Fix.safetensors"
|
|
|
|
| 25 |
]
|
| 26 |
|
| 27 |
-
base_checkpoints = ["epicrealism_naturalSin_121250", "v1-5-pruned-emaonly", "WFChild_v1.0", "majichenmixrealistic_v10", "realisticVisionV51_v51VAE_94301", "chilloutmix_NiPrunedFp32Fix"]
|
| 28 |
|
| 29 |
|
| 30 |
get_local_storage = """
|
|
@@ -787,4 +788,4 @@ def create_ui():
|
|
| 787 |
if __name__ == '__main__':
|
| 788 |
demo = create_ui()
|
| 789 |
demo.queue(api_open=False, concurrency_count=20)
|
| 790 |
-
demo.launch()
|
|
|
|
| 21 |
"majichenmixrealistic_v10_85701.safetensors",
|
| 22 |
"realisticVisionV51_v51VAE_94301.safetensors",
|
| 23 |
"WFChild_v1.0.ckpt",
|
| 24 |
+
"chilloutmix_NiPrunedFp32Fix.safetensors",
|
| 25 |
+
"darkSushiMixMix_225D_64380.safetensors"
|
| 26 |
]
|
| 27 |
|
| 28 |
+
base_checkpoints = ["epicrealism_naturalSin_121250", "v1-5-pruned-emaonly", "WFChild_v1.0", "majichenmixrealistic_v10", "realisticVisionV51_v51VAE_94301", "chilloutmix_NiPrunedFp32Fix", "darkSushiMixMix_225D_64380"]
|
| 29 |
|
| 30 |
|
| 31 |
get_local_storage = """
|
|
|
|
| 788 |
if __name__ == '__main__':
|
| 789 |
demo = create_ui()
|
| 790 |
demo.queue(api_open=False, concurrency_count=20)
|
| 791 |
+
demo.launch(server_name="0.0.0.0", share=True)
|
requirements.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
-
novita_client==0.4.
|
| 2 |
gradio==3.50.2
|
|
|
|
| 1 |
+
novita_client==0.4.10
|
| 2 |
gradio==3.50.2
|