Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource stable-diffusion.cpp-server

HTTP server (sd-server) for stable-diffusion.cpp. OpenAI-style (/v1/images/generations), Automatic1111 (/sdapi/v1/txt2img) and native /sdcpp/v1 routes. Built without the pnpm frontend (ABF has no network); the JSON API still works. Config: /etc/sysconfig/sd-server Unit: stable-diffusion.service (default 127.0.0.1:8082, not upstream 1234, so it can run next to llama-server and whisper.service) systemctl enable --now stable-diffusion.service If MODEL / DIFFUSION_MODEL are unset, the unit picks the first readable .gguf/.safetensors/.ckpt/.pt under MODEL_DIRS (/srv/ai then /usr/share/stable-diffusion.cpp/models). Split pipelines (Flux, Z-Image, Qwen-Image, Wan) need DIFFUSION_MODEL plus VAE / LLM / CLIP_L / T5XXL — do not rely on the auto-pick for those. There is no built-in API key. Do not bind HOST to a public address without a reverse proxy. List ggml devices: sd-server --list-devices To generate (after a model is loaded): curl http://127.0.0.1:8082/v1/images/generations \ -H "Content-Type: application/json" \ -d '{"prompt":"a cat","size":"512x512"}' curl http://127.0.0.1:8082/sdapi/v1/txt2img \ -H "Content-Type: application/json" \ -d '{"prompt":"a cat","width":512,"height":512}'

Found 1 sites for stable-diffusion.cpp-server

Found 2 RPM for stable-diffusion.cpp-server

PackageSummaryDistributionDownload
stable-diffusion.cpp-server-0.820-1.aarch64.htmlHTTP inference server for stable-diffusion.cppOpenMandriva Cooker for aarch64stable-diffusion.cpp-server-0.820-1.aarch64.rpm
stable-diffusion.cpp-server-0.820-1.x86_64.htmlHTTP inference server for stable-diffusion.cppOpenMandriva Cooker for x86_64stable-diffusion.cpp-server-0.820-1.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet