tsqn commited on
Commit
194c763
·
verified ·
1 Parent(s): ad5d429

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ adapter = T2IAdapter.from_pretrained(
72
  ).to(device)
73
 
74
  pipe = PhotoMakerStableDiffusionXLAdapterPipeline.from_single_file(
75
- base_model_path,
76
  adapter=adapter,
77
  torch_dtype=torch.float16,
78
  use_safetensors=True
 
72
  ).to(device)
73
 
74
  pipe = PhotoMakerStableDiffusionXLAdapterPipeline.from_single_file(
75
+ model_file,
76
  adapter=adapter,
77
  torch_dtype=torch.float16,
78
  use_safetensors=True