Commit Graph

2090 Commits (58c7889eda29c9f6a5d15a72f4e8740234a3b4e7)

Author SHA1 Message Date
hithereai 58c7889eda easier load_args function, and shorter too 2023-03-11 18:26:58 +02:00
kabachuha ab8650a32c
Merge pull request #447 from deforum-art/mps-depth-fix
Half depth samples on mps
2023-03-11 13:52:16 +03:00
hithereai ca3ab14632
Merge pull request #452 from reallybigname/automatic1111-webui
Improvement to optical flow cadence
2023-03-11 11:26:59 +02:00
hithereai 1d8c466900 Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/452 2023-03-11 11:07:11 +02:00
reallybigname 651ddb9358 Improvement to optical flow cadence
slight changes, big improvement
2023-03-11 00:54:52 -08:00
kabachuha e36bb2b55a
Merge pull request #451 from hithereai/save_git_commit_to_sett_file
Save Deforum git commit id to setting files
2023-03-11 11:39:59 +03:00
hithereai 8b54a383e5 save deforum git commit id to setting files 2023-03-11 02:22:32 +02:00
hithereai e040cad6a7
Update README.md with new video by PxlPshr 2023-03-11 01:58:30 +02:00
hithereai b97c25a938
Merge pull request #450 from hithereai/new_default_urls
New default urls. Now via https://deforum.github.io/
2023-03-11 01:09:23 +02:00
hithereai 11a8797f92 new video init vid and related video mask 2023-03-11 00:01:28 +02:00
hithereai adde273e67 urls now on official deforum website 2023-03-10 23:42:09 +02:00
hithereai 9607f2158a
Merge pull request #449 from hithereai/ui_tiny_changes_10_03_23
More vertical-compact Keyframes tab
2023-03-10 20:14:06 +02:00
hithereai 784783e075 Update style.css 2023-03-10 19:52:02 +02:00
hithereai 8e0d45cd5a gr.Tab to gr.Tabs with gr.TabItem(s) 2023-03-10 19:51:49 +02:00
hithereai a81296d64c more compact vertical ui in keyframes tab 2023-03-10 19:37:58 +02:00
hithereai e82b8deb30 Merge remote-tracking branch 'upstream/automatic1111-webui' into mps-depth-fix 2023-03-10 19:07:45 +02:00
hithereai fce41f8902
Merge pull request #448 from hithereai/stop_warning_on_controlnet
No more printing of control net import ok/error
2023-03-10 19:07:25 +02:00
hithereai 94b85b97fb no more printing of control net import ok/error 2023-03-10 19:06:26 +02:00
kabachuha df262e4dc5 half depth samples on mps
should fix #394
2023-03-10 16:14:06 +03:00
hithereai 1411ad8396
Merge pull request #446 from hithereai/dont_import_ffmpeg_location
Don't import ffmpeg location from setting files
2023-03-10 13:44:35 +02:00
hithereai 056dc5cb11 don't import ffmpeg location from sett files 2023-03-10 13:39:23 +02:00
hithereai a6e257b640
Merge pull request #443 from reallybigname/automatic1111-webui
added optical flow cadence
2023-03-10 11:41:11 +02:00
hithereai 92827a64be move optical cadence to Coherence tab 2023-03-10 11:37:53 +02:00
hithereai 2de505e915 Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/443 2023-03-10 11:32:21 +02:00
hithereai 1c98bf1bd1
Merge pull request #445 from hithereai/revert_mat_again
Revert Mat's changes for the last time
2023-03-10 11:31:24 +02:00
hithereai 7a6d814332 revert try 1 2023-03-10 09:26:17 +02:00
hithereai 37a58a556f another code clean 2023-03-10 00:04:33 +02:00
hithereai 79183f8d7c clean code 2023-03-09 23:57:35 +02:00
hithereai 7e0110a954 add cli printing before in-between cadence frames 2023-03-09 23:51:29 +02:00
hithereai cb934b4a07 clean code 2023-03-09 23:42:30 +02:00
hithereai 7d764fd10b Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/443 2023-03-09 23:26:55 +02:00
kabachuha 856b087015
Merge pull request #440 from hithereai/option_to_auto_delete_imgs
Add option to auto delete imgs after successful video/gif/upscale/interp creations + rename skip video for run all --> skip video creation
2023-03-10 00:23:37 +03:00
hithereai 094c98e1ad Merge remote-tracking branch 'upstream/automatic1111-webui' into option_to_auto_delete_imgs 2023-03-09 21:48:14 +02:00
reallybigname db003c5c97 Merge branch 'automatic1111-webui' of https://github.com/reallybigname/deforum-for-automatic1111-webui into automatic1111-webui 2023-03-09 08:26:22 -08:00
reallybigname 0c8b8e0aff added optical flow cadence
optional checkbox to include optical flow in normal cadence

-starts by getting flow between turbo_prev_image and turbo_next_image.
- after getting the flow, it warps the turbo_next_image with negative flow to match prev
- then, normal image warping during cadence happens
- then it warps the flow field to match the animation, first converting it to relative for warp, then back to absolute flow
- I calculate the flow division for each tween value and divide that by two.
- it then applies that tweened flow to the prev and next image
2023-03-09 08:25:56 -08:00
kabachuha dbb852f354 fix math tweening
broken due to max_f introduction
2023-03-09 17:17:49 +03:00
kabachuha 39dd316437
Merge pull request #420 from MatissesProjects/automatic1111-webui
attempt 3 for added s & max_f. Variable schedule planner, and prompt printout uses numbers instead of variables t/60 = .6 (at t=6)
2023-03-09 12:33:06 +03:00
Matisse 19aeaa627d Adding max_f and math to interpolation mode 2023-03-09 00:22:03 -08:00
hithereai a13683c1cd align id var name to batch_id instead of run_id 2023-03-09 02:51:58 +02:00
hithereai 3626227291 fix hint 2023-03-09 02:22:51 +02:00
hithereai 5342e83dea Merge remote-tracking branch 'upstream/automatic1111-webui' into option_to_auto_delete_imgs 2023-03-09 02:20:21 +02:00
hithereai 2aa41949f8 add an option to auto-delete imgs after video creation/s 2023-03-09 02:19:28 +02:00
Matisse c91d8b7dfe Merge remote-tracking branch 'upstream/automatic1111-webui' into automatic1111-webui 2023-03-08 13:24:51 -08:00
kabachuha c04a714401
Merge pull request #437 from hithereai/add_extension_github_version_to_cli_and_gui
Add deforum github commit version/ID to ui and cli
2023-03-09 00:21:05 +03:00
hithereai 2491e1d58d total backend rename skip vid for run all -> skip vid creation 2023-03-08 23:07:49 +02:00
hithereai 4946e0b585 rename in UI (only) skip video for run all -> skip video creation 2023-03-08 23:03:34 +02:00
hithereai 4948b76c65 add del_imgs butt to ui, initial 2023-03-08 23:02:41 +02:00
hithereai 2ed778dc74
Merge pull request #439 from hithereai/fix_neg_pos_prompts_save
Add saving of pos and neg prompts to anim_run sett file
2023-03-08 22:49:36 +02:00
hithereai 61975f68ac add saving of pos and neg prompts to anim_run sett file 2023-03-08 22:45:33 +02:00
hithereai d199f1ce5a
Merge pull request #438 from hithereai/fix_missing_prompts
Fix missing prompts in save_settings_from_animation_run p1
2023-03-08 22:08:26 +02:00