ui_tweaks
May 29, 2023 ยท View on GitHub
An extension for text-generation-webui by oobabooga.
Adds options to keep tabs on page (sticky tabs) and to move extensions into a hidden sidebar.
Installation:
- Make sure you're in the
text-generation-webuidirectory and clone this repository directly into theextensionsdirectory
git clone https://github.com/xanthousm/text-gen-webui-ui_tweaks.git extensions/ui_tweaks
- Activate it in the UI's Interface mode tab, or by using the
--extensionflag on launch (e.g.--extension ui_tweaks).
Sidebar settings:
- Open sidebar on startup
- Hide sidebar by clicking anywhere
- Dynamic height (shrink to fit)
- Custom width
Save default settings by editing params in script.py or by using oobabooga's settings.yaml file:
- Eg: Add
ui_tweaks-bar_init_show: trueto a new line insettings.yaml