jsoren commited on
Commit
bd867f6
·
verified ·
1 Parent(s): 103e856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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": 0.8,
255
- "low_scale": 0.5
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