stable-diffusion-webui-docker
stable-diffusion-webui-docker copied to clipboard
Easy Docker setup for Stable Diffusion with user-friendly UI
**Steps to Reproduce** 1. clone the repo 2. copy model.ckpt to models 3. cd ./AUTOMATIC1111 5. docker compose up --build There are no problems with the previous steps, but the...
New error after yesterdays update. This update happened to me 12 hours ago. Cant use models and webui doesn't seem to work properly. Defiantly cant generate anything Also I didn't...
I think it's about time to think of proper method to handle extensions. AUTOMATIC1111 writes some of webui plugins as external repository scripts (like aesthetic gradients). Right now there is...
Deforum's scripts provide video-generation functionality with camera movements. They can be installed as a plug-in with this repo: https://github.com/deforum-art/deforum-for-automatic1111-webui I'm trying to get it working in your repo. With [these...
Fixes WARN / ERRORs addressed in https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/167 Closes #167
Wsl docker windows,How to use the specified graphics card for running. I have two Nvidia graphics cards, one A4000 and one P106-100. I want to try the P106-100 Similar question...
Do we have plans for updating the container to stay current with the updates being made by auto?
This issue addresses PR https://github.com/AbdBarho/stable-diffusion-webui-docker/pull/157 I would like to discuss here about a need to clean up some things about docker. First of all, I believe that docker should be...
My OS is Ubuntu 16.04, when I type `docker compose --profile download up --build` returns: ``` unknown flag: --profile See 'docker --help'. Usage: docker [OPTIONS] COMMAND A self-sufficient runtime for...