kayfahaarukku commited on
Commit
5b6ebc2
1 Parent(s): b45db27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ pipe = StableDiffusionXLPipeline.from_pretrained(
14
  torch_dtype=torch.float16,
15
  custom_pipeline="lpw_stable_diffusion_xl",
16
  use_safetensors=True,
 
17
  )
18
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
19
 
 
14
  torch_dtype=torch.float16,
15
  custom_pipeline="lpw_stable_diffusion_xl",
16
  use_safetensors=True,
17
+ use_auth=HUGGING_FACE_HUB_TOKEN,
18
  )
19
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
20