HelloSun commited on
Commit
a3b3cda
·
verified ·
1 Parent(s): 3cc70f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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/LCM_SoteMixV3"
 
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/LCM_SoteMix {HIGH}x{WIDTH}
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