preview9
Pre-release
Pre-release
What's Changed
- changed sd.cpp version to newer (master-e410aeb)
- replaced fully the build system to cmake
- fixed nvidia detection on linux
- fixed progressbar on civitai downloder + added check if the downloaded file is too small (eg. no permission to download a model without civitai api key)
- added some help text + updated help urls in the ui
- replaced installer on windows to NSIS #18
- fixed deb dependencies
- added AppImage version #16
- added .tar.gz version
- Ubuntu22, Ubuntu24 and windows support (other linux distributions may work with the AppImage / .tar.gz variations)
- added the missing 'scheduler' selector into the gui
- renamed the default Type from 'Default' to 'Count'. Count means: get the model type from the modelfile
- added all available Sampler into the selector
- added .pt extension when searching for upscaler models
- removed the limitation to set the image target resolution
- added more system information into the About window
- added a disclaimer into the About window
- added translator python script into the po directory, to generate translation with ollama
The build system change give the opporunity to use github workflow for auto builds. Currently it is working as - is.
Known failures, TODO-s:
- need more time to improve the CivitaiDownloader part of the app (save download history, more error handling)
- handle the assertions what is comming from sd.cpp / ggml.cpp
- currently if not enought cuda memory or the ggml can't handle a model, the assertion occurs and the app exiting without user notification
- currently the multilanguage feature is implemented in-half, po files are ready, but need to implement the language handler into the GUI
- delete model files from the disk in the Models tab
- add hipblas, vulkan versions