Another GUI for sd.cpp - sd.cpp.gui.wx #255
fszontagh
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
git:
https://github.com/fszontagh/sd.cpp.gui.wx
precompiled binaries packed into an installer (windows, debian .deb packages): https://github.com/fszontagh/sd.cpp.gui.wx/releases
The gui when starting up, auto detects which backend is usable. (CUDA, ROCm, or CPU avx variations). Of course, it's possible to force the backend with startup parameter:
The UI is simple as is, written in C++ using wxWidgets with small footprint.
Some features:
job queue: you can start more image generation, but only one running at once. Pause / start, reload jobs (right click on a jobitem in the list)
presets: you can save / reload some generation parameters
simple model management: list local models, load model info from civitai (right click on model)
On the preview images, it's possible to right click on it, and load the compatble parameters from the image.
civitai client, a simple civitai model browser and downloader
Generateion parameters are stored into the generated images, compatible with sd.next
You can reload the generation parameters from an already generated image with drag & drop
... and more ...
*screenshots made under windows 11. The GTK gui visual is differs
Beta Was this translation helpful? Give feedback.
All reactions