CoolFace
Apppublic

guanwei1225/Z-Anime

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
1likes
16 commits on main
2dd2c8b5mo ago

Update app.py

guanwei1225
2852dd05mo ago

natural language prompt example per Z-Anime prompting guide

Nekochu
4f0eee15mo ago

fix model filename mismatch, lighter neg prompt

Nekochu
eaaf7135mo ago

fix Examples (needs fn+outputs), full README with API/CLI/MCP docs

Nekochu
b107f305mo ago

CLI mode, CFG slider 1.0-1.5, better neg prompt, lazy example, MCP, local model paths

Nekochu
b7cce065mo ago

add MCP server, REST API, docstring, gradio[mcp], ~30 min timing

Nekochu
f75cb695mo ago

remove offload-to-cpu (disk swapping), keep preload + other opts, ~42 min timing

Nekochu
00c018e5mo ago

preload models into page cache, offload-to-cpu, IQ4_XS text enc, conv-direct, mmap, vae f32, miku theme

Nekochu
01371235mo ago

add NoCrypt/miku theme

Nekochu
cd0310f5mo ago

use 4-step distill Q5_0 GGUF from WeReCooking repo

Nekochu
c9b2c0d5mo ago

revert to 8-step Q5_0 GGUF (4-step OOMs during build conversion)

Nekochu
43931135mo ago

fix: use q5_0 quantization type (q5_k_m not supported by sd.cpp)

Nekochu
6fa797e5mo ago

4-step distill: download BF16, convert to Q5_K_M GGUF at build time

Nekochu
5a55ab15mo ago

remove --schedule beta (not supported by sd.cpp)

Nekochu
736cf485mo ago

Z-Anime 6B CPU: distill 8-step Q5_0, Qwen3-4B Q8_0, euler_a, beta schedule

Nekochu
18070fb5mo ago

initial commit

Nekochu