guanwei1225 commited on
Commit
2dd2c8b
·
verified ·
1 Parent(s): 2852dd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -184,8 +184,8 @@ def gradio_main():
184
 
185
  with gr.Blocks(title="Z-Anime (CPU)") as demo:
186
  gr.Markdown(
187
- "**[Z-Anime 6B](https://huggingface.co/SeeSee21/Z-Anime)** S3-DiT Q5_0 GGUF "
188
- "(distill 4-step) via [sd.cpp](https://github.com/leejet/stable-diffusion.cpp) | "
189
  "~30 min at 512x512 on free CPU"
190
  )
191
  with gr.Row():
 
184
 
185
  with gr.Blocks(title="Z-Anime (CPU)") as demo:
186
  gr.Markdown(
187
+ "**[Z-Anime](https://z-image.ink/Z-Anime)** S3-DiT Q5_0 GGUF "
188
+ "(distill 4-step) via [sd.cpp](https://github.com/mrchen1225/stable-diffusion.cpp) | "
189
  "~30 min at 512x512 on free CPU"
190
  )
191
  with gr.Row():