Spaces:
Runtime error
Runtime error
update app
Browse files
app.py
CHANGED
|
@@ -76,13 +76,6 @@ LORA_STYLES = [
|
|
| 76 |
"repo": "linoyts/Flux2-Klein-Delight-LoRA",
|
| 77 |
"weights": "pytorch_lora_weights.safetensors"
|
| 78 |
},
|
| 79 |
-
{
|
| 80 |
-
"image": "https://huggingface.co/linoyts/Flux2-Klein-Delight-LoRA/resolve/main/image_3.png",
|
| 81 |
-
"title": "Cinematic-FlatLog",
|
| 82 |
-
"adapter_name": "cinematic-flatlog",
|
| 83 |
-
"repo": "prithivMLmods/Flux2-Klein-Cinematic-FlatLog-Control",
|
| 84 |
-
"weights": "Flux2-Klein-Cinematic-FlatLog-Control-3200.safetensors"
|
| 85 |
-
},
|
| 86 |
]
|
| 87 |
|
| 88 |
LOADED_ADAPTERS = set()
|
|
|
|
| 76 |
"repo": "linoyts/Flux2-Klein-Delight-LoRA",
|
| 77 |
"weights": "pytorch_lora_weights.safetensors"
|
| 78 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
]
|
| 80 |
|
| 81 |
LOADED_ADAPTERS = set()
|