guanwei1225/Z-Anime
Update app.py
natural language prompt example per Z-Anime prompting guide
fix model filename mismatch, lighter neg prompt
fix Examples (needs fn+outputs), full README with API/CLI/MCP docs
CLI mode, CFG slider 1.0-1.5, better neg prompt, lazy example, MCP, local model paths
add MCP server, REST API, docstring, gradio[mcp], ~30 min timing
remove offload-to-cpu (disk swapping), keep preload + other opts, ~42 min timing
preload models into page cache, offload-to-cpu, IQ4_XS text enc, conv-direct, mmap, vae f32, miku theme
add NoCrypt/miku theme
use 4-step distill Q5_0 GGUF from WeReCooking repo
revert to 8-step Q5_0 GGUF (4-step OOMs during build conversion)
fix: use q5_0 quantization type (q5_k_m not supported by sd.cpp)
4-step distill: download BF16, convert to Q5_K_M GGUF at build time
remove --schedule beta (not supported by sd.cpp)
Z-Anime 6B CPU: distill 8-step Q5_0, Qwen3-4B Q8_0, euler_a, beta schedule
initial commit
