Victor Hall
51edb0c568
Update image_caption_gui.py
...
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2023-05-30 12:48:44 -04:00
Victor Hall
e02ea99a0f
Update COMPRESS_IMG.md
...
typo
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2023-05-23 16:40:48 -04:00
Victor Hall
390348c503
Update README.MD
...
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2023-04-01 02:13:50 -04:00
Victor Hall
4e27e2be75
Update README.MD
...
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2023-04-01 02:13:24 -04:00
Victor Hall
8211f2ac90
Merge pull request #21 from lehmacdj/main
...
Add torch_device option to scripts/auto_caption.py
2023-03-05 18:03:36 -05:00
Devin Lehmacher
de03c18b0c
docs: document --torch_device option
2023-03-05 15:48:58 -05:00
Victor Hall
da15f0a745
Add torch_device option to scripts/auto_caption.py
...
This allows using auto_caption on apple sillicon macs by specifying cpu
as an argument for now, and might allow using mps eventually, once more
operators are implemented.
2023-03-05 15:42:43 -05:00
Victor Hall
fd67f7ad7f
Update LAION_SCRAPE.md
...
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2023-01-09 22:46:40 -05:00
Victor Hall
508a628fc5
Update LAION_SCRAPE.md
...
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2023-01-09 22:46:22 -05:00
Victor Hall
fc671937f0
Update FILE_RENAME.md
...
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2023-01-06 12:19:09 -05:00
Victor Hall
17b58e7237
Update README.MD
...
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2023-01-05 01:32:34 -05:00
Victor Hall
f844156e32
Update README.MD
...
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2023-01-05 01:32:23 -05:00
Victor Hall
e711d08165
Update README.MD
...
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2023-01-05 01:30:42 -05:00
Victor Hall
a9809c8497
Update README.MD
...
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2022-12-31 18:06:41 -05:00
Victor Hall
836aba548d
Merge pull request #20 from MalOMaw/main
...
add support for jpeg, less ambigious extension list
2022-12-17 18:35:47 -08:00
=
f18d63f09f
add support for jpeg, less ambigious extension list
2022-12-18 07:00:52 +07:00
Victor Hall
bc51caa42c
Merge pull request #19 from nawnie/main
...
Created using Colaboratory
2022-12-16 10:08:42 -08:00
nawnie
bfdcf16a91
Created using Colaboratory
2022-12-16 01:34:25 -06:00
Victor Hall
08952ebe27
fix link, use generic name
...
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2022-12-11 15:23:49 -05:00
Victor Hall
68a14f511f
add note for nawnie's notebook to readme
...
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2022-12-11 14:20:59 -05:00
Victor Hall
64e472691f
Merge pull request #18 from nawnie/main
...
Other Scripts added to cells
2022-12-11 11:18:07 -08:00
nawnie
bae522ba61
Other Scripts added to cells
2022-12-11 13:13:38 -06:00
Victor Hall
99eb7dedc8
Merge pull request #16 from mstevenson/main
...
Image caption GUI app fixes
2022-11-29 09:04:04 -08:00
Victor Hall
54d678bc33
bug in compress img
2022-11-28 15:06:27 -05:00
Michael Stevenson
53809e3b3f
Fix index out of range when deleting the final image
2022-11-28 09:37:08 -08:00
Michael Stevenson
ba7e2a5328
Handle open dialog canceled
2022-11-28 09:33:39 -08:00
Michael Stevenson
da90d86bbd
Case insensitive filename sorting
2022-11-27 09:51:05 -08:00
Michael Stevenson
d49098dbca
Show image index in the title
2022-11-27 09:51:05 -08:00
Victor Hall
499fbd09a8
Update README.MD
...
cleanup readme
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2022-11-26 15:20:28 -05:00
Victor Hall
fa450c265a
Merge pull request #15 from haxys/patch-2
...
Update COMPRESS_IMG.md
2022-11-26 12:17:29 -08:00
KMSteffen
7cc5c28926
Update COMPRESS_IMG.md
...
Minor updates to reflect current version.
Signed-off-by: KMSteffen <762141+haxys@users.noreply.github.com>
2022-11-26 14:14:03 -06:00
Victor Hall
216f0c7145
Merge pull request #14 from haxys/patch-1
...
Refactor compress.py to with asyncio / threading.
2022-11-26 10:20:35 -08:00
KMSteffen
c027de26e0
Refactor compress.py to with asyncio / threading.
...
The thread count depends on the system's processor count, similar to the defaults of `ThreadPoolExecutor`.
Signed-off-by: KMSteffen <762141+haxys@users.noreply.github.com>
2022-11-26 12:09:45 -06:00
Victor Hall
759228bf88
Merge pull request #13 from UnderSampled/blip-download
...
Directly download BLIP model to file
2022-11-25 14:06:38 -08:00
UnderSampled
0d2119ea2f
Don't download BLIP model in to memory before saving; Download directly to file.
2022-11-25 16:24:02 -05:00
Victor Hall
8db26171cc
option to skip resize on compress img
2022-11-24 22:13:30 -05:00
Victor Hall
81c04496b9
minus one sweepy boi typo
2022-11-22 21:30:17 -05:00
Victor Hall
b077ddbe3a
compress image doc
2022-11-22 20:24:33 -05:00
Victor Hall
a102788275
compress image script
2022-11-22 18:17:40 -05:00
Victor Hall
22a7f08cde
Update README.MD
...
update readme
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2022-11-22 13:04:54 -05:00
Victor Hall
305dadb5ad
Merge pull request #11 from mstevenson/main
...
Added video extractor arguments and documentation
2022-11-22 10:04:01 -08:00
Michael Stevenson
891f53da04
Added video extractor arguments and documentation
2022-11-21 17:58:44 -08:00
Victor Hall
f99467af6b
Merge pull request #10 from mstevenson/main
...
Scale image to fit frame
2022-11-21 14:55:33 -08:00
Michael Stevenson
245e6705f5
Scale image to fit frame
2022-11-21 14:44:05 -08:00
Victor Hall
39a24033bc
add vscode to gitignore
2022-11-21 16:23:13 -05:00
Victor Hall
a0d95ae667
update
2022-11-21 16:22:31 -05:00
Victor Hall
b77f0fc4d9
readme for mstevens caption gui
2022-11-21 16:19:06 -05:00
Victor Hall
51befb7c01
Merge pull request #9 from mstevenson/main
...
MStevenson's caption GUI and frame cap utils
2022-11-21 12:13:25 -08:00
Michael Stevenson
e32a683c24
Image caption GUI refactor
2022-11-21 11:07:56 -08:00
Michael Stevenson
eaffafcebb
Add video frame extractor and image caption gui
2022-11-21 09:36:29 -08:00