| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository is a fork of stable-diffusion.cpp. It adds a GUI interface to the executable generating examples. The GUI acts as a local server. Examples can be generated continuously without reloading the model(s).
Only requires installation of Qt (5 or 6)
To enable, use CMake options:
-DSD_BUILD_EXAMPLES=ON -DSD_EXAMPLES_GLOVE_GUI=ONComes with precompiled binaries ready to use for Windows requiring no further installation.
-bin-win-avx2-x64 : Compatible with (most) x64 CPU
-bin-win-cuda12-x64 : Compatible with Nvidia graphic card GeForce GTX 950 and after (ie: RTX series are compatible).
The models are reloaded only if their parameters are changed. If any of the Context options parameters is changed, then the models are reloaded.
Parameters saving as json, upon acceptance (Ok button):
Parameters loading:
Parameters filtering:
Parameters parsing
Progress :
Warning/error messages display
Possibility to generate images sequences using img_gen mode and by setting the output image to be the same as the input image. See Images sequence parameters.
By default, the setup is configured for a desktop application (i.e. : launch using executable icon on desktop). One can disable this default behaviour by additionaly setting the following CMake command:
-DSD_EXAMPLES_GLOVE_GUI_DESKTOP=OFFIn this case, the GUI will be accessible using the following CLI argument:
sd -gloveand the terminal will be visible. In both cases, CLI arguments of SD examples remain operational.
On Windows, if DLLs are missing, go to the sd executable directory and apply the command:
windeployqt.exe sd.exeThe interface is licensed under GPL-3.0, when using -DSD_EXAMPLES_GLOVE_GUI=ON. Otherwise, the MIT license of the master repository applies.
| Back | FazBrowse Home | New Git URL |