File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -132,13 +132,15 @@ Below things are already inside the software, and **users do not need to do anyt
132
132
12 . Ability to change default paths (loaded from paths.json file - use paths-example.json as a template).
133
133
13 . Ability to retain input files names (when using Image-2-Image mode).
134
134
14 . Ability to generate multiple images using same seed (useful in Image-2-Image mode).
135
- 15 . Ability to generate images forever (right-click on Generate button to start or stop this mode).
135
+ 15 . Ability to generate images forever (ported from SD web UI - right-click on Generate button to start or stop this mode).
136
136
16 . Ability to stop image generation.
137
137
17 . Official list of SDXL resolutions (as defined in [ SDXL paper] ( https://arxiv.org/abs/2307.01952 ) ).
138
138
18 . Compact resolution and style selection (thx to [ runew0lf] ( https://github.com/runew0lf ) for hints).
139
139
19 . Support for custom resolutions list (loaded from resolutions.json - use resolutions-example.json as a template).
140
140
20 . Support for custom resolutions - you can just type it now in Resolution field, like "1280x640".
141
141
21 . Support for custom styles (loaded from sdxl_styles folder on start).
142
+ 22 . Support for playing audio when generation is finished (ported from SD web UI - use notification.ogg or notification.mp3).
143
+ 23 . Starting generation via Ctrl-ENTER hotkey (ported from SD web UI).
142
144
143
145
## Thanks
144
146
You can’t perform that action at this time.
0 commit comments