Update app.py
Browse files
app.py
CHANGED
|
@@ -252,14 +252,14 @@ HIGH_LOW_LORA_MODELS = [
|
|
| 252 |
"low_noise_name": "WAN-2.2-I2V-POV-Body-Cumshot-Pullout-LOW-v1.safetensors",
|
| 253 |
"low_noise_scale": 1.0,
|
| 254 |
},
|
| 255 |
-
{
|
| 256 |
-
|
| 257 |
-
|
| 258 |
-
|
| 259 |
-
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
},
|
| 263 |
]
|
| 264 |
MAX_DIM = 832
|
| 265 |
MIN_DIM = 480
|
|
|
|
| 252 |
"low_noise_name": "WAN-2.2-I2V-POV-Body-Cumshot-Pullout-LOW-v1.safetensors",
|
| 253 |
"low_noise_scale": 1.0,
|
| 254 |
},
|
| 255 |
+
# {
|
| 256 |
+
# "name": "General NSFW",
|
| 257 |
+
# "repo_id": "txlive/WANGeneralNSFWmodel",
|
| 258 |
+
# "high_noise_name": "NSFW-22-H-e8.safetensors",
|
| 259 |
+
# "high_noise_scale": 2.0,
|
| 260 |
+
# "low_noise_name": "NSFW-22-L-e8.safetensors",
|
| 261 |
+
# "low_noise_scale": 1.0,
|
| 262 |
+
# },
|
| 263 |
]
|
| 264 |
MAX_DIM = 832
|
| 265 |
MIN_DIM = 480
|