Yaron Koresh commited on
Commit
6f91d0a
·
verified ·
1 Parent(s): b447299

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ def main():
196
  progress=gr.Progress()
197
  progress((0, step))
198
 
199
- base = "stabilityai/stable-diffusion-xl-base-1.0"
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