We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8722f1 commit 81e94f9Copy full SHA for 81e94f9
README.md
@@ -1,2 +1,16 @@
1
# Stable-diffusion-cpp-GUI
2
-Simple GUI for Stable-diffusion.cpp
+**Work in progress!**
3
+
4
+Simple GUI for Stable-diffusion.cpp created with the Tkinter library.
5
6
+Features:
7
+- Direct editing of all options supported by Stable-diffusion.cpp (not all options implemented yet)
8
+- Saving of last used options in `config.txt`
9
+- Generated image is shown in GUI window (works but it is a little wonky)
10
11
+TODO:
12
+- Tabbed interface to group similar options
13
+- Implement a file dialog for choosing model files
14
+- TBD
15
16
+It should work on any platform that Stable-diffusion.cpp supports (not tested fully yet)
0 commit comments