Commit Graph

83 Commits

Author SHA1 Message Date
nawnie bfdcf16a91 Created using Colaboratory 2022-12-16 01:34:25 -06: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
Victor Hall 33cd24f394 update readme to reflect everydream trainer no longer works optimally with cropped images 2022-11-19 18:48:55 -05:00
Victor Hall a0952762c9 add missing aiofiles req to autocaption notebook 2022-11-16 22:50:55 -05:00
Victor Hall 1d17d8e28a make autocaption use async for all file operations, append _n to filename rename 2022-11-15 19:07:28 -05:00
Victor Hall fa0287be84 add script to push filename to .txt 2022-11-13 23:37:42 -05:00
Victor Hall 36a4fdc0e6 only strip slashes from caption if using filename output 2022-11-12 16:49:33 -05:00
Victor Hall 6178e204ec strip slashes from caption to avoid filename issues on output 2022-11-12 16:45:30 -05:00
Victor Hall cecbda97ea remove static due to compatibility issues 2022-11-12 14:05:10 -05:00
Victor Hall 6b7f5ffcd3 gitkeep on output 2022-11-11 14:02:13 -05:00
Victor Hall 807dc31e8c gitkeep on input 2022-11-11 14:01:40 -05:00
Victor Hall 09efafc60d remove static, compatibility 2022-11-11 12:47:27 -05:00
Victor Hall be3fbf9b2c bug in filerename 2022-11-11 09:14:37 -05:00
Victor Hall bc2001ac7f bug in file renamer 2022-11-11 00:37:12 -05:00
Victor Hall 1e136ff080 Merge branch 'main' of https://github.com/victorchall/EveryDream into main 2022-11-10 11:40:55 -05:00
Victor Hall 51bbbe0417 update doc for autocaption to reflect changes 2022-11-10 11:40:47 -05:00
Victor Hall b4a9d2b949 update autocaption to be able to create .caption and .txt sidecars instead of filename 2022-11-10 11:22:20 -05:00
Victor Hall cfa58b81c4
deconflict env
Signed-off-by: Victor Hall <victor.charles.hall@gmail.com>
2022-11-08 20:18:48 -05:00
Victor Hall fad322cba3 automatically rename to unique on dupe 2022-11-04 14:24:00 -04:00
Victor Hall 7ad2e6ef4d Merge branch 'main' of https://github.com/victorchall/EveryDream into main 2022-11-04 14:21:10 -04:00
Victor Hall 49e25885b8 better error handling on file rename 2022-11-04 14:21:03 -04:00
Victor Hall 87c8ae7d32 fix bug 2022-11-04 14:18:42 -04:00