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

update app

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -131,6 +131,11 @@ ADAPTER_SPECS = {
131
  "weights": "Qwen-Image-Edit-2511-Zoom-Master-8800.safetensors",
132
  "adapter_name": "zoom-master"
133
  },
 
 
 
 
 
134
  }
135
 
136
  LOADED_ADAPTERS = set()
 
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
 
141
  LOADED_ADAPTERS = set()