Spaces:
Runtime error
Runtime error
update app
Browse files
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()
|