Spaces:
Paused
Paused
Change to 2025-01-11_22-00-18-save-10359-55-129_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="2025-01-
|
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-11_22-00-18-save-10359-55-129_patched.safetensors",
|
39 |
return_alphas=True,
|
40 |
)
|
41 |
|