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
+20-19
Original file line number
Diff line number
Diff line change
@@ -121,25 +121,26 @@ Below things are already inside the software, and **users do not need to do anyt
121
121
2. Support for Control-LoRA: Canny Edge (guiding diffusion using edge detection on input, see [Canny Edge description from SAI](https://huggingface.co/stabilityai/control-lora#canny-edge)).
122
122
3. Support for Control-LoRA: Depth (guiding diffusion using depth information from input, see [Depth description from SAI](https://huggingface.co/stabilityai/control-lora#midas-and-clipdrop-depth)).
123
123
4. Support for Control-LoRA: Revision (prompting with images, see [Revision description from SAI](https://huggingface.co/stabilityai/control-lora#revision)).
124
-
5. Support for embeddings (use "embedding:embedding_name" syntax, ComfyUI style).
125
-
6. Customizable sampling parameters (sampler, scheduler, steps, base / refiner switch point, CFG, CLIP Skip).
126
-
7. Displaying full metadata for generated images in the UI.
127
-
8. Support for JPEG format.
128
-
9. Ability to save full metadata for generated images (as JSON or embedded in image, disabled by default).
129
-
10. Ability to load prompt information from JSON and image files (if saved with metadata).
130
-
11. Ability to change default values of UI settings (loaded from settings.json file - use settings-example.json as a template).
131
-
12. Ability to change default paths (loaded from paths.json file - use paths-example.json as a template).
132
-
13. Ability to retain input files names (when using Image-2-Image mode).
133
-
14. Ability to generate multiple images using same seed (useful in Image-2-Image mode).
134
-
15. Ability to generate images forever (ported from SD web UI - right-click on Generate button to start or stop this mode).
135
-
16. Ability to stop image generation.
136
-
17. Official list of SDXL resolutions (as defined in [SDXL paper](https://arxiv.org/abs/2307.01952)).
137
-
18. Compact resolution and style selection (thx to [runew0lf](https://github.com/runew0lf) for hints).
138
-
19. Support for custom resolutions list (loaded from resolutions.json - use resolutions-example.json as a template).
139
-
20. Support for custom resolutions - you can just type it now in Resolution field, like "1280x640".
140
-
21. Support for custom styles (loaded from sdxl_styles folder on start).
141
-
22. Support for playing audio when generation is finished (ported from SD web UI - use notification.ogg or notification.mp3).
142
-
23. Starting generation via Ctrl-ENTER hotkey (ported from SD web UI).
124
+
5. Adjustable text prompt strengths (useful in Revision mode).
125
+
6. Support for embeddings (use "embedding:embedding_name" syntax, ComfyUI style).
126
+
7. Customizable sampling parameters (sampler, scheduler, steps, base / refiner switch point, CFG, CLIP Skip).
127
+
8. Displaying full metadata for generated images in the UI.
128
+
9. Support for JPEG format.
129
+
10. Ability to save full metadata for generated images (as JSON or embedded in image, disabled by default).
130
+
11. Ability to load prompt information from JSON and image files (if saved with metadata).
131
+
12. Ability to change default values of UI settings (loaded from settings.json file - use settings-example.json as a template).
132
+
13. Ability to change default paths (loaded from paths.json file - use paths-example.json as a template).
133
+
14. Ability to retain input files names (when using Image-2-Image mode).
134
+
15. Ability to generate multiple images using same seed (useful in Image-2-Image mode).
135
+
16. Ability to generate images forever (ported from SD web UI - right-click on Generate button to start or stop this mode).
136
+
17. Ability to stop image generation.
137
+
18. Official list of SDXL resolutions (as defined in [SDXL paper](https://arxiv.org/abs/2307.01952)).
138
+
19. Compact resolution and style selection (thx to [runew0lf](https://github.com/runew0lf) for hints).
139
+
20. Support for custom resolutions list (loaded from resolutions.json - use resolutions-example.json as a template).
140
+
21. Support for custom resolutions - you can just type it now in Resolution field, like "1280x640".
141
+
22. Support for custom styles (loaded from sdxl_styles folder on start).
142
+
23. Support for playing audio when generation is finished (ported from SD web UI - use notification.ogg or notification.mp3).
143
+
24. Starting generation via Ctrl-ENTER hotkey (ported from SD web UI).
0 commit comments