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
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
92827a64be
move optical cadence to Coherence tab
2023-03-10 11:37:53 +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
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
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
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
61975f68ac
add saving of pos and neg prompts to anim_run sett file
2023-03-08 22:45:33 +02:00
hithereai
3d7cb423da
add deforum github commit version to ui and cli
2023-03-07 23:18:04 +02:00
hithereai
2df62d8f3e
final fixes and cleaning
2023-03-07 19:15:01 +02:00
hithereai
0f862805a6
hide upscale v1 from ui (it's not working)
...
might not come back
2023-03-06 23:31:20 +02:00
hithereai
6e255f97c8
align img filenames to be of length 09.extension
2023-03-05 22:30:22 +02:00
hithereai
b5dc688d01
make gr.number instead of sliders
2023-03-04 00:06:57 +02:00
hithereai
f54794e769
return mask_contrast_adjust and mask_brightness_adjust to UI
2023-03-03 23:48:39 +02:00
hithereai
1c81c5235e
all gr.Row() to gr.Row(variant='compact')
2023-03-03 20:48:02 +02:00
hithereai
1fe0dc5470
CLEAN
2023-03-02 22:52:04 +02:00
hithereai
39a07359c7
clean
2023-03-02 22:43:55 +02:00
hithereai
d3e9e336ea
CLEAN
2023-03-02 22:40:25 +02:00
hithereai
9d71f25f51
more cleaning
2023-03-02 22:35:09 +02:00
hithereai
d1982f4e72
more cleaning
2023-03-02 22:32:47 +02:00
hithereai
69dceb10b9
remove @param from old vanilla notebook
2023-03-02 22:29:18 +02:00
hithereai
12bef7ce26
remove stupid old OS check
2023-03-02 22:13:36 +02:00
hithereai
96a055f7b0
Merge remote-tracking branch 'upstream/automatic1111-webui' into hide_guided_imgs
2023-03-02 18:07:52 +02:00
hithereai
b58babd1ab
fix small UI typo: interoplation --> interpolation
2023-03-02 17:35:20 +02:00
hithereai
a31a7754d1
Merge remote-tracking branch 'upstream/automatic1111-webui' into hide_guided_imgs
2023-03-02 01:40:55 +02:00
hithereai
19f0878d27
add transform_ prefix to the 2 new 2d-"center" params
2023-03-02 01:25:22 +02:00
kabachuha
51cf6b5250
Merge pull request #405 from reallybigname/automatic1111-webui
...
Added aspect_ratio schedule/series
2023-03-02 00:40:22 +03:00
kabachuha
2c09c81c10
Merge pull request #404 from hithereai/off_axis_rotation_v1
...
Keyframable rotation axis center X/Y for 2D mode
2023-03-02 00:07:39 +03:00
hithereai
d36cef0baa
row variant compact for all depth rows (tiny ui change)
2023-03-01 17:52:22 +02:00
reallybigname
5c7808d3ea
Added aspect_ratio schedule/series
...
Added control for 3D depth aspect ratio on a schedule. Now, if you want to recreate the horrible depth aspect ratio stretching deforum used to have, YOU CAN! Or, make it opposite, or make it change, or whatever.
2023-02-28 15:52:05 -08:00
hithereai
58849a67ba
change param name and add hints
2023-03-01 01:49:32 +02:00
hithereai
dbfd0524dc
better order in UI
2023-03-01 00:44:24 +02:00
hithereai
287eada68d
working
2023-03-01 00:25:04 +02:00
hithereai
375d6d6b66
Merge remote-tracking branch 'upstream/automatic1111-webui' into film_upload_single_photos
2023-02-28 22:30:22 +02:00
hithereai
f297d86a82
Merge remote-tracking branch 'upstream/automatic1111-webui' into hide_guided_imgs
2023-02-28 22:30:11 +02:00
hithereai
09bda85060
done
2023-02-28 22:15:10 +02:00
George Nance
5576a20bf6
Updated Parseq section location in info accord
2023-02-28 12:58:28 -07:00
hithereai
cdaf2eefbf
align center of cli msg below interp buttons
2023-02-28 21:03:29 +02:00
hithereai
d85020a576
better explaining text about the change
2023-02-28 20:57:34 +02:00
hithereai
563a02cc06
Update args.py
2023-02-28 02:01:43 +02:00
hithereai
59b9b1cb92
clarify text
2023-02-28 02:01:04 +02:00
hithereai
ac893c3420
order and clean
2023-02-28 01:50:39 +02:00