Spaces:
Paused
Paused
Update app1.py
Browse files
app1.py
CHANGED
|
@@ -28,8 +28,8 @@ MODEL_ID = "Wan-AI/Wan2.2-I2V-A14B-Diffusers"
|
|
| 28 |
LORA_REPO_ID = "rahul7star/wan2.2Lora"
|
| 29 |
LORA_SETS = {
|
| 30 |
"NF": {
|
| 31 |
-
"high_noise": {"file": "
|
| 32 |
-
"low_noise": {"file": "
|
| 33 |
},
|
| 34 |
"BP": {
|
| 35 |
"high_noise": {"file": "Wan2.2_BP-v1-HighNoise-I2V_T2V.safetensors", "adapter_name": "bp_high"},
|
|
|
|
| 28 |
LORA_REPO_ID = "rahul7star/wan2.2Lora"
|
| 29 |
LORA_SETS = {
|
| 30 |
"NF": {
|
| 31 |
+
"high_noise": {"file": "NSFW-22-H-e8.safetensors", "adapter_name": "nf_high"},
|
| 32 |
+
"low_noise": {"file": "NSFW-22-L-e8.safetensors", "adapter_name": "nf_low"}
|
| 33 |
},
|
| 34 |
"BP": {
|
| 35 |
"high_noise": {"file": "Wan2.2_BP-v1-HighNoise-I2V_T2V.safetensors", "adapter_name": "bp_high"},
|