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

Change to 2025-01-11_22-00-18-save-10359-55-129_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="2025-01-12_12-59-05-save-913-4-169_patched.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-11_22-00-18-save-10359-55-129_patched.safetensors",
39
  return_alphas=True,
40
  )
41