Release 2.3.0 - Chants
This release adds the "Chants" feature, along with various bug fixes for newer Gradio versions and extended third party support.
Chants are a new type of data the script can load and insert. They are basically longer presets, snippets, or even full prompts and function like shortcuts. There's a new demo-chants.json
file included to get started, but for more info please have a look at the accompanying README section Chants.
Chants are unique in that they support different keywords for search, display, and insertion. That means you can create a very complex and long prompt, give it a unique and compact display name, and add as many search terms as you want that should correlate to it. The search terms can be completely different from the final prompt that gets inserted, so you can use them like shortcuts for your favorite prompt snippets.
Added:
- Chants, thanks to @fuyedong in #177
- Support autocompletion in more third party textboxes (thanks to @re-unknown in #169, #170, #171):
Fixed:
- Various fixes for Gradio 3.28.0
- More fallbacks for Gradio 3.16.0 and older webui versions
- Model black/whitelist change detection fixes
- Dark mode detection fixes
- Helper script now correctly follows symlinks for hypernets, lora and lycoris, like the webui itself does
- Fix long results lists sometimes not scrolling to the top correctly on the first letter of a new tag/command
- Fix for tag file change not registering without restart if changed in quicksettings