prithivMLmods commited on
Commit
7206b63
Β·
verified Β·
1 Parent(s): 2bf67ae

update app

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -131,10 +131,10 @@ ADAPTER_SPECS = {
131
  "weights": "Qwen-Image-Edit-2511-Zoom-Master-8800.safetensors",
132
  "adapter_name": "zoom-master"
133
  },
134
- "Outfit-Design": {
135
- "repo": "prithivMLmods/QIE-2511-Outfit-Design-Layout",
136
- "weights": "QIE-2511-Outfit-Design-Layout-4000.safetensors",
137
- "adapter_name": "outfit-layout"
138
  },
139
  }
140
 
 
131
  "weights": "Qwen-Image-Edit-2511-Zoom-Master-8800.safetensors",
132
  "adapter_name": "zoom-master"
133
  },
134
+ "Extract-Outfit": {
135
+ "repo": "prithivMLmods/QIE-2511-Extract-Outfit",
136
+ "weights": "QIE-2511-Extract-Outfit-4200.safetensors",
137
+ "adapter_name": "extract-outfit"
138
  },
139
  }
140