Spaces:
Running
on
Zero
Running
on
Zero
kayfahaarukku
commited on
Commit
•
5b6ebc2
1
Parent(s):
b45db27
Update app.py
Browse files
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 |
|