# Description
Added a config cell for the Colab instance. Now it can pre-fetch models.
Folder on Google drive can be specified. If models are found there, they
will be symlinked instead of downloaded. Any models found in folder, but
not in download list, will be symlinked to models/custom. Also added
comments to code and titles to cells.
Should just be able to enter settings in first cell, then hit 'run all'.
Well... twice.
# Checklist:
- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
Added a config cell for the Colab instance. Now it can pre-fetch models. Folder on Google drive can be specified. If models are found there, they will be symlinked instead of downloaded. Any models found in folder, but not in download list, will be symlinked to models/custom.
Also added comments to code and titles to cells.
Should just be able to enter settings in first cell, then hit 'run all'.
Well... twice.
- Add settings on the settings page to customize most streamlit options
including the server address, port and headless mode.
- Changed default server address to localhost.
- Removed default hard coded server address from the cmd and sh file as
they are now customizable through the Settings page on the streamlit
version.
Added an image editor for img2img, for now its pretty basic and has some
bugs but it should do the job better than having to create a mask using
an external software and then importing it to the UI every time.
- Made sure the cmd script launches the UI even if the model is not
present so the user can use the model manager to download them.
- Changed the webui_streamlit.cmd script to use the new model path
instead of the old one.
Renamed to sygil_suggestions.
Floating suggestions area.
First context sensitive responses (type by and get artist list).
Automated recognition of words "of, at, with" to not add a ",".
complex pattern matching support.
Removed generation of double "," and double text generation in general.
Improved key phrase list.
Full artist thumbnails support.
complex pattern matching support, to remove double "," and double text generation in general.
improved key phrase list.
full artist thumbnails support.