mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-07-21 21:01:24 +08:00
1.7 KiB
1.7 KiB
Stable Diffusion WebUI Forge - Neo (Docker)
Warning
Requires an NVIDIA GPU
Ensure driver is up to date (560+required)
Unraid Deployment
| Container Path | Purpose |
|---|---|
/home/forge/sd-webui/models
|
Checkpoint, Text Encoder, VAE, LoRA, ControlNet |
/home/forge/sd-webui/output
|
Generated Images |
/home/forge/sd-webui/extensions
|
User-Installed Extensions |
/home/forge/sd-webui/config
|
User Settings |
- The container runs as UID 99 / GID 100 (
nobody:users) to match Unraid's default share permissions
Building Locally
git clone https://github.com/Haoming02/sd-webui-forge-classic sd-webui-forge-neo --branch neo
cd sd-webui-forge-neo/docker
docker build -t forge-neo-local .
Pre-Built Image
a non-official pre-built image is maintained on Docker Hub by @oromis995:
docker pull oromis995/sd-forge-neo:latest
Image Details
| Base | nvidia/cuda:12.6.3-runtime-ubuntu22.04 |
| Python | 3.13 via uv |
| PyTorch | Latest (cu126) |
| User | forge (UID 99 / GID 100) |
| Port | 7860 |
Note
On the first run,
prepare_environment()will install requirements and dependencies. This may take a few minutes