Commit Graph

1514 Commits (f7e4eae4e66beff89ef00928b6564116bcf8d12d)

Author SHA1 Message Date
kabachuha 4b311bf874 none to blank to simplity compose logic 2023-01-16 18:28:00 +03:00
kabachuha 32df52f511 Merge branch 'automatic1111-webui' into masking-overhaul 2023-01-16 18:25:01 +03:00
kabachuha 585b2e2051 mask schedule logic 2023-01-16 18:24:46 +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 bba868fead
Merge pull request #221 from hithereai/automatic1111-webui
Minor improvements to human masking and hybrid video
2023-01-16 00:10:34 +03:00
hithereai 898a261f32 Minor improvements +
better handling of wrong file/folder names, added function to delete all imgs from a folder (shorter code); now users can generate only the masks again even without having the 'generate_hybrid_frames' button selected
2023-01-15 22:39:47 +02:00
kabachuha 97516023dd fix Generate button not working after auto update 2023-01-15 22:01:34 +03:00
kabachuha 8d09bc7ddf
upload clipseg directly to src
as the current webui's transformers version (4.19) doesn't include it
2023-01-15 18:18:59 +03:00
kabachuha 31df9ed541
add parser for multiple masks boolean combinations 2023-01-15 17:40:14 +03:00
kabachuha a1d5ed7752
Merge pull request #216 from hithereai/HumanMasking
Masking Humans automatically using RVM
2023-01-15 17:36:20 +03:00
kabachuha 6c963fd9b5
Merge pull request #217 from deforum-art/enable_offline_3d_mode
enable offline usage in 3D animation mode
2023-01-15 17:33:30 +03:00
hithereai 1336e84e10 revert pathlib removal 2023-01-15 03:24:53 +02:00
hithereai fcafc74c1d
enable offline usage for 3D animation mode
It will fetch the model from cache if it's there, so only need to run 3D mode online once for it to work offline afterwards. 

* Currently it will work only for windows users.
2023-01-15 03:13:15 +02:00
hithereai ecd35261b5 remove pathlib import 2023-01-15 02:53:16 +02:00
hithereai f70d852680 Merge branch 'HumanMasking' of https://github.com/hithereai/deforum-for-automatic1111-webui into HumanMasking 2023-01-15 02:51:42 +02:00
hithereai 891b682c49 enable offline usage after initial run
This PR enables to use the new human_mask feature while offline. It only needs to be run once when online, then it will use its cache as first priority.
2023-01-15 02:51:36 +02:00
hithereai 4b11f29fe1
revert stupid change to .gitignore 2023-01-14 23:37:35 +02:00
hithereai 269d8011e6 fixed setting load/save and comments 2023-01-14 23:35:53 +02:00
hithereai e09eecfeb3
Update human_masking.py 2023-01-14 23:13:57 +02:00
hithereai fc1faadaae
not needed, being loaded to cache with torch.load 2023-01-14 23:12:26 +02:00
hithereai 5abe55d1d4 Sync fps according to extract_nth_frame and more 2023-01-14 23:10:08 +02:00
hithereai 18c89806c2 revert model to mobilenetv3 2023-01-14 17:19:11 +02:00
hithereai c9fe53b75f use extracted input imgs instead of input vid 2023-01-14 16:55:01 +02:00
hithereai 5eb2ecb970 Update .gitignore 2023-01-14 16:53:55 +02:00
hithereai 690deb04a9
Add RobustVideoMatting repo for human masking 2023-01-14 16:08:05 +02:00
hithereai 5d5287d6cf V01 of human masking 2023-01-14 15:49:52 +02:00
kabachuha 1c6758b75b
Merge pull request #214 from avantcontra/patch-2
fix typo
2023-01-14 01:56:04 +03:00
avantcontra 6e0587552e
fix typo 2023-01-13 09:45:25 +08:00
kabachuha b434b09f03
Merge pull request #213 from rewbs/parseq-fallback-to-direct-JSON-read-for-unknown-params
Make parseq adapter directly search the JSON data if a new series is introduced.
2023-01-12 19:36:54 +03:00
rewbs 9636a7510b Make parseq adapter directly search the JSON data for a likely match if an unrecognised series is requested. This ensures that, when new schedules are added to Deforum, only the Parseq UI needs to be updated to support them (and this can be improved in the future with support for custom fields). 2023-01-12 21:27:54 +11:00
kabachuha 7fc51359a8 add 'Init Video' soundtrack option 2023-01-09 22:43:48 +03:00
kabachuha d3cc640f07
Merge pull request #210 from deforum-art/fix_interp_missing_imports
adding missing imports for interpolation mode in prompt.py
2023-01-08 13:19:23 +03:00
hithereai b4c764a90a
added missing imports for interpolation mode in prompt.py
added imports for 'pandas' and 'numpy'
2023-01-07 23:49:26 +02:00
kabachuha aa9bffded9 lower default antiblur amount a bit 2023-01-07 13:54:03 +03:00
kabachuha 0b9ac68ce4 rounds steps to int to fix error 2023-01-06 18:26:26 +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
kabachuha 14e25151e9
Merge pull request #208 from Kitchenn3/kitchen_add_optional_step_scheduling
add optional step scheduling
2023-01-06 18:03:17 +03:00
hithereai 249a75a8e1
Align opencv pack with main auto1111 pacj
auto recently accepted our PR to change from opencv-python to opencv-contrib-python, so our version should match it.
2023-01-06 10:43:33 +02:00
Kitchen 23657be814 removed untested code 2023-01-05 21:12:46 -06:00
Kitchen 8cf083b6ae added optional step scheduling 2023-01-05 21:09:20 -06:00
kabachuha eca9250816
Merge pull request #206 from Kitchenn3/kitchen_fix_dpm_fast_typo
fixed typo for dpm fast
2023-01-05 20:04:30 +03:00
Kitchen 2770a1f423 fixed typo 2023-01-05 11:01:30 -06:00
kabachuha 28317a5633 fixup? 2023-01-05 19:13:53 +03:00
kabachuha 12bf30d9b5 remove file duplicates 2023-01-05 19:01: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
kabachuha 4ee81a183e
add note on how to update the origin repo 2023-01-05 16:18:40 +03:00
kabachuha 91202c30ea
add alternate webui download link 2023-01-05 16:16:06 +03:00