blanchon commited on
Commit
b2216c6
·
1 Parent(s): 55c3f2f

Update to 2025-01-12_12-59-05-save-913-4-169_patched.safetensors

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="pytorch_lora_weights3.safetensors",
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