Spaces:
Running on Zero
Running on Zero
Choquinlabs commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -111,6 +111,12 @@ except Exception as e:
|
|
| 111 |
MAX_SEED = np.iinfo(np.int32).max
|
| 112 |
|
| 113 |
ADAPTER_SPECS = {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
"Multiple-Angles": {
|
| 115 |
"repo": "dx8152/Qwen-Edit-2509-Multiple-angles",
|
| 116 |
"weights": "镜头转换.safetensors",
|
|
|
|
| 111 |
MAX_SEED = np.iinfo(np.int32).max
|
| 112 |
|
| 113 |
ADAPTER_SPECS = {
|
| 114 |
+
"Tosti-Style-Transfer": {
|
| 115 |
+
"repo": "lichorosario/tosti-qwen-edit-2511",
|
| 116 |
+
"weights": "tosti-qwen-edit-2511_5.safetensors",
|
| 117 |
+
"adapter_name": "tosti-style"
|
| 118 |
+
},
|
| 119 |
+
|
| 120 |
"Multiple-Angles": {
|
| 121 |
"repo": "dx8152/Qwen-Edit-2509-Multiple-angles",
|
| 122 |
"weights": "镜头转换.safetensors",
|