You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-11
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ A browser interface based on Gradio library for Stable Diffusion.
13
13
- Prompt Matrix
14
14
- Stable Diffusion Upscale
15
15
- Attention, specify parts of text that the model should pay more attention to
16
-
- a man in a ((tuxedo)) - will pay more attention to tuxedo
17
-
- a man in a (tuxedo:1.21) - alternative syntax
18
-
- select text and press ctrl+up or ctrl+down to automatically adjust attention to selected text (code contributed by anonymous user)
16
+
- a man in a `((tuxedo))` - will pay more attention to tuxedo
17
+
- a man in a `(tuxedo:1.21)` - alternative syntax
18
+
- select text and press `Ctrl+Up` or `Ctrl+Down` to automatically adjust attention to selected text (code contributed by anonymous user)
19
19
- Loopback, run img2img processing multiple times
20
20
- X/Y/Z plot, a way to draw a 3 dimensional plot of images with different parameters
21
21
- Textual Inversion
@@ -28,7 +28,7 @@ A browser interface based on Gradio library for Stable Diffusion.
28
28
- CodeFormer, face restoration tool as an alternative to GFPGAN
29
29
- RealESRGAN, neural network upscaler
30
30
- ESRGAN, neural network upscaler with a lot of third party models
31
-
- SwinIR and Swin2SR([see here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/2092)), neural network upscalers
31
+
- SwinIR and Swin2SR([see here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/2092)), neural network upscalers
32
32
- LDSR, Latent diffusion super resolution upscaling
33
33
- Resizing aspect ratio options
34
34
- Sampling method selection
@@ -46,7 +46,7 @@ A browser interface based on Gradio library for Stable Diffusion.
46
46
- drag and drop an image/text-parameters to promptbox
47
47
- Read Generation Parameters Button, loads parameters in promptbox to UI
48
48
- Settings page
49
-
- Running arbitrary python code from UI (must run with --allow-code to enable)
49
+
- Running arbitrary python code from UI (must run with `--allow-code` to enable)
50
50
- Mouseover hints for most UI elements
51
51
- Possible to change defaults/mix/max/step values for UI elements via text config
52
52
- Tiling support, a checkbox to create images that can be tiled like textures
@@ -69,7 +69,7 @@ A browser interface based on Gradio library for Stable Diffusion.
69
69
- also supports weights for prompts: `a cat :1.2 AND a dog AND a penguin :2.2`
70
70
- No token limit for prompts (original stable diffusion lets you use up to 75 tokens)
71
71
- DeepDanbooru integration, creates danbooru style tags for anime prompts
72
-
-[xformers](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers), major speed increase for select cards: (add --xformers to commandline args)
72
+
-[xformers](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers), major speed increase for select cards: (add `--xformers` to commandline args)
73
73
- via extension: [History tab](https://github.com/yfszzx/stable-diffusion-webui-images-browser): view, direct and delete images conveniently within the UI
74
74
- Generate forever option
75
75
- Training tab
@@ -78,11 +78,11 @@ A browser interface based on Gradio library for Stable Diffusion.
78
78
- Clip skip
79
79
- Hypernetworks
80
80
- Loras (same as Hypernetworks but more pretty)
81
-
- A sparate UI where you can choose, with preview, which embeddings, hypernetworks or Loras to add to your prompt.
81
+
- A sparate UI where you can choose, with preview, which embeddings, hypernetworks or Loras to add to your prompt
82
82
- Can select to load a different VAE from settings screen
83
83
- Estimated completion time in progress bar
84
84
- API
85
-
- Support for dedicated [inpainting model](https://github.com/runwayml/stable-diffusion#inpainting-with-stable-diffusion) by RunwayML.
85
+
- Support for dedicated [inpainting model](https://github.com/runwayml/stable-diffusion#inpainting-with-stable-diffusion) by RunwayML
86
86
- via extension: [Aesthetic Gradients](https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients), a way to generate images with a specific aesthetic by using clip images embeds (implementation of [https://github.com/vicgalle/stable-diffusion-aesthetic-gradients](https://github.com/vicgalle/stable-diffusion-aesthetic-gradients))
87
87
-[Stable Diffusion 2.0](https://github.com/Stability-AI/stablediffusion) support - see [wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#stable-diffusion-20) for instructions
88
88
-[Alt-Diffusion](https://arxiv.org/abs/2211.06679) support - see [wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#alt-diffusion) for instructions
@@ -91,7 +91,6 @@ A browser interface based on Gradio library for Stable Diffusion.
91
91
- Eased resolution restriction: generated image's domension must be a multiple of 8 rather than 64
92
92
- Now with a license!
93
93
- Reorder elements in the UI from settings screen
94
-
-
95
94
96
95
## Installation and Running
97
96
Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) are met and follow the instructions available for both [NVidia](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs) (recommended) and [AMD](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs) GPUs.
@@ -101,7 +100,7 @@ Alternatively, use online services (like Google Colab):
101
100
-[List of Online Services](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Online-Services)
102
101
103
102
### Automatic Installation on Windows
104
-
1. Install [Python 3.10.6](https://www.python.org/downloads/windows/), checking "Add Python to PATH"
103
+
1. Install [Python 3.10.6](https://www.python.org/downloads/windows/), checking "Add Python to PATH".
0 commit comments