Commit History

fix: use anime model (Anima-V1-Turbo) not semi-realistic (nArnima)
707110b
Running

Nekochu commited on

exact copy of working private Space: Docker + n-Arno V1 Turbo + CFG 1 (899s proven)
c49a405

Nekochu commited on

Gradio SDK + n-Arno V1 Turbo AIO + CFG 1 + pre-built binary
d4579d5

Nekochu commited on

remove 832x1216 resolution
7fe9427

Nekochu commited on

restore cache-mode spectrum + fa + offload (18GB RAM, only 3GB used)
feda154

Nekochu commited on

test: no BLAS at all (old 854s Docker had BLAS silently disabled)
da2881d

Nekochu commited on

fix: compile with -j1 to avoid OOM during Docker build
9dfcabd

Nekochu commited on

fix: add pkg-config for BLAS detection
7eb2266

Nekochu commited on

fix: remove max_size=1, was rejecting queued requests
b8327a3

Nekochu commited on

back to Docker: v1.0 model, OpenBLAS BLAS, CFG 2 er_sde, CLI+API+MCP
9f3da1a

Nekochu commited on

cache compiled sd-cli with OpenBLAS
d6719f5
verified

Nekochu commited on

auto-cache sd-cli binary in vendor/ after first compile
fb913db

Nekochu commited on

try OPENBLAS_NUM_THREADS=2 for speed (Codex fixes handle RAM)
2a51dde

Nekochu commited on

Codex fixes: disk-backed logs, malloc_trim, lazy imports, no _on_unload
642889e

Nekochu commited on

fix OOM: disable SSR, limit OpenBLAS to 1 thread
250cdf5

Nekochu commited on

fix: only kill sd-cli for browser disconnects, not API/MCP
9288693

Nekochu commited on

fix: distinguish user disconnect from real OOM (both exit -9)
91aa06f

Nekochu commited on

fix OOM: drop cache-mode spectrum + offload-to-cpu to reduce RAM
d1362f7

Nekochu commited on

fix: use GGML_BLAS=ON + GGML_BLAS_VENDOR=OpenBLAS (new ggml API)
3d33d2f

Nekochu commited on

compile sd-cli from source with OpenBLAS, add elapsed to errors
2534921

Nekochu commited on

fix: restore cache-mode spectrum (none not valid)
72664f6

Nekochu commited on

fix OOM: drop --fa, cache-mode none to reduce RAM
ce35f12

Nekochu commited on

fix: extract libstable-diffusion.so, set LD_LIBRARY_PATH, fix api_name
f2d38f5

Nekochu commited on

v1.0: ditch Docker, Gradio SDK, CLI+API+MCP, CFG 2 er_sde 8 steps
c9c8db3

Nekochu commited on

Include resolution/steps/seed in OOM error message
db73a8e

Nekochu commited on

Update repo name to Anima-v1.0-Turbo-AIO-Q4_K
100220e

Nekochu commited on

Update to Anima Base v1.0 + Turbo AIO
ea4db51

Nekochu commited on

Add gr.Request to unload + gc.collect after kill
c49857d

Nekochu commited on

Drop 832x1216 (OOM on free CPU), add queue(concurrency=1) for MCP
32b078b

Nekochu commited on

Add MCP server support, type hints, and docstrings for generate()
509b9a7

Nekochu commited on

Remove redundant size from header
d0b4d4d

Nekochu commited on

Default 8 steps (Turbo LoRA spec), slider 8-16, link source models
d6d1e0f

Nekochu commited on

Switch to n-Arno AIO Q4_K GGUF (single 1.79 GB file, restores GGUF speed)
6da7294

Nekochu commited on

Switch to Anima Preview3 + new Turbo LoRA (fixes oversaturation reported in #1)
d528a08

Nekochu commited on

lock resolution max 768x512, 768x768 OOMs on free tier
b357b62

Nekochu commited on

try dpm++2m sampler (lower RAM than er_sde)
3959a08

Nekochu commited on

OOM error message for code -9, suggest 512x512
8a4f075

Nekochu commited on

timeout 3h, remove est warning
4ff9ccb

Nekochu commited on

fix warning wording
172ebc4

Nekochu commited on

fix sampler: euler -> er_sde (recommended for turbo LoRA)
917080b

Nekochu commited on

fix seed crash, lock steps/cfg, kill subprocess on disconnect, concurrency limit, time warnings
767b311

Nekochu commited on

fix seed crash, cap resolution 768x768, steps max 12, concurrency limit 1, time estimate
b9ec9f4

Nekochu commited on

Edit readme color
bb1c05e

Nekochu commited on

add censored to neg prompt
34f28f8

Nekochu commited on

add negative prompt, show timing estimate
ec4bc1d

Nekochu commited on

fix: server_port not port
de16836

Nekochu commited on

fix: clone with submodules
56d5f4e

Nekochu commited on

switch to Docker with compiled sd.cpp
e1ae826

Nekochu commited on

fix: use git sd.cpp for Anima support, fix theme
8852c51

Nekochu commited on

Initial Anima 2B CPU Space with Turbo LoRA
1e35cb0

Nekochu commited on