prithivMLmods commited on
Commit
37b79ec
Β·
verified Β·
1 Parent(s): adbc98d

update app

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -136,6 +136,11 @@ ADAPTER_SPECS = {
136
  "weights": "QIE-2511-Extract-Outfit-4200.safetensors",
137
  "adapter_name": "extract-outfit"
138
  },
 
 
 
 
 
139
  }
140
 
141
  LOADED_ADAPTERS = set()
 
136
  "weights": "QIE-2511-Extract-Outfit-4200.safetensors",
137
  "adapter_name": "extract-outfit"
138
  },
139
+ "Outfit-Design-Layout": {
140
+ "repo": "prithivMLmods/QIE-2511-Outfit-Design-Layout",
141
+ "weights": "QIE-2511-Outfit-Design-Layout-3000.safetensors",
142
+ "adapter_name": "layout-outfit"
143
+ },
144
  }
145
 
146
  LOADED_ADAPTERS = set()