Z-Anime-CPU / app.py

Commit History

natural language prompt example per Z-Anime prompting guide
2852dd0
Running

Nekochu commited on

fix model filename mismatch, lighter neg prompt
4f0eee1

Nekochu commited on

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

Nekochu commited on

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

Nekochu commited on

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

Nekochu commited on

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

Nekochu commited on

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

Nekochu commited on

add NoCrypt/miku theme
0137123

Nekochu commited on

use 4-step distill Q5_0 GGUF from WeReCooking repo
cd0310f

Nekochu commited on

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

Nekochu commited on

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

Nekochu commited on

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

Nekochu commited on

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

Nekochu commited on

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

Nekochu commited on