Spaces:
Runtime error
Runtime error
Commit ·
d67b4a2
1
Parent(s): 24703a7
Update app.py
Browse files
app.py
CHANGED
|
@@ -149,7 +149,7 @@ LORA_STYLES = [
|
|
| 149 |
"repo": "dx8152/Flux2-Klein-9B-Consistency",
|
| 150 |
"weights": "Klein-consistency.safetensors",
|
| 151 |
"default_prompt": None,
|
| 152 |
-
"default_weight":
|
| 153 |
},
|
| 154 |
{
|
| 155 |
"title": "Best-Face-Swap",
|
|
@@ -223,6 +223,22 @@ LORA_STYLES = [
|
|
| 223 |
"default_prompt": None,
|
| 224 |
"default_weight": 1.0,
|
| 225 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 226 |
]
|
| 227 |
|
| 228 |
# LOADED_ADAPTERS is the only piece of LoRA state that's legitimately global:
|
|
|
|
| 149 |
"repo": "dx8152/Flux2-Klein-9B-Consistency",
|
| 150 |
"weights": "Klein-consistency.safetensors",
|
| 151 |
"default_prompt": None,
|
| 152 |
+
"default_weight": 0.3,
|
| 153 |
},
|
| 154 |
{
|
| 155 |
"title": "Best-Face-Swap",
|
|
|
|
| 223 |
"default_prompt": None,
|
| 224 |
"default_weight": 1.0,
|
| 225 |
},
|
| 226 |
+
{
|
| 227 |
+
"title": "RefControl - Depth",
|
| 228 |
+
"adapter_name": "RefConDep",
|
| 229 |
+
"repo": "thedeoxen/refcontrol-FLUX.2-klein-9B-reference-depth-lora",
|
| 230 |
+
"weights": "flux2_klein_9b_refcontrol_depth.safetensors",
|
| 231 |
+
"default_prompt": "refcontrol",
|
| 232 |
+
"default_weight": 1.0,
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"title": "RefControl - Pose",
|
| 236 |
+
"adapter_name": "RefConPos",
|
| 237 |
+
"repo": "thedeoxen/refcontrol-FLUX.2-klein-9B-reference-pose-lora",
|
| 238 |
+
"weights": "refcontrol_v2_poses.safetensors",
|
| 239 |
+
"default_prompt": "apply pose from image 1 with reference from image 2",
|
| 240 |
+
"default_weight": 1.0,
|
| 241 |
+
},
|
| 242 |
]
|
| 243 |
|
| 244 |
# LOADED_ADAPTERS is the only piece of LoRA state that's legitimately global:
|