Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,14 +26,14 @@ LORA_SETS = {
|
|
| 26 |
"high_noise": {"file": "DR34ML4Y_I2V_14B_HIGH.safetensors", "adapter_name": "nf_high"},
|
| 27 |
"low_noise": {"file": "DR34ML4Y_I2V_14B_LOW.safetensors", "adapter_name": "nf_low"}
|
| 28 |
},
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
}
|
| 38 |
|
| 39 |
LANDSCAPE_WIDTH = 832
|
|
|
|
| 26 |
"high_noise": {"file": "DR34ML4Y_I2V_14B_HIGH.safetensors", "adapter_name": "nf_high"},
|
| 27 |
"low_noise": {"file": "DR34ML4Y_I2V_14B_LOW.safetensors", "adapter_name": "nf_low"}
|
| 28 |
},
|
| 29 |
+
"BP": {
|
| 30 |
+
"high_noise": {"file": "Wan2.2_BP-v1-HighNoise-I2V_T2V.safetensors", "adapter_name": "bp_high"},
|
| 31 |
+
"low_noise": {"file": "Wan2.2_BP-v1-LowNoise-I2V_T2V.safetensors", "adapter_name": "bp_low"}
|
| 32 |
+
},
|
| 33 |
+
"Py-v1": {
|
| 34 |
+
"high_noise": {"file": "wan2.2_i2v_highnoise_pov_missionary_v1.0.safetensors", "adapter_name": "py_high"},
|
| 35 |
+
"low_noise": {"file": "wan2.2_i2v_lownoise_pov_missionary_v1.0.safetensors", "adapter_name": "py_low"}
|
| 36 |
+
}
|
| 37 |
}
|
| 38 |
|
| 39 |
LANDSCAPE_WIDTH = 832
|