Sign inSign up

nykk3/stable-diffusion-webui-forge

By nykk3

Updated about 2 years ago

Stable Diffusion Webui Forge with Flux support, work with Nvidia GPU.

Image
Machine learning & AI
3

10K+

nykk3/stable-diffusion-webui-forge repository overview

Stable Diffusion Webui Forge with Flux support, work with nvidia gpu.


docker run -d --name stable-diffusion-webui-forge \
  -p 7860:7860 \
  -v /home/$USER/stable-diffusion-webui-forge/outputs/:/app/stable-diffusion-webui/outputs/ \
  -v /home/$USER/stable-diffusion-webui-forge/models/:/app/stable-diffusion-webui/models/ \
  -v /home/$USER/stable-diffusion-webui-forge/extensions/:/app/stable-diffusion-webui/extensions/ \
  -e COMMANDLINE_ARGS="--theme dark --listen --enable-insecure-extension-access" \
  --gpus all \
  nykk3/stable-diffusion-webui-forge:latest

The autoupdate version will perform a git clone of the repository when you start the container, so if you delete and run again the container or force update the image the latest version of the stable diffusion webui forge repository will be downloaded again and the installation will happen from scratch. It may stop working in the future if dependencies are requested that are not present in the image, obviously if I notice it I will make the necessary changes.


docker run -d --name stable-diffusion-webui-forge \
  -p 7860:7860 \
  -v /home/$USER/stable-diffusion-webui-forge/outputs/:/app/stable-diffusion-webui/outputs/ \
  -v /home/$USER/stable-diffusion-webui-forge/models/:/app/stable-diffusion-webui/models/ \
  -v /home/$USER/stable-diffusion-webui-forge/extensions/:/app/stable-diffusion-webui/extensions/ \
  -e COMMANDLINE_ARGS="--theme dark --listen --enable-insecure-extension-access" \
  --gpus all \
  nykk3/stable-diffusion-webui-forge:autoupdate

Tag summary

Content type

Image

Digest

sha256:a86fa88bf

Size

3.8 GB

Last updated

about 2 years ago

docker pull nykk3/stable-diffusion-webui-forge