Sdmm
Stable Diffusion Model Manager
Install / Use
/learn @dothanhtrung/SdmmREADME
Stable Diffusion Models Manager
</div>Standalone application to manage your local Stable Diffusion models. This app is web-based so you can run it on your cloud machine like runpod.
Features:
- [x] Manage model with tag.
- [x] Get preview image and model info from Civitai by hash.
- [x] Download from Civitai
How to run
See the sample config at sdmm-config-sample.ron and update to your need.
Run the web server:
./sdmm -c ./path/to/config.ron
Note: Put the res folder in same directory with binary
sdmm.
Now you can access it at http://localhost:9696 or http://your_ip_address:9696
How to build
Get the prebuilt binary in Release page or build it with cargo.
Update CSS:
cd res
npm install tailwindcss @tailwindcss/cli
npx @tailwindcss/cli -i ./css/tailwind_input.css -o ./css/tailwind_output.min.css --build --minify
Migrate database:
# Create sqlite db file if not exist (only used for building)
touch sdmm.sqlite
sqlx migrate run
Build the application
-
Normal build (for running on the same machine):
cargo build --releaseOutput:
target/release/sdmm. -
Statically build for Linux so you can copy binary to another machine and run without worrying about dependencies:
rustup target add x86_64-unknown-linux-musl # run once if not installed cargo build --target=x86_64-unknown-linux-musl --releaseOutput:
target/x86_64-unknown-linux-musl/release/sdmm -
Cross build in Linux for Windows target:
rustup target add x86_64-pc-windows-gnu # run once if not installed cargo build --target=x86_64-pc-windows-gnu --release
<div align="center">
Related Skills
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

