Commit Graph

1371 Commits

Author SHA1 Message Date
ZeroCool940711
f813f0e659 Added pywebview to the requirements. 2022-10-26 18:17:50 -07:00
Alejandro Gil
be7f486adf
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. (#1599)
- 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.
2022-10-26 18:04:32 -07:00
ZeroCool940711
593d7d081f 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. 2022-10-26 18:03:43 -07:00
ZeroCool940711
00f7ee3ed0 Changed the webui_streamlit.cmd script to use the new model path instead of the old one. 2022-10-26 18:00:09 -07:00
Alejandro Gil
099fc963c9
Added a webview script that launches the streamlit server and then a small GUI, this should help for those that do not want to use the browser and want to run the UI natively. (#1598) 2022-10-26 17:48:30 -07:00
ZeroCool940711
1957ceacb7 Merge remote-tracking branch 'origin/dev' into dev 2022-10-26 17:47:44 -07:00
ZeroCool940711
6d7d04118a Added a webview script that launches the streamlit server and then a small GUI, this should help for those that do not want to use the browser and want to run the UI natively. 2022-10-26 17:47:13 -07:00
Alejandro Gil
107d89004d
Fixed blip model not downloading due to identification issue caused by passing the huggingface token on the url. (#1597)
- Fixed blip model not downloading due to identification issue caused by
passing the huggingface token on the url.
- Fixed log not in defaults.
2022-10-26 17:22:44 -07:00
ZeroCool940711
16661815fc Fixed log not in defaults. 2022-10-26 17:21:51 -07:00
ZeroCool940711
98c0073a4e Fixed blip model not downloading due to identification issue caused by passing the huggingface token on the url. 2022-10-26 17:21:21 -07:00
Alejandro Gil
5f6141ae7c
key phrase suggestion area update (#1595)
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.
2022-10-26 04:00:21 -07:00
Lucas Czernohorsky
aa3f92b611 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, to remove double "," and double text generation in general.
improved key phrase list.
full artist thumbnails support.
2022-10-26 12:42:48 +02:00
Alejandro Gil
d5642806f1
Added link to the model manager to download the merged model containing Stable Diffusion 1.5, Waifu diffusion 1.3, Lewd Diffusion and Trinart Diffusion. (#1594) 2022-10-26 01:25:31 -07:00
ZeroCool940711
87f65b7e05 Removed trailing spaces. 2022-10-26 01:25:14 -07:00
ZeroCool940711
9da7c4102f Added link to the model manager to download the merged model containing Stable Diffusion 1.5, Waifu diffusion 1.3, Lewd Diffusion and Trinart Diffusion. 2022-10-26 01:23:30 -07:00
hlky
e71c4225ca
Create kdiffusion.py 2022-10-26 08:14:25 +01:00
Alejandro Gil
a70a69c7fb
Added jfif image support on img2img (#1590) 2022-10-25 04:57:28 -07:00
ZeroCool940711
227a7e2973 Merge remote-tracking branch 'origin/dev' into dev 2022-10-25 04:56:54 -07:00
ZeroCool940711
db3a3cbedf Added jfif image support on img2img 2022-10-25 04:56:43 -07:00
Alejandro Gil
decc42097b
Added small function to make grids layouts using streamlit. (#1589) 2022-10-25 04:24:22 -07:00
ZeroCool940711
02f47b2174 Merge remote-tracking branch 'origin/dev' into dev 2022-10-25 04:23:47 -07:00
ZeroCool940711
edf998b378 Added small function to make grids layouts using streamlit. 2022-10-25 04:23:33 -07:00
Alejandro Gil
9cb248f19c
Fixed typo in last command (#1588)
# 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
2022-10-24 16:44:40 -07:00
aedh carrick
a1e2ee2587
Fixed typo in last command
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'
2022-10-24 18:04:53 -05:00
Alejandro Gil
f61bf666bf
Allow users to set the preview frequency to 0 in case they need to disable it for some reason. (#1587) 2022-10-24 12:36:24 -07:00
ZeroCool940711
ad5597b968 Allow users to set the preview frequency to 0 in case they need to disable it. 2022-10-24 12:35:30 -07:00
Alejandro Gil
bb7fce1a87
Added more tags to the flavors.txt file for img2txt. (#1585)
- 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.
2022-10-24 05:11:04 -07:00
ZeroCool940711
0d4e710c1f Added more tags to the flavors.txt file for img2txt. 2022-10-24 05:09:25 -07:00
ZeroCool940711
0d2a4e1694 Added logging back to the img2txt tab. 2022-10-24 04:45:09 -07:00
ZeroCool940711
219cbd1346 Changed default batch size for img2txt to 2000 batches. 2022-10-24 04:44:44 -07:00
Alejandro Gil
fc701c8cac
Merge branch 'Sygil-Dev:dev' into dev 2022-10-24 03:53:55 -07:00
hlky
8dcd432674
Update img2txt.py 2022-10-24 11:48:45 +01:00
Alejandro Gil
600e86d015
Merge branch 'Sygil-Dev:dev' into dev 2022-10-24 03:16:33 -07:00
hlky
70ef109d17
Update img2txt.py 2022-10-24 11:15:22 +01:00
ZeroCool940711
ea3d0329da Merge remote-tracking branch 'origin/dev' into dev 2022-10-24 00:56:16 -07:00
ZeroCool940711
a55eadd779 Some tags cleaned up on the flavours.txt file. 2022-10-24 00:56:11 -07:00
Alejandro Gil
87a7f5118b
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. (#1584)
-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.
2022-10-24 00:24:29 -07:00
ZeroCool940711
4c8d76eb09 Merge remote-tracking branch 'origin/dev' into dev 2022-10-24 00:23:17 -07:00
ZeroCool940711
9caef25390 Improved the img2txt tab by having more tags. 2022-10-24 00:22:36 -07:00
ZeroCool940711
0a3b6761e2 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.
2022-10-24 00:21:54 -07:00
Alejandro Gil
a942a67a84
More renaming and changes to links related to the organization, docs and repo names. (#1583) 2022-10-23 20:35:03 -07:00
ZeroCool940711
cb501565c2 More renaming and changed to links related to the organization, docs and repo names. 2022-10-23 18:54:10 -07:00
Alejandro Gil
8e02fde4f3
Merge branch 'Sygil-Dev:dev' into dev 2022-10-23 17:20:53 -07:00
ZeroCool940711
97eb1b169b More renaming and changes to links related to the organization, docs an repo names. 2022-10-23 17:17:50 -07:00
Alejandro Gil
79c82e4258
Fixed links so they point to the new repo and organization names. (#1581)
# 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
2022-10-23 16:28:08 -07:00
ZeroCool940711
f77b81f6cb Merge remote-tracking branch 'origin/dev' into dev 2022-10-23 16:26:29 -07:00
ZeroCool940711
73fadb231f Fixed links so they point to the new repo and organization names. 2022-10-23 16:22:40 -07:00
Alejandro Gil
a97056bcf7
Updated the readme.md with the new links for the organization, repo and documentation. (#1580) 2022-10-23 16:12:57 -07:00
ZeroCool940711
c1a36a3a03 Updated the readme.md with the new links for the organization, repo and documentation. 2022-10-23 16:10:05 -07:00
Alejandro Gil
87b70f1c22
Improved progress bar info on txt2vid and made sure the update_preview_frenquency worked correctly. (#1579) 2022-10-23 15:13:49 -07:00