Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -251,8 +251,8 @@ LORA_MODELS = [
|
|
| 251 |
"repo_id": "jsoren/test_lora",
|
| 252 |
"high_tr": "DR34ML4Y_I2V_14B_HIGH_V2.safetensors",
|
| 253 |
"low_tr": "DR34ML4Y_I2V_14B_LOW_V2.safetensors",
|
| 254 |
-
"high_scale":
|
| 255 |
-
"low_scale": 0.
|
| 256 |
},
|
| 257 |
]
|
| 258 |
|
|
|
|
| 251 |
"repo_id": "jsoren/test_lora",
|
| 252 |
"high_tr": "DR34ML4Y_I2V_14B_HIGH_V2.safetensors",
|
| 253 |
"low_tr": "DR34ML4Y_I2V_14B_LOW_V2.safetensors",
|
| 254 |
+
"high_scale": 1.2,
|
| 255 |
+
"low_scale": 0.8
|
| 256 |
},
|
| 257 |
]
|
| 258 |
|