kayfahaarukku commited on
Commit
43bc69d
·
verified ·
1 Parent(s): 226a7b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ pipe = StableDiffusionXLPipeline.from_pretrained(
17
  torch_dtype=torch.float16,
18
  custom_pipeline="lpw_stable_diffusion_xl",
19
  use_safetensors=True,
20
- use_auth=HF_TOKEN,
21
  )
22
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
23
 
 
17
  torch_dtype=torch.float16,
18
  custom_pipeline="lpw_stable_diffusion_xl",
19
  use_safetensors=True,
20
+ use_auth=True,
21
  )
22
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
23