Commit Graph

146 Commits (f7e4eae4e66beff89ef00928b6564116bcf8d12d)

Author SHA1 Message Date
Matisse b4d58becb0 Merge remote-tracking branch 'upstream/automatic1111-webui' into frame-insertion 2023-01-27 10:03:21 -08:00
kabachuha 86896e8d76 pack args in deforum.py with local() 2023-01-27 20:08:19 +03:00
kabachuha 20bcaccf30 remove long ago deprecated script 2023-01-27 19:37:10 +03:00
kabachuha 11d48147b9
Merge pull request #250 from hithereai/fix_rife_fixed_fmpeg_path
make rife ffmpeg_path use ffmpeg_location
2023-01-27 18:27:18 +03:00
hithereai 68e35c4def fix save settings
add missing checkpoint args and re-ordering
2023-01-27 12:57:23 +02:00
Matisse 887e327c94 reordering ui elements 2023-01-26 20:32:47 -08:00
hithereai 0cf1270d37
send ffmpeg_location from deforum.py to RIFE 2023-01-27 01:57:22 +02:00
Matisse 86e6be9edf reordering params 2023-01-25 17:43:11 -08:00
Matisse 384368155d adding variable breakout and cleanup 2023-01-25 17:31:57 -08:00
kabachuha f940610716 sync the main branch and masking-overhaul 2023-01-25 22:26:02 +03:00
Matisse 96a6329466 Merge remote-tracking branch 'upstream/automatic1111-webui' into frame-insertion 2023-01-24 15:09:59 -08:00
hithereai 8bb2cef635 Merge branch 'automatic1111-webui' into frame_interpolation 2023-01-24 22:28:55 +02:00
kabachuha c10c98c894 add use_noise_mask to the args 2023-01-24 16:42:15 +03:00
hithereai 9f4c9af7c7
Update deforum.py 2023-01-24 12:34:36 +02:00
hithereai 8ae5cc0c3f Final fixes + option to keep interp frames 2023-01-24 12:04:13 +02:00
hithereai 2a960a67a1 don't run with sotre_frames_in_ram 2023-01-24 11:04:26 +02:00
hithereai c65df56220 final touches 2023-01-24 10:50:55 +02:00
hithereai 245cf87188 global controls for ffmpeg crf and preset + cleanup p1 2023-01-24 02:57:51 +02:00
hithereai 6c36adc9b8 almost ready, add cli-ffmpeg calls that work 2023-01-24 01:04:37 +02:00
kabachuha 32d3b6fa38 add the actual schedule to the args 2023-01-23 22:15:15 +03:00
Ryan Scarbery c52751f5c0 add checkpoint schedule 2023-01-23 09:24:05 -08:00
hithereai 8ed69c2430 change logic!
change logic to save pngs instead of using cv2 to directly save the video cuz it cannot do proper h2654 with opencv-python.

First step out of a few prolly.
2023-01-21 15:56:47 +02:00
hithereai 7fe85a81ca less files more happy, add rife 4.0, revert args 2023-01-20 20:23:55 +02:00
hithereai 94aa4052c7 tiny fixes 2023-01-20 18:04:39 +02:00
hithereai 4a53e275aa Working properly v1 2023-01-20 17:29:38 +02:00
hithereai 60363b555c still not 100% there, getting closer 2023-01-19 10:25:59 +02:00
hithereai 2c30e1ae93 Getting there, not ready yet, add rife 4.3 2023-01-18 02:00:36 +02:00
kabachuha ebe657f630 Merge branch 'automatic1111-webui' into masking-overhaul 2023-01-16 19:43:31 +03:00
kabachuha 32df52f511 Merge branch 'automatic1111-webui' into masking-overhaul 2023-01-16 18:25:01 +03:00
hithereai 76f90e058f Update deforum.py to be compatible with latest main version 2023-01-16 17:24:31 +02:00
hithereai 9e0ae9ef26 add extract_from_frame and extract_to_frame to input vid options
The current code will always extract all of the input video frames.

This PR adds two new input parameters for extracting an input video:
extract from frame, and extract to frame.

Now we can only test frames 0 to 50, 50 to 100, etc.
2023-01-16 00:56:16 +02:00
kabachuha c9f41faf3e use clipseg inference to get word masks 2023-01-16 00:24:43 +03:00
kabachuha 97516023dd fix Generate button not working after auto update 2023-01-15 22:01:34 +03:00
hithereai 5d5287d6cf V01 of human masking 2023-01-14 15:49:52 +02:00
kabachuha 7fc51359a8 add 'Init Video' soundtrack option 2023-01-09 22:43:48 +03:00
kabachuha 4b352d3ccc change ffmpeg preset to veryslow
to increase the quality per video size

TODO: add dropdown in the settings
2023-01-06 18:10:07 +03:00
Kitchen 8cf083b6ae added optional step scheduling 2023-01-05 21:09:20 -06:00
kabachuha 28317a5633 fixup? 2023-01-05 19:13:53 +03:00
kabachuha f2d0bba323 Merge branch 'store-frames-in-ram' into automatic1111-webui 2023-01-05 18:51:50 +03:00
kabachuha f4dce23721 Merge branch 'pr/204' into automatic1111-webui 2023-01-05 16:42:20 +03:00
Kitchen a739beb0e2 Merge branch 'automatic1111-webui' into Kitchen_add_sampler_scheduling 2023-01-04 21:25:13 -06:00
Kitchen 73e2ad6b56 added checkbox to enable/disable sampler scheduling
sampler names are now case insensitive
2023-01-04 21:16:44 -06:00
Kitchen 2b24935fe4 added schedule sampling 2023-01-04 20:16:34 -06:00
reallybigname cc52c96a61 Hybrid Video Compositing - 3D working 2D broken
First commit. 3D mode works
2023-01-04 06:35:51 -08:00
kabachuha b8f5b2eb2b option to store frames in RAM instead of disc
for faster animation making on fast gpus at the cost of increased ram usage
2023-01-03 01:12:22 +03:00
Matisse 485d41a6cd Merge remote-tracking branch 'upstream/automatic1111-webui' into frame-insertion 2022-12-31 21:13:21 -08:00
Matisse 64b1b5c591 Getting a basic ui element added 2022-12-31 18:22:48 -08:00
Funofabot 069dbded18
Add files via upload 2022-12-31 14:03:17 -07:00
kabachuha 296393ceb7 fix run args 2022-12-28 19:10:22 +03:00
kabachuha aa2651260d add noise params to args 2022-12-28 18:56:42 +03:00
kabachuha 5aa9f38417
Merge pull request #159 from deforum-art/QOL-only-from-pr74
QoL-only features from #74: blank frames reroll, anti-blur
2022-12-22 20:57:36 +03:00
kabachuha 072963ad3e add mydrive locations to sys.path when on colab
addresses #163
2022-12-22 20:48:33 +03:00
kabachuha 64dbc9649e fixup reroll dropdown loading from file
fixup reroll dropdown loading from file

38th html block fix
2022-12-20 00:26:33 +03:00
kabachuha 78ed389bbb anti-blur
using unsharp mask, from #74
2022-12-19 23:51:00 +03:00
kabachuha f99ffe7410 add blank frames reroll 2022-12-19 23:14:21 +03:00
kabachuha 3ff1149173 a better scalable way for the prev commit 2022-12-18 19:43:01 +03:00
kabachuha 0ede3a83da detach 'deforum_helpers' from 'scripts'
Should prevent "No module named 'scripts.deforum_helpers'"  error causing Deforum's tab not show up in some cases when you've might've broken the environment with webui packages updates
2022-12-18 19:23:46 +03:00
rewbs 0542082ccf Merge from master 2022-12-13 15:21:27 +11:00
rewbs 8961efac9a As discussed in https://github.com/deforum-art/deforum-for-automatic1111-webui/pull/112\#issuecomment-1333896001, add option for histogram matching. 2022-12-05 12:56:12 +11:00
rewbs c8cfab82e4 Merge support for prompt interpolation 2022-11-23 11:18:31 +11:00
rewbs 25af0a6dfd Add prompt interpolation animation mode (using composable diffusion) 2022-11-23 10:38:40 +11:00
rewbs 9e55c3fad3 Merge branch 'automatic1111-webui' into parseq-integration 2022-11-10 20:59:14 +11:00
rewbs ebad8b06dd Fix overall Deforum progress bar when using Parseq 2022-11-10 02:02:04 +11:00
kabachuha 53e7b74797 move stuff to deforum_helpers to fix #76 2022-11-09 14:24:18 +03:00
rewbs 1f60996220 Merge from master 2022-11-06 11:24:29 +11:00
kabachuha ebc7417bfa add hide video button 2022-11-05 01:40:02 +03:00
rewbs 0102aee8b9 Add support for delta values, fix save/load settings 2022-11-04 13:24:23 +11:00
Funofabot 5a8d7854d2
Add more masking arguments
Exposes some of img2img inpaint arguments to the init tab in Deforum.
Full res mask, full res padding, and fill action type.
Added the ability to use video mask without using video for init image. Just check the use video mask box.
2022-11-02 20:57:11 -06:00
Funofabot f2233a7930
Add argument for mask_contrast_adjust
Added argument for mask_contrast_adjust in appropriate locations.
2022-11-02 13:45:24 -06:00
rewbs 4b07ae5e65 Merge branch 'automatic1111-webui' of https://github.com/deforum-art/deforum-for-automatic1111-webui into parseq-integration 2022-11-02 10:30:48 +11:00
kabachuha 04eb7fff15 add a notice about 'Generate' until #53 is fixed 2022-11-01 17:13:23 +03:00
kabachuha 52f496ab24 add deforum-for-automatic1111-webui also to path 2022-11-01 16:44:41 +03:00
rewbs 16490176ad [wip] Initial support for mapping animation series from a Parseq manifest into Deforum. You can play with a UI that generates the manifest here: https://sd-parseq--staging-idlaaizi.web.app/ . Currently generates garbage from frame 2. 2022-10-28 16:25:32 +11:00
kabachuha 7713d4d329 fix args forwarding 2022-10-27 21:05:40 +03:00
kabachuha cd662e4dc9 attempt to fix the progressbar 2022-10-27 20:56:05 +03:00
kabachuha 10d7e37d27 fixed load settings button!
closes #23
2022-10-26 00:39:05 +03:00
kabachuha 053a94e46f add warning 2022-10-24 19:35:47 +03:00
kabachuha 62b013fdc6 finally fix in-ui load settings! 2022-10-24 17:27:00 +03:00
kabachuha f97eb75f22 fix for subseed 2022-10-24 16:53:16 +03:00
kabachuha 65d031fc25 in-ui settings IO 2022-10-24 16:32:50 +03:00
kabachuha 6dc6b8666e make fov, near, far params keyframable 2022-10-24 15:07:14 +03:00
kabachuha 682c70f0c8 video settings dump fixup 2022-10-24 14:49:23 +03:00
kabachuha a6d803a146 save video settings 2022-10-24 14:25:50 +03:00
kabachuha 8a84c19516 remove extra margins 2022-10-24 14:01:39 +03:00
kabachuha 5a0a8a8de9 deprecate the script in favor of extension format 2022-10-24 13:57:47 +03:00
kabachuha c54e7f6876 hide 'prompts' to avoid confusion 2022-10-24 13:17:41 +03:00
kabachuha 4daf9ae437 hide the buttons while they're unused 2022-10-24 03:53:07 +03:00
kabachuha 9872d5a65c info display fixup 2022-10-24 03:42:58 +03:00
kabachuha a6b4886808 run animation in extension 2022-10-24 03:41:09 +03:00
kabachuha 89130497e0 wrap the submit function 2022-10-24 02:53:49 +03:00
kabachuha a29490e97b var name fixup 2022-10-24 01:49:16 +03:00
kabachuha 77ec26db1a add more args from webui 2022-10-24 01:43:32 +03:00
kabachuha ec8756a97d moving closer to extension launch 2022-10-24 00:29:14 +03:00
kabachuha b7de563d35 test if the button works 2022-10-23 23:25:53 +03:00
kabachuha 2c3237fbf0 move to javascript 2022-10-23 23:08:48 +03:00
kabachuha b4707a4066 add progressbar and other stuff
also move stuff around so script.js fits within the dir
2022-10-23 22:46:04 +03:00