IllyaS08 commited on
Commit
60ade54
·
verified ·
1 Parent(s): dba0c21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ pipe = QwenImageEditPlusPipeline.from_pretrained(
292
  print("accessing v23 checkpoint...")
293
  v23_path = hf_hub_download(
294
  repo_id="Phr00t/Qwen-Image-Edit-Rapid-AIO",
295
- filename="v18/Qwen-Rapid-AIO-NSFW-v18.1.safetensors",
296
  repo_type="model"
297
  )
298
 
 
292
  print("accessing v23 checkpoint...")
293
  v23_path = hf_hub_download(
294
  repo_id="Phr00t/Qwen-Image-Edit-Rapid-AIO",
295
+ filename="v23/Qwen-Rapid-AIO-NSFW-v23.safetensors",
296
  repo_type="model"
297
  )
298