Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ import spaces
|
|
16 |
model_id = "aipicasso/emix-0-5"
|
17 |
auth_token=os.environ["ACCESS_TOKEN"]
|
18 |
repo = "ByteDance/SDXL-Lightning"
|
19 |
-
ckpt = "
|
20 |
|
21 |
scheduler = EulerAncestralDiscreteScheduler.from_pretrained(model_id, subfolder="scheduler",token=auth_token)
|
22 |
|
|
|
16 |
model_id = "aipicasso/emix-0-5"
|
17 |
auth_token=os.environ["ACCESS_TOKEN"]
|
18 |
repo = "ByteDance/SDXL-Lightning"
|
19 |
+
ckpt = "sdxl_lightning_8step_lora.safetensors"
|
20 |
|
21 |
scheduler = EulerAncestralDiscreteScheduler.from_pretrained(model_id, subfolder="scheduler",token=auth_token)
|
22 |
|