Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,8 @@ from huggingface_hub import snapshot_download
|
|
| 8 |
import openvino.runtime as ov
|
| 9 |
from typing import Optional, Dict
|
| 10 |
|
| 11 |
-
model_id = "Disty0/
|
|
|
|
| 12 |
#model_id = "Disty0/sotediffusion-v2" #不可
|
| 13 |
|
| 14 |
#1024*512 記憶體不足
|
|
@@ -77,7 +78,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 77 |
|
| 78 |
with gr.Column(elem_id="col-container"):
|
| 79 |
gr.Markdown(f"""
|
| 80 |
-
# Disty0/
|
| 81 |
Currently running on {power_device}.
|
| 82 |
""")
|
| 83 |
|
|
|
|
| 8 |
import openvino.runtime as ov
|
| 9 |
from typing import Optional, Dict
|
| 10 |
|
| 11 |
+
model_id = "Disty0/SoteMixV3"
|
| 12 |
+
|
| 13 |
#model_id = "Disty0/sotediffusion-v2" #不可
|
| 14 |
|
| 15 |
#1024*512 記憶體不足
|
|
|
|
| 78 |
|
| 79 |
with gr.Column(elem_id="col-container"):
|
| 80 |
gr.Markdown(f"""
|
| 81 |
+
# Disty0/SoteMixV3 {HIGH}x{WIDTH}
|
| 82 |
Currently running on {power_device}.
|
| 83 |
""")
|
| 84 |
|