Skip to content

Commit 1219454

Browse files
authored
Update README.md
1 parent 39a4594 commit 1219454

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
# Stable-diffusion-cpp-GUI
22
**Work in progress!**
33

4-
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).
55

6-
Features:
6+
## Screenshot
7+
8+
![stable-diffusion-cpp-GUI program window](screen.png)
9+
10+
## Features:
711
- Direct editing of all options supported by Stable-diffusion.cpp (not all options implemented yet)
812
- Saving of last used options in `config.txt`
913
- Generated image is shown in GUI window (works but it is a little wonky)
1014

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
1521

1622
It should work on any platform that Stable-diffusion.cpp supports (not tested fully yet)

0 commit comments

Comments
 (0)