stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Feature Request]: make a dockerfile
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
make a dockerfile so we can use project in docker
Proposed workflow
- Go to ....
- Press ....
- ...
Additional information
No response
+1
@catboxanon already addressed this before in https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/7946#issuecomment-1712700234
As has been mentioned several times, Docker support will not be added directly to this repo, so I'm going to go ahead and close this PR. However, I've now added some links to these on the wiki, which are also linked to on the wiki homepage.
What about a separate repo in the Automatic1111 org to host the Dockerbuild? That way it can have another maintainer group of people who are interested but they won't be handed the keys to the main project?
I was recently surprised to see how easy it was to install open-webui and ollama (with AMD ROCm support) via docker with just a single command. I was even more surprised to see that stable-diffusion-webui didn't have an officially supported container to make it just as simple to download and use.
I would really love to see this support added! I'm still learning how to use containers properly and would encourage others to do the same as it really simplifies the deployment and consumption side a lot.