Releases: fszontagh/sd.cpp.gui.wx
Releases · fszontagh/sd.cpp.gui.wx
preview1
Current features:
- text to image
- image to image
- keep model in the memory between generations (see limitations)
- controlnet
- optional tiled vae
- optional TAESD encoder
- optional VAE model
- custom quantation, model converting on the fly
- save / load / delete presets
- job queue
- progressbar
- desktop notifications
- lora support in the prompts (see limitations) lora:lora_filename_without_extension:weight
- textual embedding support in prompt (see limitations)
Current limitations / known bugs
- with controlnet, the base model have to be reloaded on all new image generation (it's automatic at least)
- max 75 tokens in all prompts, more tokens are just ignored
- when lora is specified in the prompt from the previous job, and base model not changed, the old lora keep in context
- when textual embedding is specified in the prompt from the previous job, and base model not changed, the previous textual embedding keep in context
- if base model changed and lora used in previous job's prompt, the gui is just crashing