Commit Graph

1481 Commits (f783821d8a2366514eeed366010d2e2bbc489cb0)

Author SHA1 Message Date
hithereai f783821d8a C1 2023-05-17 14:39:16 +03:00
hithereai 7e699be8a5 Merge branch 'enable-prompt-subtitles' of https://github.com/rewbs/deforum-for-automatic1111-webui into pr/709 2023-05-16 03:38:58 +03:00
hithereai b24b2e4095 Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/709 2023-05-16 03:38:57 +03:00
rewbs d10d0e45f7 Merge branch 'enable-prompt-subtitles' of https://github.com/rewbs/deforum-for-automatic1111-webui into enable-prompt-subtitles 2023-05-16 10:26:18 +10:00
rewbs 4c08b09bac Include subtitles for RIFE. 2023-05-16 10:25:32 +10:00
hithereai 96452ee39c deduplicate CN code (use more code from CN external api) 2023-05-15 23:44:51 +03:00
hithereai 1091a3e3a6 fix CN not working in Batch Mode (thanks AndyXR!) 2023-05-15 21:57:28 +03:00
hithereai 396dc5e9b2 hide cn advanced row when cn is not enabled 2023-05-15 21:50:14 +03:00
hithereai fe381cdf2b Update deforum_controlnet_gradio.py 2023-05-15 17:35:44 +03:00
hithereai 24c8d22164 call the soft-embedded subs Deforum Data instead of Track 1 2023-05-15 16:48:39 +03:00
hithereai fe76ee994a Merge branch 'enable-prompt-subtitles' of https://github.com/rewbs/deforum-for-automatic1111-webui into pr/709 2023-05-15 16:36:08 +03:00
hithereai 9912465870 Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/709 2023-05-15 16:36:07 +03:00
hithereai 80f5e99f52 Update deprecation_utils.py 2023-05-15 16:34:44 +03:00
rewbs 16ed1f8796 Improve console output. Pass srt path in explicitly so subtitles are successfully added on upscaling and frame interpolation. 2023-05-15 16:02:01 +10:00
kabachuha dac0121fc9 add switch to deprecated grayish colormatch 2023-05-15 01:23:39 +03:00
kabachuha b280841d1e fix frames grayness 2023-05-15 00:50:04 +03:00
hithereai 8db020c6f7 Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/709 2023-05-14 16:50:11 +03:00
hithereai f6cd9fb2b2 Align with CN 14-05 2023-05-14 16:43:09 +03:00
hithereai e2ca6c067a Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/709 2023-05-12 19:12:40 +03:00
reallybigname 1856db88b2
Makes optical flow cadence work with hybrid motion (#708)
* Revert "Merge pull request #422 from hithereai/sampler_sch_fixes"

This reverts commit 09c99d10ed, reversing
changes made to 97ab68b13b.

* more vertically compact ui

* Revert "more vertically compact ui"

This reverts commit 0826d76e2d.

* Makes optical flow cadence work with hybrid motion

this one simple change of moving the routine allows for optical flow cadence to play nicely with hybrid motion during cadence

---------

Co-authored-by: hithereai <121192995+hithereai@users.noreply.github.com>
2023-05-12 19:11:26 +03:00
hithereai 2617b8b0e8 add default values to opts.data.get (critical!) 2023-05-12 18:59:23 +03:00
rewbs 5955abb18d Better output formatting (including error cases). Include whether current frame is a cadence frame or not in the subtitles. 2023-05-12 16:35:40 +10:00
rewbs ab05c05850 Allow prompts as subtitles. Optionally embed subtitles into mp4. Fix subtitles with Parseq: use getattr() instead of __dict__ to ensure fallback to non-Parseq controlled params works correctly. 2023-05-12 11:45:33 +10:00
hithereai c3f5d8ec56 Revert "add torch2 and xformers opts to midas"
This reverts commit 9e1393261c.
2023-05-11 17:12:02 +03:00
hithereai 55298f23e5 fix 3d mode not working with depth warp disabled 2023-05-11 11:13:23 +03:00
kabachuha 8b2a87b6e2
Merge pull request #696 from Phobos97/automatic1111-webui
bugfix for wrong mask being used
2023-05-10 20:06:46 +03:00
hithereai 69e138b7f9 dont run FILM in fp16 if --no-half is used as cmd arg 2023-05-10 19:26:53 +03:00
hithereai 73ad918c78 unload FILM model from vram when done interpolating +
make model loading make more sense, a bit faster now too
2023-05-10 19:20:13 +03:00
kabachuha 713af968d6 set min thresh to 32 2023-05-10 13:22:52 +03:00
kabachuha c19b4e92e2 use bicubic interpolation for masks
instead of nearest by default to reduce pixelation
2023-05-10 13:10:02 +03:00
Phobos 17df392c25 support word-based-masking for any dimensions 2023-05-10 01:29:39 +02:00
kabachuha 01497b7b43 Merge branch 'automatic1111-webui' into pr/696 2023-05-09 23:10:26 +03:00
kabachuha 9e1393261c add torch2 and xformers opts to midas
3d mode goes brrr....
2023-05-09 22:04:13 +03:00
hithereai a678262ec0 remove old commented line 2023-05-09 18:55:47 +03:00
hithereai 8f1405ce6e make CN's weight, guidance start/stop whole 1 liner each
and add the name schedule to the actual ui param name
2023-05-09 18:54:05 +03:00
hithereai a050498053 add info to p2p cfg sch ui param 2023-05-09 18:48:25 +03:00
hithereai ccffd7435c make run tab a lil bit tidier 2023-05-09 18:47:16 +03:00
Phobos 48144bb9c1 bugfix for wrong mask being used 2023-05-09 00:59:49 +02:00
reallybigname f39acbf486 fixed frames for 0-based counting in inputframes
also removed the stupid switching behavior for max frames when using a mask??? wtf
2023-05-08 13:41:13 -07:00
hithereai 05d044f394 Merge remote-tracking branch 'upstream/automatic1111-webui' into Frame-Alignment-RBN 2023-05-08 23:36:11 +03:00
hithereai ea2d899851 fix 2023-05-08 22:27:43 +03:00
hithereai 1dfab22195 auto hide/show ddim and ancestral schedule related params in ui 2023-05-08 22:23:52 +03:00
hithereai 8bfd6b80e7 use frame_idx instead of frame_idx+1 in masks.py 2023-05-08 21:45:22 +03:00
hithereai c360360b51 add ancestral_eta_scheduling
todo: auto-show/hide in ui
2023-05-08 03:28:20 +03:00
hithereai 6095dd757c replace ddim_eta with ddim_eta_schedule
turns out ddim_eta is a global general setting param now, not passed directly as a p.ddim_eta any more. So i made it a schedule.

Todo: only show in ui if ddim is selected.
2023-05-08 02:57:45 +03:00
hithereai d1f860e1ce remove mp4_path param (not in use) 2023-05-08 01:33:55 +03:00
hithereai f72ee00ae6 add new repo name to ext finder func 2023-05-08 01:31:13 +03:00
hithereai f4bc6cd176 remove unused import 2023-05-08 00:21:21 +03:00
hithereai eea43dfee7 fix frame count error at last frame just before stitching video 2023-05-08 00:20:15 +03:00
hithereai 38de62d646 shorten func 2023-05-07 13:27:53 +03:00