Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ def main():
|
|
196 |
progress=gr.Progress()
|
197 |
progress((0, step))
|
198 |
|
199 |
-
base = "
|
200 |
repo = "ByteDance/SDXL-Lightning"
|
201 |
ckpt = f"sdxl_lightning_{step}step_unet.safetensors"
|
202 |
|
|
|
196 |
progress=gr.Progress()
|
197 |
progress((0, step))
|
198 |
|
199 |
+
base = "emilianJR/epiCRealism"
|
200 |
repo = "ByteDance/SDXL-Lightning"
|
201 |
ckpt = f"sdxl_lightning_{step}step_unet.safetensors"
|
202 |
|