Spaces:
Running
on
Zero
Running
on
Zero
WeichenFan
commited on
Commit
·
fa8374e
1
Parent(s):
0cbc98b
update
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def set_seed(seed):
|
|
26 |
model_paths = {
|
27 |
"sd3": "stabilityai/stable-diffusion-3-medium-diffusers",
|
28 |
"sd3.5": "stabilityai/stable-diffusion-3.5-large",
|
29 |
-
"wan-t2v": "Wan-AI/Wan2.1-T2V-1.3B-Diffusers"
|
30 |
}
|
31 |
|
32 |
current_model = None
|
|
|
26 |
model_paths = {
|
27 |
"sd3": "stabilityai/stable-diffusion-3-medium-diffusers",
|
28 |
"sd3.5": "stabilityai/stable-diffusion-3.5-large",
|
29 |
+
# "wan-t2v": "Wan-AI/Wan2.1-T2V-1.3B-Diffusers"
|
30 |
}
|
31 |
|
32 |
current_model = None
|