STCM commited on
Commit
fe3aae0
·
verified ·
1 Parent(s): 3ed4e26

Update app.py

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