Spaces:
Running
on
Zero
Running
on
Zero
alfredplpl
commited on
Commit
•
250620a
1
Parent(s):
302e4bb
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ auth_token=os.environ["ACCESS_TOKEN"]
|
|
18 |
#adapter_id = "latent-consistency/lcm-lora-sdxl"
|
19 |
#adapter_id_2 = "manual.safetensors"
|
20 |
|
21 |
-
scheduler=EulerAncestralDiscreteScheduler.from_pretrained(model_id, subfolder="scheduler",use_auth_token=auth_token)
|
22 |
|
23 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
24 |
model_id,
|
|
|
18 |
#adapter_id = "latent-consistency/lcm-lora-sdxl"
|
19 |
#adapter_id_2 = "manual.safetensors"
|
20 |
|
21 |
+
scheduler = EulerAncestralDiscreteScheduler.from_pretrained(model_id, subfolder="scheduler",use_auth_token=auth_token)
|
22 |
|
23 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
24 |
model_id,
|