mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-27 08:14:26 -04:00
As discussed in Discussion [#367](https://github.com/AbdBarho/stable-diffusion-webui-docker/discussions/367), this adds support for the newer ComfyUI. I forked the fork that would already add this but the maintainer of that fork hasn't implemented the changes needed to properly get the output function working, which I did. I believe everything is functional though I have not tested every single node. I changed the table format for the README and a few other minor things for aesthetic reasons but if you want me to revert those, I will. --------- Co-authored-by: Jonathan Kovacs <jkovacs-dev@users.noreply.github.com> Co-authored-by: AbdBarho <ka70911@gmail.com>
65 lines
5.4 KiB
Markdown
65 lines
5.4 KiB
Markdown
# Stable Diffusion WebUI Docker
|
|
|
|
Run Stable Diffusion on your machine with a nice UI without any hassle!
|
|
|
|
## Setup & Usage
|
|
|
|
Visit the wiki for [Setup](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup) and [Usage](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Usage) instructions, checkout the [FAQ](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/FAQ) page if you face any problems, or create a new issue!
|
|
|
|
## Features
|
|
|
|
This repository provides multiple UIs for you to play around with stable diffusion:
|
|
|
|
### [AUTOMATIC1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
|
|
|
[Full feature list here](https://github.com/AUTOMATIC1111/stable-diffusion-webui-feature-showcase), Screenshots:
|
|
|
|
| Text to image | Image to image | Extras |
|
|
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
|
|
|  |  |  |
|
|
|
|
### [InvokeAI (lstein)](https://github.com/invoke-ai/InvokeAI)
|
|
|
|
[Full feature list here](https://github.com/invoke-ai/InvokeAI#features), Screenshots:
|
|
|
|
| Text to image | Image to image | Extras |
|
|
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
|
|
|  |  |  |
|
|
|
|
### [Sygil (sd-webui / hlky)](https://github.com/Sygil-Dev/sygil-webui)
|
|
|
|
[Full feature list here](https://github.com/Sygil-Dev/sygil-webui/blob/master/README.md), Screenshots:
|
|
|
|
| Text to image | Image to image | Image Lab |
|
|
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
|
|
|  |  |  |
|
|
|
|
### [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
|
|
|
|
[Full feature list here](https://github.com/comfyanonymous/ComfyUI#features), Screenshot:
|
|
|
|
| Workflow |
|
|
| -------------------------------------------------------------------------------- |
|
|
|  |
|
|
|
|
## Contributing
|
|
|
|
Contributions are welcome! **Create a discussion first of what the problem is and what you want to contribute (before you implement anything)**
|
|
|
|
## Disclaimer
|
|
|
|
The authors of this project are not responsible for any content generated using this interface.
|
|
|
|
This license of this software forbids you from sharing any content that violates any laws, produce any harm to a person, disseminate any personal information that would be meant for harm, spread misinformation and target vulnerable groups. For the full list of restrictions please read [the license](./LICENSE).
|
|
|
|
## Thanks
|
|
|
|
Special thanks to everyone behind these awesome projects, without them, none of this would have been possible:
|
|
|
|
- [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
|
- [InvokeAI](https://github.com/invoke-ai/InvokeAI)
|
|
- [Sygil-webui](https://github.com/Sygil-Dev/sygil-webui)
|
|
- [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
|
|
- [CompVis/stable-diffusion](https://github.com/CompVis/stable-diffusion)
|
|
- and many many more.
|