Commit Graph

1045 Commits (ffce424b0414d9ec6f4e32a6700a3e5d729f26b0)

Author SHA1 Message Date
hithereai ce6eba320b progress 2023-02-20 03:19:58 +02:00
hithereai 3f1d7ef621 better slider auto-change and reset 2023-02-20 02:45:27 +02:00
hithereai 4c9819ba87 change interpolators engine order 2023-02-20 02:20:06 +02:00
hithereai 108861e686 hide upload vid to interp if interp engine is None 2023-02-20 02:16:02 +02:00
hithereai f7f85f7b8b fix ui for mobile/ tiny screens 2023-02-20 02:08:22 +02:00
hithereai 5f79328811 hide slow_mo slider by default 2023-02-20 02:01:50 +02:00
hithereai ee4101b403 align parseq html link color to SteelBlue
so it looks like all other hrefs in our extension
2023-02-20 01:07:56 +02:00
hithereai 91898c1c50 new shorter cli line in green 2023-02-20 00:49:38 +02:00
hithereai 929143dfe5 only Congrats word in green, rest in white
it was just too much 🎱
2023-02-20 00:32:02 +02:00
hithereai ad07f1d6b4 push enable cn button to see UI 2023-02-20 00:27:05 +02:00
hithereai 0447748812 tiny text change 2023-02-20 00:22:49 +02:00
hithereai acbc0eadbd smaller html margin 2023-02-20 00:16:25 +02:00
hithereai 8265debb12 tiny text change + add wink emoji 2023-02-20 00:08:56 +02:00
hithereai 1459d59ce2 fix CN extension url html color 2023-02-19 23:59:03 +02:00
hithereai 7d3693f922 hide scribble mode 2023-02-19 23:56:41 +02:00
hithereai db1acdf922 fix horizontal/vertical ui thingy 2023-02-19 23:47:47 +02:00
hithereai 96f45b7cca Merge branch 'controlnet' of https://github.com/deforum-art/deforum-for-automatic1111-webui into controlnet 2023-02-19 23:31:17 +02:00
hithereai d5a858bbc2 initial code order and ui fixes 2023-02-19 23:31:02 +02:00
kabachuha 42412dbe75 Merge branch 'controlnet' of https://github.com/deforum-art/deforum-for-automatic1111-webui into controlnet 2023-02-20 00:24:06 +03:00
kabachuha e4069e1b79 fix input video mode laoding 2023-02-20 00:23:59 +03:00
hithereai 89d4f8b331 Merge remote-tracking branch 'upstream/automatic1111-webui' into controlnet 2023-02-19 23:12:10 +02:00
hithereai b7f3225710 ui progress 2023-02-19 22:39:08 +02:00
kabachuha e29a25b067 fixup another global variable 2023-02-19 23:11:46 +03:00
kabachuha 6ca3c3ccb5 at least we get past frame #2 generation 2023-02-19 23:04:21 +03:00
kabachuha 0b4363427e hacking hacks 2023-02-19 22:30:18 +03:00
kabachuha c6be7b7fa9 plan B
add backup hardcode module
2023-02-19 21:50:37 +03:00
kabachuha 206d552929 ??? 2023-02-19 21:16:15 +03:00
kabachuha e074712626 fixup imports x2 2023-02-19 20:38:09 +03:00
kabachuha 12ad4b707f import fixup 2023-02-19 20:11:07 +03:00
kabachuha fa3ed0a147 add the actual controlnet intergration 🥳 2023-02-19 20:03:05 +03:00
hithereai 6eac22dad5 Update args.py 2023-02-19 19:02:29 +02:00
hithereai ebd0f8744b initial 2023-02-19 18:54:08 +02:00
kabachuha 434b29cef4 redirect to WIP conditional processing 2023-02-19 19:40:55 +03:00
hithereai 17b82a768e add try except for rmtree of tempfolder, temp fix for guided imgs 2023-02-19 18:27:17 +02:00
kabachuha af5171b004 unpack controlnet input vids 2023-02-19 19:26:20 +03:00
kabachuha 9d6c3fbbe9 pass controlnet args to renders 2023-02-19 18:35:09 +03:00
kabachuha acaba911a4 try to fix the layout
didn't work
2023-02-19 17:59:34 +03:00
kabachuha 6f2ff29b1e colorize detection messages 2023-02-19 17:28:29 +03:00
kabachuha 3114a3bb68 fix gradio rows
gradio rows don't seem to support dynamic component renamings, so hardcode them
2023-02-19 17:21:43 +03:00
kabachuha 1bfd998683 put stuff in rows 2023-02-19 17:07:38 +03:00
kabachuha 636e13dbca fixup 2023-02-19 16:56:46 +03:00
kabachuha 66760d502d signal the user that they have controlnet support 2023-02-19 16:54:28 +03:00
kabachuha 361443debb forgor to actually add ui components 💀 2023-02-19 16:51:51 +03:00
kabachuha 869692b2f1 fixup loading 2023-02-19 16:43:58 +03:00
kabachuha de27a252d1 Add ControlNet UI 2023-02-19 16:40:57 +03:00
kabachuha 5ad939713b args for depth norm control 2023-02-19 14:21:53 +03:00
kabachuha cecca529d6 Merge branch 'automatic1111-webui' into bad_apple!! 2023-02-19 13:18:13 +03:00
Matisse bff6324d26 added r & max_f. Variable schedule planner
r is a random, good for starting a guided images at a random, that you can set for the last variable like 0:(r),1:(-1),max_f-1:(-1),max_f:(r)
max_f is the max frame, this is -1 because we start at 0
2023-02-18 21:28:02 -08:00
hithereai 4e54c479ba Merge remote-tracking branch 'upstream/automatic1111-webui' into low-vram-depth 2023-02-19 01:15:05 +02:00
hithereai 535cb28c3e now it works 2023-02-19 01:10:36 +02:00
kabachuha b39f14c78b Merge branch 'automatic1111-webui' into low-vram-depth 2023-02-19 02:00:54 +03:00
kabachuha 92c379223c
Revert "max_frames slider ---> txtbox" 2023-02-19 02:00:02 +03:00
kabachuha bb64f7ce6d Merge branch 'automatic1111-webui' into low-vram-depth 2023-02-19 01:29:00 +03:00
kabachuha 8044d45f47 wrap hijacking 2023-02-19 01:22:00 +03:00
kabachuha b2dc72387e ofc do these tricks only in 3D mode 2023-02-19 01:21:40 +03:00
kabachuha 7a39b4cab3 infer low vram depth mode from cmd opts 2023-02-19 01:08:41 +03:00
hithereai e1d7e4ead3 max_frames from slider to txtbox 2023-02-18 23:52:37 +02:00
kabachuha c56bdb90be fixup not halving the depth model 2023-02-19 00:43:57 +03:00
kabachuha f47d0fdb84 device fixup 2023-02-19 00:40:19 +03:00
kabachuha f830d7e8fc fixup for empty adabins 2023-02-19 00:33:52 +03:00
kabachuha 9c6bffe45b option to unload main ckpt while getting depth 2023-02-18 23:38:27 +03:00
hithereai c37bd354c5 make gifski actually visible to mac users in the ui 2023-02-18 10:35:26 +02:00
hithereai b814218734 fix apply cwd location for gifski 2023-02-17 16:16:37 +02:00
hithereai 3c60502a54 Merge branch 'add_gifski_mac_support' into general_fixes 2023-02-17 16:07:23 +02:00
hithereai f4ea718d78 gifski mac support 2023-02-17 15:58:11 +02:00
hithereai fd7247d0c6 Merge remote-tracking branch 'upstream/automatic1111-webui' into general_fixes 2023-02-17 15:29:19 +02:00
hithereai a9fb55b25d Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/350 2023-02-17 15:07:23 +02:00
hithereai bb86d9ad40 Merge remote-tracking branch 'upstream/automatic1111-webui' into general_fixes 2023-02-17 15:07:03 +02:00
hithereai 646c77fb96 add missing imports for ncnn-upscale 2023-02-17 15:02:55 +02:00
hithereai 36e1643e8b delete temp duplicated imgs once run ends 2023-02-17 14:49:21 +02:00
yyahav 813b68460d added support for running the upscaler properly on mac 2023-02-17 14:18:56 +02:00
hithereai ebc62f7d25 save duplicated imgs to OS temp folder
instead of to the deforum batch one.
2023-02-17 14:13:04 +02:00
hithereai 86fe41d33b capitalize Got a request 2023-02-17 12:55:42 +02:00
hithereai 93de2689e2 way more robust stitch frame to video initial check 2023-02-17 12:54:52 +02:00
hithereai 6a220d9680 better looking run tab's extra accordion 2023-02-17 07:22:38 +02:00
hithereai 0d15d953c5 remove prettytable, move to rich tables instead, fix subseed val now showing in tables 2023-02-17 07:17:33 +02:00
hithereai 678c0242fe fix subseed stuff not showing in ui when it needs to 2023-02-17 06:33:08 +02:00
hithereai 507f98561c REVIVE RESTORE FACES! 2023-02-17 05:59:29 +02:00
hithereai ddc5639bfa tiling ddim eta and pix2pix sch to closed accordion
with clear title of the accordion.
2023-02-17 05:29:02 +02:00
hithereai f9c8850b8a order/ clean 2023-02-17 05:15:16 +02:00
hithereai 1194a80a6a fix tran x and y visible when they shouldn't be 2023-02-17 05:10:31 +02:00
hithereai b36f7c5c3a move ffmpeg settings to closed accordion - crf preset location
cleaner and makes more sense now that we have also gif, upscaling etc
2023-02-17 04:34:32 +02:00
hithereai 97594bd883 order and cleaning 2023-02-17 04:28:06 +02:00
hithereai 44318a3fd3 finish hybrid contextual UI 2023-02-17 04:04:09 +02:00
hithereai b5b49c021e Update args.py 2023-02-17 03:18:35 +02:00
hithereai 39034c28bd more hybrid contextual ui changes 2023-02-17 02:55:20 +02:00
hithereai 6962deb263 fixes and cleaning 2023-02-17 02:07:34 +02:00
hithereai 4b9f8791fa clean 2023-02-16 22:51:10 +02:00
hithereai b6d369f784 keep imgs = true at default 2023-02-16 22:37:24 +02:00
hithereai 09e1832f41 clean 2023-02-16 22:34:24 +02:00
hithereai 0c2b94d095 CLEAN 2023-02-16 22:28:35 +02:00
hithereai a7489659f5 better cli msg 2023-02-16 22:17:26 +02:00
hithereai c6652dfe71 getting close 2023-02-16 22:06:39 +02:00
hithereai 475fa6c688 Revert "updated upscaler support for mac env"
This reverts commit 52913cc0b5.
2023-02-16 21:59:14 +02:00
yyahav 52913cc0b5 updated upscaler support for mac env 2023-02-16 21:40:08 +02:00
hithereai 67b5983109 more progress 2023-02-16 21:31:58 +02:00
hithereai 00d8008b73 progress 2023-02-16 20:18:48 +02:00
hithereai c4c2187390 remove old comment 2023-02-16 15:56:20 +02:00
hithereai 3897564fd3 fix ui not showing to mac users 2023-02-16 15:53:30 +02:00
hithereai 9b17277246 Update args.py 2023-02-16 15:51:49 +02:00
hithereai 734cfba59d ui progress on vid upload to upscale v2 2023-02-16 15:15:55 +02:00
hithereai 3eeb3925f6 fix typo 2023-02-16 15:09:02 +02:00
hithereai 2aba6600d7 fix apple xattr command 2023-02-16 15:06:33 +02:00
hithereai 1efb7eea67 new comment 2023-02-16 14:59:44 +02:00
hithereai 27cf6a40d4 apple xattr fix 2023-02-16 14:55:11 +02:00
hithereai 2cd7bf510d return mac support initial 2023-02-16 14:51:29 +02:00
hithereai f4c8b5cd11 more concise 2023-02-16 14:21:37 +02:00
hithereai f183112cf3 typo 2023-02-16 14:17:42 +02:00
hithereai e38e0c7102 Update args.py 2023-02-16 14:17:02 +02:00
hithereai ca299fb205 Update args.py 2023-02-16 13:59:05 +02:00
hithereai 8391968610 Update args.py 2023-02-16 13:46:31 +02:00
hithereai bc5b68464e show uploaded vid fps, fcount, in rez, out rez 2023-02-16 13:28:02 +02:00
hithereai 86a8eda015 Update args.py 2023-02-16 13:17:56 +02:00
hithereai fab4adfa64 Initial upload video to upscale V2 (HIDDEN until done) 2023-02-16 13:10:35 +02:00
kabachuha fd7ab52745 don't threshold segmentation output
it's already pretty well defined, and the depth cutoff settings definitely shouldn't apply to it
2023-02-16 01:14:28 +03:00
kabachuha 141ddc28f4 cosmetic fixup 2023-02-16 00:41:35 +03:00
kabachuha 10cd60d28d track mode in out filenames 2023-02-16 00:14:08 +03:00
kabachuha 1a2346fdf7 customize max thresh value 2023-02-16 00:13:51 +03:00
kabachuha 2200f864b3 Update args.py
Co-Authored-By: hithereai <121192995+hithereai@users.noreply.github.com>
2023-02-16 00:00:55 +03:00
kabachuha a92ae8f98c fixed ui
Co-Authored-By: hithereai <121192995+hithereai@users.noreply.github.com>
2023-02-15 23:59:55 +03:00
hithereai f6009c63d1 better txt for stitch frame to video info screen 2023-02-15 22:23:40 +02:00
hithereai 33717dd449 don't show new upscaling in UI for Mac users until fixed 2023-02-15 22:04:53 +02:00
hithereai 4ec1d2dfd0 Update video_audio_utilities.py 2023-02-15 22:03:21 +02:00
hithereai b8baa79298 even better error printing handling 2023-02-15 22:02:49 +02:00
hithereai 65d9179837 better error printing of ffmpeg 2023-02-15 22:01:00 +02:00
hithereai cdc41a031b add new "breathing" cli msg to upscaling prints 2023-02-15 21:48:27 +02:00
hithereai b8a05f6514 fix typo 2023-02-15 21:16:13 +02:00
hithereai 9833be34a4 small mac fix 2023-02-15 21:11:07 +02:00
hithereai d1d42e7189 apple -> mac fix typo 2023-02-15 21:07:10 +02:00
hithereai bee9728b24 let users know cli is working when it's working! 2023-02-15 20:44:29 +02:00
hithereai 3be0e55b31 apple gui tiny fix 2023-02-15 20:14:19 +02:00
hithereai 02a594399e apple GUiI support 2023-02-15 20:13:45 +02:00
hithereai 384278f74e fix typo 2023-02-15 20:12:14 +02:00
hithereai 584586d1dd initial support for Apple users 2023-02-15 20:03:21 +02:00
hithereai 39e56fd917 COMMENTS 2023-02-15 19:52:54 +02:00
hithereai d5e2dc679a show selected model and upscale factor in cli while upscaling 2023-02-15 10:49:15 +02:00
hithereai e8602f07c9 check zip hash, better error handling 2023-02-15 10:44:46 +02:00
hithereai 92dd0e8566 Update video_audio_utilities.py 2023-02-15 00:53:47 +02:00
hithereai 847e10c2f8 Update video_audio_utilities.py 2023-02-15 00:53:22 +02:00
hithereai 1ad7cfaa5e Update video_audio_utilities.py 2023-02-15 00:41:22 +02:00
hithereai 2d135a60d4 Update video_audio_utilities.py 2023-02-15 00:38:01 +02:00
hithereai 1a3f29e070 blink "upscaling" in color while upscaling is running...
then hide it and show Done with a nice green color instead.
2023-02-15 00:34:23 +02:00
kabachuha 2176ddc5af don't dither blurred edges 2023-02-15 00:00:43 +03:00
hithereai 35a29f5b04 comment typo 2023-02-14 22:43:43 +02:00
hithereai 57033806c6 clean 2023-02-14 22:37:06 +02:00
hithereai 58c817ff14 capitalize Imgs 2023-02-14 22:27:30 +02:00
hithereai 029eba72eb typo replace apple with linux 2023-02-14 22:22:50 +02:00
kabachuha b8c78e4dec mixed mode: combine char. silh. + env. depth 2023-02-14 23:15:54 +03:00
hithereai eb7464c291 fix dynamic down url 2023-02-14 21:27:50 +02:00
hithereai 1fdab68a77 Update video_audio_utilities.py 2023-02-14 21:23:03 +02:00