complex pattern matching support, to remove double "," and double text generation in general.
improved key phrase list.
full artist thumbnails support.
# Description
changed:
"!streamlit run scripts/webui_streamlit.py --theme.base dark
--server.headless true true 2>&1 | tee -a /content/log.txt"
to:
"!streamlit run scripts/webui_streamlit.py --theme.base dark
--server.headless true 2>&1 | tee -a /content/log.txt"
avoids 'unknown argument error'
# Checklist:
- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [ ] I have commented my code in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
changed:
"!streamlit run scripts/webui_streamlit.py --theme.base dark --server.headless true true 2>&1 | tee -a /content/log.txt"
to:
"!streamlit run scripts/webui_streamlit.py --theme.base dark --server.headless true 2>&1 | tee -a /content/log.txt"
avoids 'unknown argument error'
- Changed default batch size for img2txt to 2000 batches.
- Added logging back to the img2txt tab.
- Added more tags to the flavors.txt file for img2txt.
-Added option to make the grid format the same as the individual image
format. There is a new option called grid quality now that allow you to
specify on the settings page the quality for the grid image.
- Improved the img2txt tab by having more tags.
# 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
- [x] I have made corresponding changes to the documentation
# Description
New to git and this is my first pull request, so please feel free to
correct any mistakes I may have made. Also, did not mean to name it
'patch-1', my bad. Just tried to clean it up a bit. No need to change
directory when we're already in the correct one. Also, if we're
crashing/rebooting kernel, best to do it sooner than later. No need to
load/reload things. Also redirected localtunnel to txt file, so
Streamlit can send output to cell. (Streamlit should also save output in
'log.txt'.)
# 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
New to git and this is my first pull request so pls don't laugh. Just tried to clean it up a bit. No need to change directory when we're already in the correct one. Also, if we're crashing/rebooting kernel, best to do it sooner than later. No need to load/reload things. Also redirected localtunnel to txt file, so Streamlit can send output to cell.
(Streamlit should also save output in 'log.txt'.)