Skip to content

Commit 1dc8e93

Browse files
committed
update master before merge
1 parent 9bf08c5 commit 1dc8e93

10 files changed

+57
-49
lines changed

README.md

+48-40
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
All individual features are not listed here, instead check [ChangeLog](CHANGELOG.md) for full list of changes
2020
- Multiple backends!
21-
**Original | Diffusers**
21+
**Diffusers | Original**
2222
- Multiple diffusion models!
2323
**Stable Diffusion 1.5/2.1 | SD-XL | LCM | Segmind | Kandinsky | Pixart-α | Würstchen | aMUSEd | DeepFloyd IF | UniDiffusion | SD-Distilled | BLiP Diffusion | etc.**
2424
- Built-in Control for Text, Image, Batch and video processing!
@@ -38,23 +38,38 @@ All individual features are not listed here, instead check [ChangeLog](CHANGELOG
3838

3939
<br>
4040

41-
![Screenshot-Dark](html/xmas-default.jpg)
42-
![Screenshot-Control](html/xmas-control.jpg)
43-
![Screenshot-Light](html/light-teal.jpg)
41+
*Main text2image interface*:
42+
![Screenshot-Dark](html/screenshot-text2image.jpg)
43+
44+
For screenshots and informations on other available themes, see [Themes Wiki](https://github.com/vladmandic/automatic/wiki/Themes)
4445

4546
<br>
4647

4748
## Backend support
4849

49-
**SD.Next** supports two main backends: *Original* and *Diffusers*:
50+
**SD.Next** supports two main backends: *Diffusers* and *Original*:
5051

51-
- **Original**: Based on [LDM](https://github.com/Stability-AI/stablediffusion) reference implementation and significantly expanded on by [A1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
52-
This is the default backend and it is fully compatible with all existing functionality and extensions
53-
Supports **SD 1.x** and **SD 2.x** models
54-
All other model types such as *SD-XL, LCM, PixArt, Segmind, Kandinsky, etc.* require backend **Diffusers**
5552
- **Diffusers**: Based on new [Huggingface Diffusers](https://huggingface.co/docs/diffusers/index) implementation
5653
Supports *original* SD models as well as *all* models listed below
54+
This backend is set as default for new installations
5755
See [wiki article](https://github.com/vladmandic/automatic/wiki/Diffusers) for more information
56+
- **Original**: Based on [LDM](https://github.com/Stability-AI/stablediffusion) reference implementation and significantly expanded on by [A1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
57+
This backend and is fully compatible with most existing functionality and extensions written for *A1111 SDWebUI*
58+
Supports **SD 1.x** and **SD 2.x** models
59+
All other model types such as *SD-XL, LCM, PixArt, Segmind, Kandinsky, etc.* require backend **Diffusers**
60+
61+
## Control
62+
63+
**SD.Next** comes with built-in control for all types of text2image, image2image, video2video and batch processing
64+
65+
*Control interface*:
66+
![Screenshot-Control](html/screenshot-control.jpg)
67+
68+
*Control processors*:
69+
![Screenshot-Process](html/screenshot-processors.jpg)
70+
71+
*Masking*:
72+
![Screenshot-Mask](html/screenshot-mask.jpg)
5873

5974
## Model support
6075

@@ -67,6 +82,7 @@ Additional models will be added as they become available and there is public int
6782
- [aMUSEd 256](https://huggingface.co/amused/amused-256) 256 and 512
6883
- [Segmind Vega](https://huggingface.co/segmind/Segmind-Vega)
6984
- [Segmind SSD-1B](https://huggingface.co/segmind/SSD-1B)
85+
- [Segmind SegMoE](https://github.com/segmind/segmoe) *SD and SD-XL*
7086
- [Kandinsky](https://github.com/ai-forever/Kandinsky-2) *2.1 and 2.2 and latest 3.0*
7187
- [PixArt-α XL 2](https://github.com/PixArt-alpha/PixArt-alpha) *Medium and Large*
7288
- [Warp Wuerstchen](https://huggingface.co/blog/wuertschen)
@@ -79,10 +95,18 @@ Additional models will be added as they become available and there is public int
7995

8096

8197
Also supported are modifiers such as:
82-
- **LCM** and **Turbo** (Adversarial Diffusion Distillation) networks
98+
- **LCM** and **Turbo** (*adversarial diffusion distillation*) networks
8399
- All **LoRA** types such as LoCon, LyCORIS, HADA, IA3, Lokr, OFT
84-
- **AnimateDiff** for SD 1.5
85100
- **IP-Adapters** for SD 1.5 and SD-XL
101+
- **InstantID**, **FaceSwap**, **FaceID**, **PhotoMerge**
102+
- **AnimateDiff** for SD 1.5
103+
104+
*Color grading*:
105+
![Screenshot-Color](html/screenshot-color.jpg)
106+
107+
*InstantID*:
108+
![Screenshot-InstantID](html/screenshot-instantid.jpg)
109+
86110

87111
> [!IMPORTANT]
88112
> - Loading any model other than standard SD 1.x / SD 2.x requires use of backend **Diffusers**
@@ -101,7 +125,7 @@ Also supported are modifiers such as:
101125
This includes support for AMD GPUs that are not supported by native ROCm libraries
102126
- Any GPU or device compatible with **OpenVINO** libraries on both *Windows and Linux*
103127
- *Apple M1/M2* on *OSX* using built-in support in Torch with **MPS** optimizations
104-
- *ONNX/Olive* (experimental)
128+
- *ONNX/Olive*
105129

106130
## Install
107131

@@ -143,7 +167,6 @@ Below is partial list of all available parameters, run `webui --help` for the fu
143167
--docs Mount Gradio docs at /docs, default: False
144168
--no-hashing Disable hashing of checkpoints, default: False
145169
--no-metadata Disable reading of metadata from models, default: False
146-
--no-download Disable download of default model, default: False
147170
--backend {original,diffusers} force model pipeline type
148171

149172
Setup options:
@@ -184,37 +207,22 @@ SD.Next comes with several extensions pre-installed:
184207
- In addition to general cross-platform code, desire is to have a lead for each of the main platforms.
185208
This should be fully cross-platform, but we'd really love to have additional contributors and/or maintainers to join and help lead the efforts on different platforms.
186209

187-
### **Goals**
188-
189-
This project started as a fork from [Automatic1111 WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui/) and it grew significantly since then,
190-
but although it diverged considerably, any substantial features to original work is ported to this repository as well.
191-
192-
The idea behind the fork is to enable latest technologies and advances in text-to-image generation.
193-
194-
*Sometimes this is not the same as "as simple as possible to use".*
195-
196-
General goals:
197-
198-
- Multi-model
199-
- Enable usage of as many as possible txt2img and img2img generative models
200-
- Cross-platform
201-
- Create uniform experience while automatically managing any platform specific differences
202-
- Performance
203-
- Enable best possible performance on all platforms
204-
- Ease-of-Use
205-
- Automatically handle all requirements, dependencies, flags regardless of platform
206-
- Integrate all best options for uniform out-of-the-box experience without the need to tweak anything manually
207-
- Look-and-Feel
208-
- Create modern, intuitive and clean UI
209-
- Up-to-Date
210-
- Keep code up to date with latest advanced in text-to-image generation
211-
212-
## Credits
210+
### **Credits**
213211

214212
- Main credit goes to [Automatic1111 WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
215213
- Additional credits are listed in [Credits](https://github.com/AUTOMATIC1111/stable-diffusion-webui/#credits)
216214
- Licenses for modules are listed in [Licenses](html/licenses.html)
217215

216+
### **Evolution**
217+
218+
<a href="https://star-history.com/#vladmandic/automatic&Date">
219+
<picture>
220+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=vladmandic/automatic&type=Date&theme=dark" />
221+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=vladmandic/automatic&type=Date" />
222+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=vladmandic/automatic&type=Date" />
223+
</picture>
224+
</a>
225+
218226
### **Docs**
219227

220228
If you're unsure how to use a feature, best place to start is [Wiki](https://github.com/vladmandic/automatic/wiki) and if its not there,
@@ -229,7 +237,7 @@ check [ChangeLog](CHANGELOG.md) for when feature was first introduced as it will
229237
### **Sponsors**
230238

231239
<div align="center">
232-
<!-- sponsors --><a href="https://github.com/allangrant"><img src="https://github.com/allangrant.png" width="60px" alt="Allan Grant" /></a><a href="https://github.com/BrentOzar"><img src="https://github.com/BrentOzar.png" width="60px" alt="Brent Ozar" /></a><a href="https://github.com/inktomi"><img src="https://github.com/inktomi.png" width="60px" alt="Matthew Runo" /></a><a href="https://github.com/HELLO-WORLD-SAS"><img src="https://github.com/HELLO-WORLD-SAS.png" width="60px" alt="HELLO WORLD SAS" /></a><a href="https://github.com/4joeknight4"><img src="https://github.com/4joeknight4.png" width="60px" alt="" /></a><a href="https://github.com/SaladTechnologies"><img src="https://github.com/SaladTechnologies.png" width="60px" alt="Salad Technologies" /></a><a href="https://github.com/mantzaris"><img src="https://github.com/mantzaris.png" width="60px" alt="a.v.mantzaris" /></a><!-- sponsors -->
240+
<!-- sponsors --><a href="https://github.com/allangrant"><img src="https://github.com/allangrant.png" width="60px" alt="Allan Grant" /></a><a href="https://github.com/BrentOzar"><img src="https://github.com/BrentOzar.png" width="60px" alt="Brent Ozar" /></a><a href="https://github.com/inktomi"><img src="https://github.com/inktomi.png" width="60px" alt="Matthew Runo" /></a><a href="https://github.com/HELLO-WORLD-SAS"><img src="https://github.com/HELLO-WORLD-SAS.png" width="60px" alt="HELLO WORLD SAS" /></a><a href="https://github.com/4joeknight4"><img src="https://github.com/4joeknight4.png" width="60px" alt="" /></a><a href="https://github.com/SaladTechnologies"><img src="https://github.com/SaladTechnologies.png" width="60px" alt="Salad Technologies" /></a><a href="https://github.com/mantzaris"><img src="https://github.com/mantzaris.png" width="60px" alt="a.v.mantzaris" /></a><a href="https://github.com/FieldMarshallVague"><img src="https://github.com/FieldMarshallVague.png" width="60px" alt="Toby Worth" /></a><!-- sponsors -->
233241
</div>
234242

235243
<br>
Submodule sd-webui-controlnet updated 59 files

wiki

Submodule wiki updated from 9a9713e to c44eeed

0 commit comments

Comments
 (0)