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
Simple GUI for Stable-diffusion.cpp created with the Tkinter library.
4
+
Simple GUI for Stable-diffusion.cpp created with the Tkinter library. Just place alongside executable from the project [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp).
5
5
6
-
Features:
6
+
## Screenshot
7
+
8
+

9
+
10
+
## Features:
7
11
- Direct editing of all options supported by Stable-diffusion.cpp (not all options implemented yet)
8
12
- Saving of last used options in `config.txt`
9
13
- Generated image is shown in GUI window (works but it is a little wonky)
10
14
11
-
TODO:
12
-
- Tabbed interface to group similar options
13
-
- Implement a file dialog for choosing model files
14
-
- TBD
15
+
## TODO:
16
+
-[] Tabbed interface to group similar options
17
+
-[x] Implement a file dialog for choosing model files
18
+
-[] Finish implementing tooltips for all options
19
+
-[] Shorten lenght of option labels
20
+
-[] Add Photomaker options
15
21
16
22
It should work on any platform that Stable-diffusion.cpp supports (not tested fully yet)
0 commit comments