Spaces:
Paused
Paused
Update to 2025-01-12_12-59-05-save-913-4-169_patched.safetensors
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ if not torch.cuda.is_available():
|
|
35 |
else:
|
36 |
state_dict, network_alphas = FluxFillPipeline.lora_state_dict(
|
37 |
pretrained_model_name_or_path_or_dict="blanchon/FluxFillFurniture",
|
38 |
-
weight_name="
|
39 |
return_alphas=True,
|
40 |
)
|
41 |
|
|
|
35 |
else:
|
36 |
state_dict, network_alphas = FluxFillPipeline.lora_state_dict(
|
37 |
pretrained_model_name_or_path_or_dict="blanchon/FluxFillFurniture",
|
38 |
+
weight_name="2025-01-12_12-59-05-save-913-4-169_patched.safetensors",
|
39 |
return_alphas=True,
|
40 |
)
|
41 |
|