rahul7star commited on
Commit
2b1c947
·
verified ·
1 Parent(s): 6983824

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
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
- # "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
 
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