Commit Graph

35 Commits

Author SHA1 Message Date
ZeroCool940711
3736a35e26 Initial conversion of the sd_util.py file into a package with smaller modules in it. 2022-11-03 00:05:54 -07:00
ZeroCool940711
ac2cefd5db Cleaned some commented code that is no longer needed. 2022-11-01 10:25:43 -07:00
ZeroCool940711
9a9c357922 Added support for webp images in the img2txt tab 2022-10-31 13:38:31 -07:00
ZeroCool940711
51a99aa08d Moved the generate button to the top of the page so it doesn't get pushed down and disappear when there are many images or the expanders are not collapsed. 2022-10-26 18:40:17 -07:00
ZeroCool940711
16661815fc Fixed log not in defaults. 2022-10-26 17:21:51 -07:00
ZeroCool940711
0d2a4e1694 Added logging back to the img2txt tab. 2022-10-24 04:45:09 -07:00
hlky
8dcd432674
Update img2txt.py 2022-10-24 11:48:45 +01:00
hlky
70ef109d17
Update img2txt.py 2022-10-24 11:15:22 +01: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
ZeroCool940711
cb501565c2 More renaming and changed to links related to the organization, docs and repo names. 2022-10-23 18:54:10 -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
ZeroCool940711
73fadb231f Fixed links so they point to the new repo and organization names. 2022-10-23 16:22:40 -07:00
ZeroCool940711
c1ec3f370b Made sure the log variable is still around on the img2txt after its being cleared. 2022-10-22 13:30:12 -07:00
ZeroCool940711
27c13fb625 Improved logging for img2txt. 2022-10-17 15:59:29 -07:00
ZeroCool940711
68a8fc26d6 Added reraise option for loguru. 2022-10-17 05:10:06 -07:00
ZeroCool940711
2fcad23c77 Replaced most if not all print statements with loguru to make the console output easier to understand and just look better overall. 2022-10-15 09:32:15 -07:00
ZeroCool940711
0eaff932df Added extra models back to img2txt. 2022-10-06 00:03:45 -07:00
hlky
c1e97c8bcc
img2txt speed + vram issues 2022-10-05 05:31:20 +01:00
hlky
3851fcc537
model manager
model manager
2022-10-04 19:39:52 +01:00
hlky
4208ad00bc
Update img2txt.py
// is not a comment
2022-10-04 11:43:36 +01:00
ZeroCool940711
bbedcc8e84 Merge remote-tracking branch 'origin/dev' into dev 2022-10-01 19:19:04 -07:00
ZeroCool940711
0307e9831a Added WIP code for img2txt to get information dynamically from artstation. 2022-10-01 15:39:12 -07:00
hlky
2a49c28980
docker / local cache paths 2022-10-01 22:50:40 +01:00
hlky
a5c941329e
Update img2txt.py 2022-10-01 21:47:26 +01:00
ZeroCool940711
857608c5f6 ... 2022-09-30 15:46:02 -07:00
ZeroCool940711
20a89a1233 Add more print statements to provide more info on whats happening behind the scenes. 2022-09-30 13:04:08 -07:00
ZeroCool940711
d8a8687852 Improved img2txt layout and performance. 2022-09-30 12:41:01 -07:00
ZeroCool940711
3bb432162e Added open clip dependency which is needed for some CLIP models. 2022-09-30 08:47:30 -07:00
hlky
084fa9732f
Update img2txt.py 2022-09-30 10:40:02 +01:00
ZeroCool940711
5445287bcf Img2txt working now but needs more than 8GB og VRAM to work. Will be trying to improve it as the next step. 2022-09-29 08:52:46 -07:00
ZeroCool940711
466cfde3fa More fixes for img2txt 2022-09-29 07:27:56 -07:00
ZeroCool940711
07d935b445 More fixes to img2txt 2022-09-29 01:07:32 -07:00
Alejandro Gil
f678efb4e2
Img2txt dependencies and necessary files. (#1354) 2022-09-28 12:37:15 -07:00
Alejandro Gil
3e40bab7f7
Changed the default streamlit import for hydralit as we will be using hydralit as replacement for the default streamlit library, hydralit provides better control over css as well as having a lot more options. (#1352) 2022-09-28 09:33:54 -07:00