kabachuha
e3615a9fb8
bump version
2023-03-14 20:13:55 +03:00
kabachuha
2366bfdb47
use strength schedule in video input
...
closes #455
2023-03-14 15:24:16 +03:00
kabachuha
b90bd3e580
fix CN not applying to the first frame
2023-03-14 14:59:20 +03:00
kabachuha
7dfb4d0bdf
remove the strength_0_no_init msg
2023-03-14 14:52:08 +03:00
kabachuha
68b24d03ad
Merge pull request #469 from deforum-art/interpolate-perlin
...
allow perlin for any resolution with F.interpolate
2023-03-14 14:50:08 +03:00
kabachuha
8f894d06b8
allow perlin for any resolution with F.interpolate
2023-03-14 14:46:10 +03:00
kabachuha
45db5db99c
replace " and ' in formulae only once
...
thanks for @MatissesProjects 's observation
2023-03-14 13:59:27 +03:00
hithereai
75e01295bc
Merge remote-tracking branch 'upstream/automatic1111-webui' into fix-matisse
2023-03-14 01:02:43 +02:00
kabachuha
a1c44ef4c6
drop deprecated v1 upscaling
...
since it contains dependencies, broken in the latest webui update
2023-03-14 01:20:26 +03:00
kabachuha
490ccba11e
fix frame index math eval
2023-03-14 00:41:28 +03:00
kabachuha
479ef445da
fixup
2023-03-14 00:24:42 +03:00
kabachuha
3ae9e64f1d
fix formulae parsing
2023-03-14 00:21:54 +03:00
kabachuha
07760403e1
fixup
2023-03-14 00:16:04 +03:00
kabachuha
ff5e7b18ad
unhardcode strength-related settings
2023-03-14 00:12:37 +03:00
kabachuha
f91ffbc812
use the new preset args for the GI mode
2023-03-14 00:04:19 +03:00
kabachuha
a5eced7dc1
fix keyframe number interpolation
2023-03-13 23:58:59 +03:00
kabachuha
89b46124d4
auto-set the needed args for the GI mode
2023-03-13 22:51:11 +03:00
kabachuha
d4a48b1e0a
re-add matisse's changes
2023-03-13 22:22:22 +03:00
kabachuha
1ce8ff4e92
update GI info
2023-03-13 20:45:47 +03:00
kabachuha
088634c286
set the default init strength to 0.8
2023-03-13 20:32:21 +03:00
kabachuha
d701305bd1
add try catch to cn ui setup
2023-03-13 19:56:13 +03:00
kabachuha
dc4cfedea4
link the recommended CN version
2023-03-13 19:23:30 +03:00
kabachuha
d95593eac9
redirect CN problems reporting
2023-03-13 19:20:40 +03:00
kabachuha
bdde26096b
fixup
2023-03-13 18:55:16 +03:00
kabachuha
0476e41386
option to not overwrite input and select vid path
2023-03-13 18:50:55 +03:00
kabachuha
5351cc4132
use better color
2023-03-13 18:36:14 +03:00
kabachuha
77f1c1816c
add some more notes on CN
2023-03-13 18:33:02 +03:00
kabachuha
44266999e2
remove note on img2img slider option
...
it's auto-disabled anyway now
2023-03-13 18:28:48 +03:00
kabachuha
4a475cccd2
move CN infotext
2023-03-13 18:28:04 +03:00
kabachuha
6d9033f1c9
remove the CN not found error message
...
the tab will be disactivated anyway, so we don't need the error message
2023-03-13 18:25:09 +03:00
kabachuha
363e07acfe
Merge branch 'automatic1111-webui' into cn-attempt-3
2023-03-13 18:22:49 +03:00
hithereai
3de256751a
Merge remote-tracking branch 'upstream/automatic1111-webui' into cn-attempt-3
2023-03-13 17:19:27 +02:00
hithereai
4e827e7c81
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/452
2023-03-13 17:01:27 +02:00
kabachuha
ee7420c320
Merge pull request #460 from hithereai/some_tests_12_03_23
...
Add noise multiplier scheduling, move clipskip location in ui, auto-disable "with img2img do exactly x steps"
2023-03-13 17:59:57 +03:00
kabachuha
2c10600cb4
Merge pull request #456 from hithereai/TESTS11323
...
less code duplication in load_args function
2023-03-13 17:48:38 +03:00
reallybigname
60fcc288e5
fix for color match sample incorrect colors
...
Once I tried some different images I realized that the color balance was RGB/BGR swapped on the color matches. Ooops! This fixes it. Perfect color matching after strength 0.
2023-03-13 06:54:04 -07:00
reallybigname
bb3b7bbd72
Fix for optical flow cadence on strength 0
...
I wasn't thinking about it quite right before, and I was cancelling the wrong cadence section based on strength 0. This repairs it.
It now looks at the proper strength key (from the tween frame_start_idx) to see if strength is 0 and skip optical flow cadence if it is.
Also, fixes and condenses the reporting of whether it's a cadence frame or an optical flow cadence by combining the info with the tween reporting.
2023-03-13 06:04:17 -07:00
reallybigname
48027d11ed
Fixed color match and optical flow on strength 0
...
I made cadence skip optical flow on frames with strength 0. This won't actually help you unless your cadence start is aligned perfectly with your strength 0.
Made strength 0 reset color match, as if it were the first frame in an animation.
I plan to make a scene change schedule, at which point I can add a strength threshold value for scene changes and replace this code.
2023-03-12 21:53:27 -07:00
hithereai
d8d851dbc5
Merge remote-tracking branch 'upstream/automatic1111-webui' into cn-attempt-3
2023-03-13 01:40:24 +02:00
hithereai
f06c222ba7
Merge remote-tracking branch 'upstream/automatic1111-webui' into some_tests_12_03_23
2023-03-13 01:40:08 +02:00
hithereai
e67339c837
change order to align with other new lines of code
2023-03-13 01:38:05 +02:00
hithereai
4387ab586d
fix wrong cli printing when not in 3d mode
2023-03-13 01:36:06 +02:00
hithereai
67c76fbac4
clean some code
2023-03-13 01:30:16 +02:00
hithereai
150e6a4434
Merge branch 'automatic1111-webui' of https://github.com/reallybigname/deforum-for-automatic1111-webui into pr/452
2023-03-13 01:22:10 +02:00
hithereai
5d31dda542
png to jpg typo fix
2023-03-13 01:18:41 +02:00
hithereai
a83626bfe1
guided imgs urls now from official deforum website
2023-03-13 01:16:27 +02:00
reallybigname
a3ed3a2a5b
Disabled optical flow cadence in 2D mode
...
I'll have to do some more work to track down a method to warp the flow properly in 2D mode. For now, optical flow cadence is a 3D only thing.
Made it say Optical flow cadence (3D only)
Made it hidden by default
Made it show when you switch to 3D mode
Made it not do the routines on the back end if not in 3D mode
2023-03-12 15:44:48 -07:00
hithereai
39d1b524a3
anti blur amount from 0.35 to 0.1
2023-03-13 00:30:55 +02:00
hithereai
e7022770d8
noise_multiplier_schedule default from 1 to 1.05
2023-03-13 00:30:28 +02:00
hithereai
b00d70691d
enable_noise_multiplier_scheduling = True from False
2023-03-13 00:11:51 +02:00
hithereai
791cb46e34
clean some more
2023-03-13 00:07:40 +02:00
hithereai
8415fa103a
clean
2023-03-13 00:06:48 +02:00
hithereai
3dd0af8b1b
clean
2023-03-13 00:05:02 +02:00
hithereai
fa06205e73
hide entire content of noise tab when switching to interp anim mode
...
as it only does txt2img those params are doing abs nothing.
2023-03-13 00:04:01 +02:00
hithereai
ac8306c7c0
auto-hide noise_multp_sch when switching to Interp anim mode
2023-03-12 23:58:10 +02:00
hithereai
04537641de
auto disable "with img2img do exactly x steps" from general settings
2023-03-12 23:50:37 +02:00
hithereai
a3b1864d18
move anti blur amount to top of its section
2023-03-12 23:35:57 +02:00
hithereai
368e471dd8
clean code
2023-03-12 23:35:04 +02:00
hithereai
71e38815c6
add noise_multiplier scheduling
2023-03-12 23:29:37 +02:00
hithereai
6cb40bd43e
move clip skip sch under cfg tab
2023-03-12 23:00:42 +02:00
kabachuha
d8751fb3f2
Merge branch 'automatic1111-webui' into cn-attempt-3
2023-03-12 20:42:05 +03:00
kabachuha
6f0d30c44c
Merge pull request #442 from deforum-art/main-mask
...
Use only one mask preset in mask composition, fix video masks not moving
2023-03-12 20:22:21 +03:00
kabachuha
466e64a714
fixup controlnet settings saving
2023-03-12 20:05:41 +03:00
kabachuha
652bda9e61
drop the last frame if using video mask
2023-03-12 19:13:29 +03:00
kabachuha
f96c2d823e
drop the last frame if using video mask
2023-03-12 19:11:25 +03:00
kabachuha
60b186e664
Merge branch 'main-mask' of https://github.com/deforum-art/deforum-for-automatic1111-webui into main-mask
2023-03-11 23:28:08 +03:00
kabachuha
caeb0204f4
fix masks not moving
2023-03-11 23:27:59 +03:00
hithereai
52500d0a0f
Merge remote-tracking branch 'upstream/automatic1111-webui' into main-mask
2023-03-11 22:24:39 +02:00
kabachuha
67351f8a45
pass script args
2023-03-11 20:01:06 +03:00
kabachuha
39ef3537fd
guess mode to false by default
2023-03-11 19:44:45 +03:00
kabachuha
8651591e7f
improvement
2023-03-11 19:42:19 +03:00
kabachuha
370ef15cab
shorten cli model name output
2023-03-11 19:41:55 +03:00
hithereai
58c7889eda
easier load_args function, and shorter too
2023-03-11 18:26:58 +02:00
kabachuha
d4438b56c7
fixup duplicated arg
2023-03-11 19:22:25 +03:00
kabachuha
4fd4f42a32
fixup missed scripts argument
2023-03-11 19:22:11 +03:00
kabachuha
fab84e4b70
fixup empty cn mask
2023-03-11 18:49:39 +03:00
kabachuha
943023ce51
fixup
2023-03-11 18:43:42 +03:00
kabachuha
eabfd505da
check for CN dynamically
2023-03-11 18:43:09 +03:00
kabachuha
12ad8a7866
note to upgrade CN if you downgraded it for Dfm
2023-03-11 17:59:04 +03:00
kabachuha
f2092f0695
add note about the fixed steps option
2023-03-11 17:05:08 +03:00
kabachuha
3d2116129b
make all cn settings interactive
2023-03-11 16:56:33 +03:00
kabachuha
0f0674a732
use cn api in processing
2023-03-11 16:52:40 +03:00
kabachuha
b8fe729fae
fixup ui loading
2023-03-11 15:44:40 +03:00
kabachuha
4c5a7a910d
add cn import failure patience
2023-03-11 15:44:19 +03:00
kabachuha
12d04a68c0
return cn's ui
2023-03-11 15:34:41 +03:00
kabachuha
d7c9c24eb0
Merge pull request #453 from hithereai/cn_api_based_v1
...
CN attempt 3 — temp branch
2023-03-11 13:57:19 +03: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
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
hithereai
8b54a383e5
save deforum git commit id to setting files
2023-03-11 02:22:32 +02:00
hithereai
8ca4daa913
Merge remote-tracking branch 'upstream/automatic1111-webui' into main-mask
2023-03-11 01:10:58 +02:00
hithereai
a863a85699
1
2023-03-11 00:37:30 +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
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
6b28bfc65b
Merge remote-tracking branch 'upstream/automatic1111-webui' into main-mask
2023-03-10 19:07:54 +02:00
hithereai
e82b8deb30
Merge remote-tracking branch 'upstream/automatic1111-webui' into mps-depth-fix
2023-03-10 19:07:45 +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
056dc5cb11
don't import ffmpeg location from sett files
2023-03-10 13:39:23 +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
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
hithereai
1866371f92
Merge remote-tracking branch 'upstream/automatic1111-webui' into main-mask
2023-03-09 22:05:48 +02: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
d209157ad7
use only one mask preset
...
fixes "There is a bug where it is checking the mask_file path for no good reason, when it should only be using video masks" in #386
2023-03-09 13:11:54 +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
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
61975f68ac
add saving of pos and neg prompts to anim_run sett file
2023-03-08 22:45:33 +02:00
hithereai
6fe8927499
fix missing prompts in save_settings_from_animation_run(
2023-03-08 22:05:24 +02:00
hithereai
3d7cb423da
add deforum github commit version to ui and cli
2023-03-07 23:18:04 +02:00
hithereai
33b574f776
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/420
2023-03-07 21:52:36 +02:00
hithereai
2b8ab3f85a
revive exporting of restore_faces param to settings
2023-03-07 20:40:13 +02:00
hithereai
517c45b484
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/420
2023-03-07 19:28:07 +02:00
hithereai
2df62d8f3e
final fixes and cleaning
2023-03-07 19:15:01 +02:00
hithereai
1eb345d5a0
done? handle saving when running animations
2023-03-07 18:12:16 +02:00
hithereai
e088e6a609
initial and working!
2023-03-07 03:11:34 +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
62dc275037
use opts.outdir_samples for upscaling and interpolation as well (in use for animation)
2023-03-06 23:19:45 +02:00
kabachuha
e8466b6bc2
Merge pull request #427 from hithereai/align_%09d_filenames
...
Align img filenames to be of length %09d.extension
2023-03-06 23:12:04 +03:00
hithereai
acb9012f21
fix video input not using input frames with negative prompt present
2023-03-05 23:35:14 +02:00
hithereai
6e255f97c8
align img filenames to be of length 09.extension
2023-03-05 22:30:22 +02:00
hithereai
4e9a2a5ef0
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/420
2023-03-05 21:16:11 +02:00
hithereai
91b1f64087
fix first frame sampler with sampler_sch ON
2023-03-05 20:50:37 +02:00
hithereai
6828b854f5
Revert "Merge pull request #422 from hithereai/sampler_sch_fixes"
...
This reverts commit 09c99d10ed , reversing
changes made to 97ab68b13b .
2023-03-05 20:15:22 +02:00
Matisse
46577bd3aa
Merge remote-tracking branch 'upstream/automatic1111-webui' into automatic1111-webui
2023-03-05 00:25:08 -08:00
hithereai
3b7b971950
fix wrong sampler name in cli for 0 frame with sampler_sch on
2023-03-04 21:56:56 +02:00
hithereai
324a1489ba
final push to the cli table
2023-03-04 18:08:52 +02:00
hithereai
0f24e404e3
code clean
2023-03-04 15:29:02 +02:00
hithereai
0d912d7655
add clipskip support for interpolation mode
2023-03-04 14:36:14 +02:00
hithereai
40d48e3678
tiny fix for sampler schedule in interp mode
2023-03-04 14:30:36 +02:00
hithereai
725f06b50e
add support for steps and sampler schedueling in interpolation mode
2023-03-04 14:25:15 +02:00
hithereai
e4dfc06fae
clean
2023-03-04 10:46:16 +02:00
hithereai
a6dadc2a6e
clean
2023-03-04 10:44:56 +02:00
Matisse
177ec8aa1b
Revert "Merge remote-tracking branch 'upstream/automatic1111-webui' into automatic1111-webui"
...
This reverts commit c14e03f0aa , reversing
changes made to 80546752b3 .
2023-03-03 23:49:33 -08:00
Matisse
1e91c01f57
Revert "reimplementation of max_f and t"
...
This reverts commit b222ca54f9 .
2023-03-03 23:48:42 -08:00
Matisse
b222ca54f9
reimplementation of max_f and t
2023-03-03 23:47:45 -08:00
Matisse
c14e03f0aa
Merge remote-tracking branch 'upstream/automatic1111-webui' into automatic1111-webui
2023-03-03 23:32:24 -08:00
Matisse
80546752b3
fix for string schedules
2023-03-03 23:29:51 -08:00
hithereai
26fd9ed603
comment
2023-03-04 04:46:03 +02:00
hithereai
f14b9e98a9
fix
2023-03-04 04:41:47 +02:00
hithereai
435d67fd80
much better
2023-03-04 04:39:57 +02:00
hithereai
fde2ea6cf6
p
2023-03-04 04:15:47 +02:00
hithereai
37a5665363
clean
2023-03-04 04:07:38 +02:00
hithereai
415a544c94
Merge remote-tracking branch 'upstream/automatic1111-webui' into combine_cli_tables
2023-03-04 03:54:50 +02:00
hithereai
686ea3c71e
Revert "Merge pull request #410 from MatissesProjects/automatic1111-webui"
...
This reverts commit 5ab8cb21f6 , reversing
changes made to 17692459e9 .
2023-03-04 03:50:57 +02:00
hithereai
9da7930ead
Revert "Merge pull request #416 from MatissesProjects/automatic1111-webui"
...
This reverts commit 37d3e210f1 , reversing
changes made to 5016fb3163 .
2023-03-04 03:50:36 +02:00
hithereai
96b24b3b36
Merge remote-tracking branch 'upstream/automatic1111-webui' into combine_cli_tables
2023-03-04 03:06:59 +02:00
hithereai
1a86431098
initial
2023-03-04 03:00:39 +02:00
Matisse
f4f8518906
so much for the pretty 1 liner haha
2023-03-03 16:16:47 -08:00
Matisse
007ceb6e4d
fix for prompt now showing fully in cli
2023-03-03 15:42:29 -08:00
hithereai
1558d17062
initial combine cli tables to one
2023-03-04 01:39:53 +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
6b582bb1d6
fix max_f not working unless it's max_f-1 in sch params
2023-03-03 21:41:51 +02:00
hithereai
99fb7236ba
fix missing aspect ratio series
2023-03-03 21:31:00 +02:00
hithereai
835e676b25
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/410
2023-03-03 21:25:45 +02:00
hithereai
1c81c5235e
all gr.Row() to gr.Row(variant='compact')
2023-03-03 20:48:02 +02:00
Matisse
f4b99a58a3
small cleanups
2023-03-03 00:23:53 -08:00
Matisse
ed38f9a202
Merge remote-tracking branch 'upstream/automatic1111-webui' into automatic1111-webui
2023-03-02 23:54:36 -08:00
hithereai
89408abfd9
stop saving non visible perlin params in out sett file
2023-03-02 22:55:55 +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
ce414e8dac
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/408
2023-03-02 18:14:17 +02:00
hithereai
96a055f7b0
Merge remote-tracking branch 'upstream/automatic1111-webui' into hide_guided_imgs
2023-03-02 18:07:52 +02:00
hithereai
03fc980a9c
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/408
2023-03-02 17:37:30 +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
e8cfb5039f
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/408
2023-03-02 01:39:56 +02:00
hithereai
a8c39266d6
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/410
2023-03-02 01:37:51 +02:00
hithereai
19f0878d27
add transform_ prefix to the 2 new 2d-"center" params
2023-03-02 01:25:22 +02:00
Matisse
19a92fa6e2
adding back midas changes
2023-03-01 14:55:37 -08:00
Matisse
23c0863ddf
attempt 2
...
added s & max_f. Variable schedule planner, and prompt printout uses numbers instead of variables t/60 = .6 (at t=6)
2023-03-01 14:49:05 -08: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
rewbs
0384fa29f6
Merge branch 'automatic1111-webui' into parseq-optional-prompts
2023-03-02 06:38:48 +11:00
rewbs
ebcb75a0a7
Fix 'UnboundLocalError: local variable 'parseqName' referenced before assignment'. Allow Parseq to delegate prompt management back to Deforum. Summary table in console showing who's doing what between Deforum & Parseq. Initial unit test.
2023-03-02 06:36:33 +11:00
hithereai
1a8e18e92f
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/405
2023-03-01 19:00:46 +02:00
hithereai
e677470fa1
typo fix
2023-03-01 18:53:56 +02:00
hithereai
d2ec5cbf2a
Merge remote-tracking branch 'upstream/automatic1111-webui' into off_axis_rotation_v1
2023-03-01 18:52:11 +02:00
hithereai
ab461f3e53
Merge remote-tracking branch 'upstream/automatic1111-webui' into film_upload_single_photos
2023-03-01 18:49:27 +02:00
hithereai
4c9b8b1dca
Merge remote-tracking branch 'upstream/automatic1111-webui' into hide_guided_imgs
2023-03-01 18:49:16 +02:00
hithereai
83e9be7a77
Revert "Merge pull request #358 from MatissesProjects/automatic1111-webui"
...
This reverts commit ff7201b5a5 , reversing
changes made to 6215a44d79 .
2023-03-01 18:45:12 +02:00
hithereai
eca026fefb
print aspect ratio in cli's table if it's not static 1 for the whole animation
2023-03-01 18:12:15 +02: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
7f8ed43b77
ignore slow_mo in interp-pics mode logic change
2023-02-28 20:55:53 +02:00
hithereai
25b329f25c
better
2023-02-28 02:46:22 +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
hithereai
d3607cd54a
clean
2023-02-28 01:41:04 +02:00
hithereai
98f2289c9a
fixes
2023-02-28 01:32:48 +02:00
hithereai
edbeb6e626
fixes
2023-02-28 01:22:38 +02:00
hithereai
1929c06144
p
2023-02-28 01:16:44 +02:00
hithereai
a35e4da802
progress
2023-02-28 00:00:15 +02:00
hithereai
8e2dcbc83c
working but not final
2023-02-27 21:53:13 +02:00
hithereai
e6ba634b6b
progress
2023-02-27 21:26:06 +02:00
hithereai
8fc258c1ff
Merge remote-tracking branch 'upstream/automatic1111-webui' into film_upload_single_photos
2023-02-27 20:25:06 +02:00
kabachuha
285a98f375
fix missed midas_weight in depth predict calls
2023-02-27 12:11:44 +03:00
kabachuha
74fc34e37e
Revert "Revert "Merge pull request #339 from deforum-art/bad_apple!!""
...
This reverts commit 483a973e0a .
2023-02-27 11:56:23 +03:00
reallybigname
ad9cf71cd0
Merge branch 'automatic1111-webui' of https://github.com/reallybigname/deforum-for-automatic1111-webui into automatic1111-webui
2023-02-26 19:42:55 -08:00
reallybigname
882b917a9a
Fixed issue where depth only worked properly at 1:1 aspect ratio
...
This has been an issue with Deforum as far back as I can remember... If the proportion was too wide, things would stretch unnaturally vertically, and if proportion was too thin, things would stretch horizontally.
I found that changing the aspect ratio in this function to 1, things are always correct, no matter the proportion of the image!
This is a major change to Deforum, but in all of my tests the results are much more consistent and reliable. I've tested extremes, like 3:1, 1:3, 4:1, 1:4, and everything seems even now. Tested different depth setings and FOV, and it all seems right to me now.
2023-02-26 19:42:48 -08:00
hithereai
28468ea9ab
Update args.py
2023-02-27 01:30:45 +02:00
hithereai
99b9a9a458
typo
2023-02-27 01:30:06 +02:00
hithereai
ce62fecb27
verify uploaded pics are of the same resolution
2023-02-27 01:29:26 +02:00
hithereai
f8d22dc2ac
progress
2023-02-27 01:23:15 +02:00
hithereai
c96e739d17
Merge remote-tracking branch 'upstream/automatic1111-webui' into film_upload_single_photos
2023-02-27 01:05:58 +02:00
hithereai
483a973e0a
Revert "Merge pull request #339 from deforum-art/bad_apple!!"
...
This reverts commit 6215a44d79 , reversing
changes made to 27b508bd42 .
2023-02-27 00:58:47 +02:00
hithereai
731a6c0151
Merge remote-tracking branch 'upstream/automatic1111-webui' into film_upload_single_photos
2023-02-26 19:05:47 +02:00
kabachuha
cf0872ecae
Merge branch 'automatic1111-webui' of https://github.com/MatissesProjects/deforum-extensions into pr/358
2023-02-26 18:16:05 +03:00
kabachuha
1b7a78af1d
Merge branch 'automatic1111-webui' into pr/358
2023-02-26 18:15:53 +03:00
kabachuha
ae50470067
fixup reference in None mode
2023-02-26 17:39:13 +03:00
kabachuha
2453c46142
don't load models on None mode
2023-02-26 15:59:06 +03:00
kabachuha
c56d2f5b86
add 'None' mode to just threshold grayscale
2023-02-26 15:07:24 +03:00
kabachuha
513d6b7b65
Merge branch 'automatic1111-webui' into bad_apple!!
2023-02-26 13:57:45 +03:00
kabachuha
e49c00343d
Revert "args for depth norm control"
...
This reverts commit 5ad939713b .
2023-02-26 13:56:11 +03:00
Matisse
6297e84a98
small cleanup, seems easier to understand
2023-02-25 17:45:59 -08:00
Matisse
12d01950d8
adding max_f into prompt setup
2023-02-25 17:24:54 -08:00
Matisse
f542990140
left and right side can use max_f
2023-02-25 16:47:52 -08:00
Matisse
bca9cb0cd5
fix ) not showing up on where
...
this is due to it being not appended previously, now we can!
2023-02-25 16:34:05 -08:00
Matisse
1943459b99
Merge branch 'deforum-art:automatic1111-webui' into automatic1111-webui
2023-02-25 15:30:29 -08:00
hithereai
234fcfbfc9
Update args.py
2023-02-25 18:55:15 +02:00
hithereai
dcb04eca0e
Update args.py
2023-02-25 18:53:46 +02:00
hithereai
6bdd2063e5
Update args.py
2023-02-25 18:52:36 +02:00
hithereai
b97b144d85
Update args.py
2023-02-25 18:35:58 +02:00
hithereai
2fe0bdee47
cleaning and new box for uploading pics
2023-02-25 17:49:56 +02:00
reallybigname
07be6b01ed
Fixed issue that prevented resume when using video mask
...
- unsharp_mask function was calling args.mask_image when mask_image is a local var at that point
- then, I realized that the routine shouldn't even be called if the amount is 0, so I added an if amount > 0 statement.
2023-02-24 14:02:09 -08:00
kabachuha
f6c581e8c0
fix video mask loading
...
works with totally blank mask frames too
closes #89 and closes #281
2023-02-24 14:54:11 +03:00
kabachuha
12c5c8b2ce
add missed controlnet_args to video mask
2023-02-24 14:29:04 +03:00
hithereai
43b1e863be
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/358
2023-02-23 23:11:21 +02:00
hithereai
e364270bba
clean
2023-02-23 23:04:03 +02:00
hithereai
a9888879fe
shorter code same logic
2023-02-23 23:03:49 +02:00
hithereai
88e2a3e855
fix ui auto-update of fps in upload fps
2023-02-23 23:01:01 +02:00
hithereai
ad3f1e521f
Merge remote-tracking branch 'upstream/automatic1111-webui' into FILM_interp
2023-02-22 21:50:31 +02:00
hithereai
b925cf9a50
fix interpolation mode not running at all
2023-02-22 21:47:59 +02:00
hithereai
ad9be327c6
auto-keep interp frames if calculated out vid fps > 450
2023-02-21 01:38:31 +02:00
hithereai
55d8497af8
clean
2023-02-21 01:08:24 +02:00
hithereai
4f270f9c75
clean
2023-02-21 01:01:02 +02:00
hithereai
1fd38b17b8
cleean
2023-02-21 00:52:10 +02:00
hithereai
cd1cdadd3e
interp x min to 2 from 1
2023-02-21 00:49:48 +02:00
hithereai
106cd0c33a
clean
2023-02-21 00:45:29 +02:00
hithereai
36a1805498
getting close
2023-02-21 00:34:38 +02:00
hithereai
6a669d0a0a
Update frame_interpolation.py
2023-02-21 00:24:01 +02:00
hithereai
523b70044c
fixes
2023-02-21 00:13:49 +02:00
hithereai
61d88160b3
cadence minimum to 1 from 2 (wtf?!)
2023-02-20 23:55:55 +02:00
hithereai
a790dd3623
fixes
2023-02-20 23:34:21 +02:00
hithereai
549d1e4843
Merge remote-tracking branch 'upstream/automatic1111-webui' into TEST_FILM_DELME
2023-02-20 22:57:37 +02:00
hithereai
8f15d98529
Merge remote-tracking branch 'upstream/automatic1111-webui' into TEST_FILM_DELME
2023-02-20 22:55:17 +02:00
hithereai
916dab4588
round fps in UI to maximum of .00
2023-02-20 22:55:12 +02:00
kabachuha
7eddbfe8af
point to CN version used in dev process
2023-02-20 23:44:47 +03:00
kabachuha
5b1216b871
Revert "exclude leres due to complaints"
...
This reverts commit 147b2cbbef .
2023-02-20 23:41:04 +03:00
hithereai
22fb037d4b
make rife print in green when it's done too
2023-02-20 22:40:52 +02:00
kabachuha
01abc3c736
use_init note
2023-02-20 23:33:21 +03:00
hithereai
9e952049ef
Merge remote-tracking branch 'upstream/automatic1111-webui' into TEST_FILM_DELME
2023-02-20 22:32:05 +02:00
hithereai
0e234cfaca
Merge branch 'TEST_FILM_DELME' of https://github.com/hithereai/deforum-for-automatic1111-webui into TEST_FILM_DELME
2023-02-20 22:30:45 +02:00
hithereai
09abbe0842
interp done in green
2023-02-20 22:30:30 +02:00
kabachuha
147b2cbbef
exclude leres due to complaints
...
looks like it was disabled in the core ext
2023-02-20 23:24:20 +03:00
hithereai
19e0b96ddf
Merge branch 'deforum-art:automatic1111-webui' into TEST_FILM_DELME
2023-02-20 22:22:13 +02:00
hithereai
74ec003a88
better cli printing
2023-02-20 22:21:48 +02:00
kabachuha
ec397f711a
bump version
2023-02-20 23:18:42 +03:00
kabachuha
8371df4786
add note about models location
2023-02-20 23:18:17 +03:00
hithereai
01dd399a61
Merge remote-tracking branch 'upstream/automatic1111-webui' into TEST_FILM_DELME
2023-02-20 22:07:45 +02:00
hithereai
ad005ef976
better progress bar
2023-02-20 22:04:58 +02:00
hithereai
bf3ad5b357
fix ffmpeg again
2023-02-20 21:47:44 +02:00
hithereai
43f01fcf85
fix video stitching
2023-02-20 21:44:14 +02:00
hithereai
c71179916e
set actual fps for interp vid output
2023-02-20 21:41:19 +02:00
hithereai
1980d7c6b1
move fps param out of rife inner IF
2023-02-20 21:40:21 +02:00
kabachuha
122d12f3da
fixed settings saving
2023-02-20 22:37:30 +03:00
hithereai
826dcc63b0
min 1 --> 2
2023-02-20 21:36:04 +02:00
hithereai
43ff0fac75
PRO GRESS
2023-02-20 20:03:25 +02:00
hithereai
326a4e4c39
save interpolated frames as png instead of jpg
2023-02-20 19:23:19 +02:00
hithereai
6a3366c983
progress
2023-02-20 16:06:39 +02:00
hithereai
3be2acfc69
more fixes
2023-02-20 15:31:52 +02:00
hithereai
2d548fe0cb
fixes
2023-02-20 15:18:50 +02:00
kabachuha
f380e89734
fix rich table
2023-02-20 15:44:36 +03:00
kabachuha
70c927f028
fix controlnet rendering first frame over and over
2023-02-20 15:34:04 +03:00
kabachuha
4203cfa944
fixup table args
...
fix rows x2
fixup
2023-02-20 15:30:25 +03:00
kabachuha
e263fc1308
use rich table for CN params
2023-02-20 14:31:24 +03:00
kabachuha
730be340fb
add missed guidance strength param
2023-02-20 14:04:22 +03:00
kabachuha
91c53263ed
moved to a separate tab for less scroll
2023-02-20 14:00:23 +03:00
hithereai
192669eb88
fix
2023-02-20 12:43:24 +02:00
hithereai
af874bd863
clean
2023-02-20 12:39:55 +02:00
kabachuha
8ff8f7a06d
fix video input widgets not being shown
2023-02-20 13:34:40 +03:00
hithereai
678b3083f8
progress
2023-02-20 12:15:05 +02:00
hithereai
4ffd5b5fc0
progress
2023-02-20 09:54:32 +02:00
hithereai
0f9c5d0315
arg name changes to support more than just rife
2023-02-20 09:40:38 +02:00
hithereai
d4f1fc9b7e
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/358
2023-02-20 09:13:46 +02:00
Matisse
077c769890
resolving variables in the prompts for cli
2023-02-19 22:25:16 -08:00
Matisse
b6accfe79c
move parsing into class. r to seed passed
2023-02-19 22:23:02 -08:00
hithereai
3dd3f4e940
add source film file
2023-02-20 05:04:21 +02:00
hithereai
d62477ce9f
CN not found tiny txt change, red to Tomato, take color from css
2023-02-20 04:58:41 +02:00
hithereai
e301871f45
update comment to reflect that we don't use prettytables anymoree
...
use rich instead
2023-02-20 04:51:52 +02:00
hithereai
160f1a677e
Update inference_video.py
2023-02-20 04:16:16 +02:00
hithereai
29a61b9b76
more progress
2023-02-20 03:43:57 +02:00
hithereai
ce6eba320b
progress
2023-02-20 03:19:58 +02:00
hithereai
3f1d7ef621
better slider auto-change and reset
2023-02-20 02:45:27 +02:00
hithereai
4c9819ba87
change interpolators engine order
2023-02-20 02:20:06 +02:00
hithereai
108861e686
hide upload vid to interp if interp engine is None
2023-02-20 02:16:02 +02:00
hithereai
f7f85f7b8b
fix ui for mobile/ tiny screens
2023-02-20 02:08:22 +02:00
hithereai
5f79328811
hide slow_mo slider by default
2023-02-20 02:01:50 +02:00
hithereai
ee4101b403
align parseq html link color to SteelBlue
...
so it looks like all other hrefs in our extension
2023-02-20 01:07:56 +02:00
hithereai
91898c1c50
new shorter cli line in green
2023-02-20 00:49:38 +02:00
hithereai
929143dfe5
only Congrats word in green, rest in white
...
it was just too much 🎱
2023-02-20 00:32:02 +02:00
hithereai
ad07f1d6b4
push enable cn button to see UI
2023-02-20 00:27:05 +02:00
hithereai
0447748812
tiny text change
2023-02-20 00:22:49 +02:00
hithereai
acbc0eadbd
smaller html margin
2023-02-20 00:16:25 +02:00
hithereai
8265debb12
tiny text change + add wink emoji
2023-02-20 00:08:56 +02:00
hithereai
1459d59ce2
fix CN extension url html color
2023-02-19 23:59:03 +02:00
hithereai
7d3693f922
hide scribble mode
2023-02-19 23:56:41 +02:00
hithereai
db1acdf922
fix horizontal/vertical ui thingy
2023-02-19 23:47:47 +02:00
hithereai
96f45b7cca
Merge branch 'controlnet' of https://github.com/deforum-art/deforum-for-automatic1111-webui into controlnet
2023-02-19 23:31:17 +02:00
hithereai
d5a858bbc2
initial code order and ui fixes
2023-02-19 23:31:02 +02:00
kabachuha
e4069e1b79
fix input video mode laoding
2023-02-20 00:23:59 +03:00
hithereai
b7f3225710
ui progress
2023-02-19 22:39:08 +02:00
kabachuha
e29a25b067
fixup another global variable
2023-02-19 23:11:46 +03:00
kabachuha
6ca3c3ccb5
at least we get past frame #2 generation
2023-02-19 23:04:21 +03:00
kabachuha
0b4363427e
hacking hacks
2023-02-19 22:30:18 +03:00
kabachuha
c6be7b7fa9
plan B
...
add backup hardcode module
2023-02-19 21:50:37 +03:00
kabachuha
206d552929
???
2023-02-19 21:16:15 +03:00
kabachuha
e074712626
fixup imports x2
2023-02-19 20:38:09 +03:00
kabachuha
12ad4b707f
import fixup
2023-02-19 20:11:07 +03:00
kabachuha
fa3ed0a147
add the actual controlnet intergration 🥳
2023-02-19 20:03:05 +03:00
hithereai
6eac22dad5
Update args.py
2023-02-19 19:02:29 +02:00
hithereai
ebd0f8744b
initial
2023-02-19 18:54:08 +02:00
kabachuha
434b29cef4
redirect to WIP conditional processing
2023-02-19 19:40:55 +03:00
kabachuha
af5171b004
unpack controlnet input vids
2023-02-19 19:26:20 +03:00
kabachuha
9d6c3fbbe9
pass controlnet args to renders
2023-02-19 18:35:09 +03:00
kabachuha
acaba911a4
try to fix the layout
...
didn't work
2023-02-19 17:59:34 +03:00
kabachuha
6f2ff29b1e
colorize detection messages
2023-02-19 17:28:29 +03:00
kabachuha
3114a3bb68
fix gradio rows
...
gradio rows don't seem to support dynamic component renamings, so hardcode them
2023-02-19 17:21:43 +03:00
kabachuha
1bfd998683
put stuff in rows
2023-02-19 17:07:38 +03:00
kabachuha
636e13dbca
fixup
2023-02-19 16:56:46 +03:00
kabachuha
66760d502d
signal the user that they have controlnet support
2023-02-19 16:54:28 +03:00
kabachuha
361443debb
forgor to actually add ui components 💀
2023-02-19 16:51:51 +03:00
kabachuha
869692b2f1
fixup loading
2023-02-19 16:43:58 +03:00
kabachuha
de27a252d1
Add ControlNet UI
2023-02-19 16:40:57 +03:00
kabachuha
5ad939713b
args for depth norm control
2023-02-19 14:21:53 +03:00
kabachuha
cecca529d6
Merge branch 'automatic1111-webui' into bad_apple!!
2023-02-19 13:18:13 +03:00
Matisse
bff6324d26
added r & max_f. Variable schedule planner
...
r is a random, good for starting a guided images at a random, that you can set for the last variable like 0:(r),1:(-1),max_f-1:(-1),max_f:(r)
max_f is the max frame, this is -1 because we start at 0
2023-02-18 21:28:02 -08:00
hithereai
4e54c479ba
Merge remote-tracking branch 'upstream/automatic1111-webui' into low-vram-depth
2023-02-19 01:15:05 +02:00
hithereai
535cb28c3e
now it works
2023-02-19 01:10:36 +02:00
kabachuha
b39f14c78b
Merge branch 'automatic1111-webui' into low-vram-depth
2023-02-19 02:00:54 +03:00
kabachuha
92c379223c
Revert "max_frames slider ---> txtbox"
2023-02-19 02:00:02 +03:00
kabachuha
bb64f7ce6d
Merge branch 'automatic1111-webui' into low-vram-depth
2023-02-19 01:29:00 +03:00
kabachuha
8044d45f47
wrap hijacking
2023-02-19 01:22:00 +03:00
kabachuha
b2dc72387e
ofc do these tricks only in 3D mode
2023-02-19 01:21:40 +03:00
kabachuha
7a39b4cab3
infer low vram depth mode from cmd opts
2023-02-19 01:08:41 +03:00
hithereai
e1d7e4ead3
max_frames from slider to txtbox
2023-02-18 23:52:37 +02:00
kabachuha
c56bdb90be
fixup not halving the depth model
2023-02-19 00:43:57 +03:00
kabachuha
f47d0fdb84
device fixup
2023-02-19 00:40:19 +03:00
kabachuha
f830d7e8fc
fixup for empty adabins
2023-02-19 00:33:52 +03:00
kabachuha
9c6bffe45b
option to unload main ckpt while getting depth
2023-02-18 23:38:27 +03:00
hithereai
c37bd354c5
make gifski actually visible to mac users in the ui
2023-02-18 10:35:26 +02:00
hithereai
b814218734
fix apply cwd location for gifski
2023-02-17 16:16:37 +02:00
hithereai
3c60502a54
Merge branch 'add_gifski_mac_support' into general_fixes
2023-02-17 16:07:23 +02:00
hithereai
f4ea718d78
gifski mac support
2023-02-17 15:58:11 +02:00
hithereai
fd7247d0c6
Merge remote-tracking branch 'upstream/automatic1111-webui' into general_fixes
2023-02-17 15:29:19 +02:00
hithereai
a9fb55b25d
Merge remote-tracking branch 'upstream/automatic1111-webui' into pr/350
2023-02-17 15:07:23 +02:00
hithereai
bb86d9ad40
Merge remote-tracking branch 'upstream/automatic1111-webui' into general_fixes
2023-02-17 15:07:03 +02:00
hithereai
646c77fb96
add missing imports for ncnn-upscale
2023-02-17 15:02:55 +02:00
hithereai
36e1643e8b
delete temp duplicated imgs once run ends
2023-02-17 14:49:21 +02:00
yyahav
813b68460d
added support for running the upscaler properly on mac
2023-02-17 14:18:56 +02:00
hithereai
ebc62f7d25
save duplicated imgs to OS temp folder
...
instead of to the deforum batch one.
2023-02-17 14:13:04 +02:00
hithereai
86fe41d33b
capitalize Got a request
2023-02-17 12:55:42 +02:00
hithereai
93de2689e2
way more robust stitch frame to video initial check
2023-02-17 12:54:52 +02:00
hithereai
6a220d9680
better looking run tab's extra accordion
2023-02-17 07:22:38 +02:00
hithereai
0d15d953c5
remove prettytable, move to rich tables instead, fix subseed val now showing in tables
2023-02-17 07:17:33 +02:00
hithereai
678c0242fe
fix subseed stuff not showing in ui when it needs to
2023-02-17 06:33:08 +02:00
hithereai
507f98561c
REVIVE RESTORE FACES!
2023-02-17 05:59:29 +02:00
hithereai
ddc5639bfa
tiling ddim eta and pix2pix sch to closed accordion
...
with clear title of the accordion.
2023-02-17 05:29:02 +02:00
hithereai
f9c8850b8a
order/ clean
2023-02-17 05:15:16 +02:00
hithereai
1194a80a6a
fix tran x and y visible when they shouldn't be
2023-02-17 05:10:31 +02:00
hithereai
b36f7c5c3a
move ffmpeg settings to closed accordion - crf preset location
...
cleaner and makes more sense now that we have also gif, upscaling etc
2023-02-17 04:34:32 +02:00
hithereai
97594bd883
order and cleaning
2023-02-17 04:28:06 +02:00
hithereai
44318a3fd3
finish hybrid contextual UI
2023-02-17 04:04:09 +02:00
hithereai
b5b49c021e
Update args.py
2023-02-17 03:18:35 +02:00
hithereai
39034c28bd
more hybrid contextual ui changes
2023-02-17 02:55:20 +02:00
hithereai
6962deb263
fixes and cleaning
2023-02-17 02:07:34 +02:00
hithereai
4b9f8791fa
clean
2023-02-16 22:51:10 +02:00
hithereai
b6d369f784
keep imgs = true at default
2023-02-16 22:37:24 +02:00
hithereai
09e1832f41
clean
2023-02-16 22:34:24 +02:00
hithereai
0c2b94d095
CLEAN
2023-02-16 22:28:35 +02:00
hithereai
a7489659f5
better cli msg
2023-02-16 22:17:26 +02:00
hithereai
c6652dfe71
getting close
2023-02-16 22:06:39 +02:00
hithereai
475fa6c688
Revert "updated upscaler support for mac env"
...
This reverts commit 52913cc0b5 .
2023-02-16 21:59:14 +02:00
yyahav
52913cc0b5
updated upscaler support for mac env
2023-02-16 21:40:08 +02:00
hithereai
67b5983109
more progress
2023-02-16 21:31:58 +02:00
hithereai
00d8008b73
progress
2023-02-16 20:18:48 +02:00
hithereai
c4c2187390
remove old comment
2023-02-16 15:56:20 +02:00
hithereai
3897564fd3
fix ui not showing to mac users
2023-02-16 15:53:30 +02:00
hithereai
9b17277246
Update args.py
2023-02-16 15:51:49 +02:00
hithereai
734cfba59d
ui progress on vid upload to upscale v2
2023-02-16 15:15:55 +02:00
hithereai
3eeb3925f6
fix typo
2023-02-16 15:09:02 +02:00
hithereai
2aba6600d7
fix apple xattr command
2023-02-16 15:06:33 +02:00
hithereai
1efb7eea67
new comment
2023-02-16 14:59:44 +02:00
hithereai
27cf6a40d4
apple xattr fix
2023-02-16 14:55:11 +02:00
hithereai
2cd7bf510d
return mac support initial
2023-02-16 14:51:29 +02:00
hithereai
f4c8b5cd11
more concise
2023-02-16 14:21:37 +02:00
hithereai
f183112cf3
typo
2023-02-16 14:17:42 +02:00
hithereai
e38e0c7102
Update args.py
2023-02-16 14:17:02 +02:00
hithereai
ca299fb205
Update args.py
2023-02-16 13:59:05 +02:00
hithereai
8391968610
Update args.py
2023-02-16 13:46:31 +02:00
hithereai
bc5b68464e
show uploaded vid fps, fcount, in rez, out rez
2023-02-16 13:28:02 +02:00
hithereai
86a8eda015
Update args.py
2023-02-16 13:17:56 +02:00
hithereai
fab4adfa64
Initial upload video to upscale V2 (HIDDEN until done)
2023-02-16 13:10:35 +02:00
kabachuha
fd7ab52745
don't threshold segmentation output
...
it's already pretty well defined, and the depth cutoff settings definitely shouldn't apply to it
2023-02-16 01:14:28 +03:00
kabachuha
141ddc28f4
cosmetic fixup
2023-02-16 00:41:35 +03:00
kabachuha
10cd60d28d
track mode in out filenames
2023-02-16 00:14:08 +03:00
kabachuha
1a2346fdf7
customize max thresh value
2023-02-16 00:13:51 +03:00
kabachuha
2200f864b3
Update args.py
...
Co-Authored-By: hithereai <121192995+hithereai@users.noreply.github.com>
2023-02-16 00:00:55 +03:00
kabachuha
a92ae8f98c
fixed ui
...
Co-Authored-By: hithereai <121192995+hithereai@users.noreply.github.com>
2023-02-15 23:59:55 +03:00
hithereai
f6009c63d1
better txt for stitch frame to video info screen
2023-02-15 22:23:40 +02:00
hithereai
33717dd449
don't show new upscaling in UI for Mac users until fixed
2023-02-15 22:04:53 +02:00
hithereai
4ec1d2dfd0
Update video_audio_utilities.py
2023-02-15 22:03:21 +02:00
hithereai
b8baa79298
even better error printing handling
2023-02-15 22:02:49 +02:00
hithereai
65d9179837
better error printing of ffmpeg
2023-02-15 22:01:00 +02:00
hithereai
cdc41a031b
add new "breathing" cli msg to upscaling prints
2023-02-15 21:48:27 +02:00
hithereai
b8a05f6514
fix typo
2023-02-15 21:16:13 +02:00
hithereai
9833be34a4
small mac fix
2023-02-15 21:11:07 +02:00
hithereai
d1d42e7189
apple -> mac fix typo
2023-02-15 21:07:10 +02:00
hithereai
bee9728b24
let users know cli is working when it's working!
2023-02-15 20:44:29 +02:00
hithereai
3be0e55b31
apple gui tiny fix
2023-02-15 20:14:19 +02:00
hithereai
02a594399e
apple GUiI support
2023-02-15 20:13:45 +02:00
hithereai
384278f74e
fix typo
2023-02-15 20:12:14 +02:00
hithereai
584586d1dd
initial support for Apple users
2023-02-15 20:03:21 +02:00
hithereai
39e56fd917
COMMENTS
2023-02-15 19:52:54 +02:00
hithereai
d5e2dc679a
show selected model and upscale factor in cli while upscaling
2023-02-15 10:49:15 +02:00
hithereai
e8602f07c9
check zip hash, better error handling
2023-02-15 10:44:46 +02:00
hithereai
92dd0e8566
Update video_audio_utilities.py
2023-02-15 00:53:47 +02:00
hithereai
847e10c2f8
Update video_audio_utilities.py
2023-02-15 00:53:22 +02:00
hithereai
1ad7cfaa5e
Update video_audio_utilities.py
2023-02-15 00:41:22 +02:00
hithereai
2d135a60d4
Update video_audio_utilities.py
2023-02-15 00:38:01 +02:00
hithereai
1a3f29e070
blink "upscaling" in color while upscaling is running...
...
then hide it and show Done with a nice green color instead.
2023-02-15 00:34:23 +02:00
kabachuha
2176ddc5af
don't dither blurred edges
2023-02-15 00:00:43 +03:00
hithereai
35a29f5b04
comment typo
2023-02-14 22:43:43 +02:00
hithereai
57033806c6
clean
2023-02-14 22:37:06 +02:00
hithereai
58c817ff14
capitalize Imgs
2023-02-14 22:27:30 +02:00
hithereai
029eba72eb
typo replace apple with linux
2023-02-14 22:22:50 +02:00
kabachuha
b8c78e4dec
mixed mode: combine char. silh. + env. depth
2023-02-14 23:15:54 +03:00
hithereai
eb7464c291
fix dynamic down url
2023-02-14 21:27:50 +02:00
hithereai
1fdab68a77
Update video_audio_utilities.py
2023-02-14 21:23:03 +02:00
hithereai
ea3d209f7e
linux permission fix
2023-02-14 20:41:48 +02:00
hithereai
bb123a1439
full linux support
2023-02-14 20:37:05 +02:00
hithereai
f2c47b2d41
os-specific downloading of files (linux and windows only)
2023-02-14 20:21:15 +02:00
hithereai
de321fd94d
updates
2023-02-14 19:54:38 +02:00
hithereai
a5cbc17f70
auto hide in gradio when skip video is on
2023-02-14 19:41:12 +02:00
hithereai
368149bc3e
updates
2023-02-14 19:37:43 +02:00
hithereai
6353340353
Update video_audio_utilities.py
2023-02-14 19:29:26 +02:00
hithereai
4028ed6e23
progress
2023-02-14 19:19:33 +02:00
hithereai
e7427e67b9
add upscale_keep_imgs
2023-02-14 18:19:50 +02:00
hithereai
10a8b8bdd8
more progress, working on windows
2023-02-14 18:04:03 +02:00
hithereai
ef8b7561ba
p
2023-02-14 17:02:51 +02:00
hithereai
a57b99b94f
progress
2023-02-14 15:13:10 +02:00
hithereai
435c1a4974
mv duplicate_pngs_from_folder to general_utils
2023-02-14 15:06:31 +02:00
hithereai
ef619581ee
Update video_audio_utilities.py
2023-02-14 14:54:04 +02:00
kabachuha
eee3ff8216
don't dither in non-thresholding mode
2023-02-14 15:39:42 +03:00
kabachuha
ff37d24fcd
ARB: batch size of 1 for now
2023-02-14 15:20:15 +03:00
hithereai
4c606cafed
Update video_audio_utilities.py
2023-02-14 14:09:28 +02:00
hithereai
38c6ba3d0b
slow progress
2023-02-14 14:01:13 +02:00
kabachuha
be3346250b
fixup anime return value
2023-02-14 14:56:38 +03:00
kabachuha
52d82b2a41
adapt_block_size to int
2023-02-14 14:56:26 +03:00
kabachuha
e97e830581
fixup threshold return value
2023-02-14 14:48:57 +03:00
kabachuha
bcf23c02db
add vid2depth
...
need fixing some thresh modes
2023-02-14 13:43:15 +03:00
hithereai
c0925059ad
test initial commit
2023-02-13 22:45:04 +02:00
hithereai
22a94a73f6
general fix for linux and colab users
2023-02-13 15:03:14 +02:00
hithereai
163e483bf8
fix permission issue for linux users
2023-02-13 13:26:09 +02:00
hithereai
2522567786
fix - don't add depth_maps imgs to gif
2023-02-13 12:51:23 +02:00
hithereai
2f214a8f75
set quality=95 instead of default 90
2023-02-13 04:39:37 +02:00
hithereai
db9ab75cea
revert fast mode - not worth it for the filesize and quality diff
2023-02-13 04:31:27 +02:00
hithereai
dcb545c892
make gif creation 20-30% faster
2023-02-13 04:23:21 +02:00
hithereai
9b460bfc74
rename param
2023-02-13 03:46:02 +02:00
hithereai
63d6c3f449
Update video_audio_utilities.py
2023-02-13 03:31:51 +02:00
hithereai
7f49195fcb
clean
2023-02-13 03:31:01 +02:00
hithereai
33849ec7b8
shorten code same logic
2023-02-13 03:28:21 +02:00
hithereai
5f2e51588a
better print
2023-02-13 03:22:29 +02:00
hithereai
196649fb54
progress and cleaning
2023-02-13 03:07:19 +02:00
hithereai
8e9d83b0a6
remove duplicated code. import instead.
2023-02-13 02:26:20 +02:00
hithereai
33040f6594
updates
2023-02-13 02:22:34 +02:00
hithereai
b8c5257523
import checksum func from general_utils
2023-02-13 01:59:54 +02:00
hithereai
e74c295738
download rife models using a func, more concise
2023-02-13 01:53:36 +02:00
hithereai
c2a2432a0e
easier to read code
2023-02-13 01:42:15 +02:00
hithereai
d258cdaf1a
p
2023-02-13 01:31:48 +02:00
hithereai
036ac1b0c9
p
2023-02-13 01:16:28 +02:00
hithereai
8ef586ace7
bet
2023-02-13 01:10:43 +02:00
hithereai
691cf53e8c
better
2023-02-13 00:54:36 +02:00
hithereai
972a8fc074
progress
2023-02-13 00:39:16 +02:00
hithereai
efcb8fcd81
wip hide gif option when fps > 30 in rt
2023-02-13 00:29:15 +02:00
hithereai
0b59eb174e
Merge remote-tracking branch 'upstream/automatic1111-webui' into gifski-windows
2023-02-13 00:00:52 +02:00
hithereai
7f63241373
initial
2023-02-12 23:34:50 +02:00
kabachuha
d8522a7aec
bump version
...
it's time to do it, after all those changes
2023-02-12 23:54:02 +03:00
hithereai
5b25c75409
working but not finished yet
2023-02-12 22:09:14 +02:00
hithereai
16b1ce243c
finally, handle reg save sett when generating an animation
2023-02-12 20:17:43 +02:00
hithereai
6c4d593ee7
handle gen sett file when doing interpolation anim mode run
2023-02-12 20:12:46 +02:00
hithereai
03f3d64f42
add sett_path.strip() to all load/save funcs
...
so that newlines and spaces etc' won't yield errors (red icons) in the entire UI.
2023-02-12 19:13:22 +02:00
hithereai
bb6bfeb566
update comment
2023-02-12 18:36:42 +02:00
hithereai
6e67d2c34d
handle param removal of video sett file too
2023-02-12 18:35:16 +02:00
hithereai
40939b54cd
del commented import
2023-02-12 18:16:31 +02:00
hithereai
48087c107e
make sure deprc params aren't save to setting file
...
without actually removing any params from the code, YET
2023-02-12 17:36:08 +02:00
kabachuha
4af91c5edc
Merge pull request #331 from hithereai/fix_ffmpeg_for_colab
...
Fix ffmpeg for colab users
2023-02-12 12:26:20 +03:00
hithereai
4ed90fa5bc
check if colab then return just ffmpeg
2023-02-12 02:40:40 +02:00
hithereai
5f10c45596
remove old printing
...
should have been removed in the latest cli pr, but missed the commit.
2023-02-12 02:39:41 +02:00
hithereai
10b6d20b3b
Merge remote-tracking branch 'upstream/automatic1111-webui' into subseed_schds
2023-02-11 19:05:15 +02:00
hithereai
85837a65e1
show neg prompt if given as sep field in cli (p1)
...
Interpolation cli printing is done in a diff file, will be changed soon as well.
No issues with updating this one ofc.
2023-02-11 18:25:18 +02:00
kabachuha
5962a24fe3
Merge pull request #326 from hithereai/tiny_upscale_changes
...
Small UI changes + disable pil gif
2023-02-11 19:17:44 +03:00
hithereai
e2e96fd517
clean
2023-02-11 14:32:56 +02:00
hithereai
f362300a49
clean
2023-02-11 14:32:00 +02:00
hithereai
900e6ce0d5
cleanup v0
2023-02-11 14:31:30 +02:00
hithereai
b1755dfd0a
more updates
2023-02-11 14:24:02 +02:00
hithereai
e22bef0130
Update args.py
2023-02-11 14:16:04 +02:00
hithereai
7d27b6f6cf
p
2023-02-11 14:07:17 +02:00
hithereai
3d1dea472d
move loc near seed sch
2023-02-11 13:11:54 +02:00
hithereai
68e3e7c5cc
fixes
2023-02-11 12:54:40 +02:00
hithereai
aa2f7de4dd
progress
2023-02-11 12:47:43 +02:00
hithereai
7b883f38da
initial c
2023-02-11 12:40:17 +02:00
hithereai
817fc515ec
tiny change, finished
2023-02-11 10:27:00 +02:00
hithereai
6784cc3765
comment out gif related gradio func
...
will remove when PILgif is completely removed from the entire code base
2023-02-11 01:24:16 +02:00
hithereai
667f01cfa6
fix non compact row
2023-02-11 01:18:14 +02:00
hithereai
abff7a6432
add elem_id to top info accord
2023-02-11 01:13:37 +02:00
hithereai
5a480b30ba
remove old commented line
2023-02-11 01:10:21 +02:00
hithereai
44f73de0f9
update ui texts
2023-02-11 01:08:42 +02:00
hithereai
0afa6bf45d
del old rife msg about gifs
2023-02-11 00:58:23 +02:00
hithereai
8de0ecaf18
upscale W/H txt box to sliders
2023-02-11 00:46:13 +02:00
hithereai
b6c76855d3
cleanups p1
2023-02-11 00:40:06 +02:00
hithereai
131a58cd3d
rife frame2vid and upscale to tabs
2023-02-11 00:37:34 +02:00
hithereai
50a70b922c
Update args.py
2023-02-11 00:23:49 +02:00
hithereai
cf01f1c713
fix upload box height
2023-02-11 00:14:07 +02:00
hithereai
76247e2b54
fix old wrong elem_id name
2023-02-10 23:23:18 +02:00
hithereai
3deb56d6c4
edit accord name
2023-02-10 23:22:33 +02:00
hithereai
8418b00786
fix typos + close upscale accord at default
2023-02-10 23:21:46 +02:00
hithereai
365aac73b7
Update render.py
2023-02-10 22:37:06 +02:00
hithereai
629a38d193
fix wrong name
2023-02-10 22:30:59 +02:00
hithereai
2ec90a75ef
done?
2023-02-10 22:30:13 +02:00
hithereai
437a30bc81
Update render.py
2023-02-10 22:13:52 +02:00
hithereai
b16249a887
closer to done
2023-02-10 21:48:32 +02:00
hithereai
3842b43be0
upgrades
2023-02-10 21:32:42 +02:00
hithereai
32d00deb08
Update generate.py
2023-02-10 21:16:53 +02:00
hithereai
1f630bedee
Update generate.py
2023-02-10 21:01:24 +02:00
hithereai
701ce0ac7c
Update generate.py
2023-02-10 20:56:27 +02:00
hithereai
33ee2c692e
Merge remote-tracking branch 'upstream/automatic1111-webui' into cli_upgrades
2023-02-10 20:17:38 +02:00
hithereai
c25cd77820
Update render.py
2023-02-10 19:50:08 +02:00
hithereai
38f27bd0ae
Update render.py
2023-02-10 19:20:30 +02:00
hithereai
d2d3f88ea6
more p
2023-02-10 18:17:59 +02:00
hithereai
1796393cd7
PROGRESS
2023-02-10 17:57:09 +02:00
hithereai
7c6dac1304
Update render.py
2023-02-10 17:11:42 +02:00
hithereai
14dbd8925f
progress
2023-02-10 16:55:14 +02:00
hithereai
56c0cba1c9
d
2023-02-10 16:30:02 +02:00
hithereai
33961de218
c
2023-02-10 15:45:26 +02:00
hithereai
55c22cb03c
b
2023-02-10 15:38:55 +02:00
hithereai
79bbeaa566
make def val of pix2piximgcfgscale = webui's one
2023-02-10 02:54:24 +02:00
hithereai
93562052e1
add missing things to args
2023-02-10 02:37:56 +02:00
hithereai
5dea4577fd
initial commit
2023-02-10 02:27:08 +02:00
kabachuha
ad6447e223
Merge branch 'automatic1111-webui' into upscale-video
2023-02-10 01:42:56 +03:00
kabachuha
c1c3f575ae
allow all upscalers
2023-02-10 01:04:04 +03:00
kabachuha
be424e8630
Merge pull request #315 from hithereai/ui-updates-v0.12
...
UI updates v0.12
2023-02-10 00:49:43 +03:00
hithereai
b26c607cc9
extra ui cleaning + new hints
2023-02-09 23:37:16 +02:00
kabachuha
3555898c0a
fix videogen sorting
...
closes #305 . at least, I didn't get the bug running it after the fix
2023-02-10 00:33:48 +03:00
kabachuha
badd911186
fix videogen sorting
...
closes #305 . at least, I didn't get the bug running it after the fix
2023-02-10 00:33:24 +03:00
kabachuha
ebf2d2145b
fixup
2023-02-10 00:28:01 +03:00
hithereai
10d84d7f43
remove ugly columns
2023-02-09 21:32:24 +02:00
hithereai
b2e97e1358
add html elem_ids to some elements
2023-02-09 21:19:07 +02:00
hithereai
169cde95df
run from file & resume into 1 accord, and now as tabs
2023-02-09 20:52:06 +02:00
hithereai
e4075ddf60
more cleaning
2023-02-09 19:57:22 +02:00
hithereai
950b86f1b8
cleaning up
2023-02-09 19:37:24 +02:00
hithereai
1c2431c906
rename arg and update info comment
...
doesn't ruin anything (!)
2023-02-09 18:29:45 +02:00
hithereai
af3f08b43f
fix "sorry, no audio" bug-msg when rifing external vid with no audio
2023-02-09 18:26:08 +02:00
kabachuha
1b8b34acde
fixup args
2023-02-09 16:04:08 +03:00
kabachuha
227d80b953
lower the default upscale value
...
so it won't take an eternity to test
2023-02-09 15:45:44 +03:00
kabachuha
a59be97d9c
fixup
2023-02-09 15:42:18 +03:00
kabachuha
2ac11aa1bd
video upscaling logic
2023-02-09 15:24:40 +03:00
hithereai
e511ad8d96
depth_w and fov to tabs under accordion
2023-02-09 12:29:14 +02:00
hithereai
b0bfba7dd8
hide mask_contrast_adjust + mask_brightness_adjust from ui
2023-02-09 12:19:21 +02:00
hithereai
8ab755d00b
cleanup, still not ready for prime time (!)
2023-02-09 01:11:51 +02:00
hithereai
f6635cdade
better margins before text
2023-02-09 00:59:07 +02:00
hithereai
40d83be379
better Composable Mask scheduling text, now formatted properly
2023-02-09 00:56:38 +02:00
hithereai
d16caa2055
better prompt info text
2023-02-09 00:52:27 +02:00
hithereai
80df6019a8
progress
2023-02-09 00:51:05 +02:00
hithereai
8e75d236b9
GETTING BETTER
2023-02-08 23:21:00 +02:00
hithereai
4c58ff06a5
bugfixes and improvs
2023-02-08 23:14:53 +02:00
hithereai
1a6e4b409f
TABS
2023-02-08 22:31:35 +02:00
hithereai
66d2b93619
switch coherence and noise place in ui+ close checkpoint accord at default
2023-02-08 19:20:31 +02:00
hithereai
d09f709a88
hide perlin h and w for now, slicker perlin ui
2023-02-08 19:13:17 +02:00
hithereai
3c3a19bc3b
prettify init tab
2023-02-08 18:45:39 +02:00
hithereai
7f10dc6b53
updated hints, css and ui (args py)
2023-02-08 18:41:01 +02:00
kabachuha
ad5aded65b
Merge branch 'automatic1111-webui' into upscale-video
2023-02-08 19:04:33 +03:00
hithereai
c1f38ef84e
update neg/pos ui text
2023-02-08 17:50:53 +02:00
hithereai
b05564f812
a few changes def in desc
...
- move prompts info to accordion
- change prompts_negative text so it doesn't say ''don't use --neg here', and instead replacing --neg in the backend (should be a rare case, and a hint will be added in a diff commit)
2023-02-08 17:49:18 +02:00
hithereai
881aeda3d0
args labels in ui no longer contain underscores for better a experience
2023-02-08 17:33:05 +02:00
hithereai
ce3d97a263
a
2023-02-08 14:42:09 +02:00
hithereai
21160cee07
warning style controlled by css now, and code order
2023-02-08 02:13:02 +02:00
hithereai
5a13ea1a97
auto enable-disable hybrid tab with crystal clear msg c1
2023-02-08 01:55:45 +02:00
hithereai
c303687790
revert line count change
2023-02-07 22:17:07 +02:00
hithereai
0c36d0b688
anim prompt height from 8 to 6 lines
2023-02-07 22:16:23 +02:00
hithereai
3eb351debd
better default values
2023-02-07 20:03:10 +02:00
hithereai
5538386a64
better code order
2023-02-07 19:38:23 +02:00
hithereai
ce1cc754ab
Update args.py
2023-02-07 19:03:10 +02:00
hithereai
16410e8f2a
move stuff outside of args.py
2023-02-07 19:02:03 +02:00
hithereai
3ba89a2cb0
keep gradio visibility UI related funcs in dedicated file
2023-02-07 18:59:28 +02:00
hithereai
0069285799
Raise clear error when ada can't load properly with URL fox a fix
2023-02-07 18:40:35 +02:00
hithereai
44653d11d5
updated cli-print def script info
...
and removal of non working typo-ed compat element
2023-02-07 12:46:41 +02:00
hithereai
a834349d7d
better updated info text
2023-02-07 12:34:20 +02:00
kabachuha
efb5b86650
Merge branch 'automatic1111-webui' into upscale-video
2023-02-07 12:53:45 +03:00
kabachuha
a69eb50395
fix video mask loading
...
closes #287
2023-02-07 12:43:03 +03:00
kabachuha
292a3d3a1f
fixme
2023-02-07 11:33:50 +03:00
hithereai
002aec5f72
better stitch a video text
2023-02-07 09:36:32 +02:00
hithereai
d5fd8b2c12
Video Output to Output renaming
...
it also saves depth maps now
2023-02-07 09:18:35 +02:00
hithereai
0a82e890ad
add info that frame insertion works only with 2d/3d anim modes
2023-02-07 02:17:50 +02:00
hithereai
f86bfa8215
hide anti-blur when not in 2d or 3d anim modes
2023-02-07 02:03:29 +02:00
hithereai
ad9e8d41e4
naming changes
2023-02-07 01:59:29 +02:00
hithereai
0b8beb1103
more progress on auto-hiding
2023-02-07 01:50:56 +02:00
hithereai
997a173328
more auto-hiding
...
still not ready for prime time
2023-02-07 01:12:09 +02:00
hithereai
52b0ae45ae
save_depth_maps moved to output tab
...
so we can auto-hide 3d depth warp accord whenever 3d isn't selected. as save_depth_maps work in all modes.
2023-02-07 00:46:08 +02:00
hithereai
0baebb8f49
flip_2d_perspective -> enable_perspective_flip renaming
...
loading old setting file work properly:
WARNING: Setting 'flip_2d_perspective' has been renamed to 'enable_perspective_flip'. The saved settings file will reflect the change
2023-02-07 00:06:06 +02:00
hithereai
1ce6f45e44
merged two motion accordions, auto-hide non-relevant params
2023-02-06 23:45:14 +02:00
hithereai
190fc0cd3a
remove old commented line
2023-02-06 23:05:17 +02:00
hithereai
2b5070a68c
fix frames-to-video
2023-02-06 22:33:56 +02:00
hithereai
1495ad819e
revive "manual settings" as Stitch frames To video
2023-02-06 22:14:19 +02:00
hithereai
56be2b8df0
set to_frame=999999 if to_frame received as -1
2023-02-06 22:13:32 +02:00
hithereai
6d77ecdc62
align deforum 2.0b to center, stitch frames almost ready (still hidden)
2023-02-06 21:13:06 +02:00
hithereai
3731ae957d
revert manual set visibility to hidden again
2023-02-06 19:05:52 +02:00
hithereai
fc6c9b03d3
don't try to run stitch frame when no img is uploaded
2023-02-06 19:02:54 +02:00
hithereai
4e39fbd008
add style.css, hide non-working buttons under video gallery
...
and initial (hidden for now) new version of manual settings --> stitch video from frames. Not active yet.
2023-02-06 18:15:56 +02:00
hithereai
84d2777089
remove old commented linees
2023-02-06 13:48:19 +02:00
hithereai
27e6b7168c
bring back restore_faces, but visible=False for now
...
Until it's fixed
2023-02-06 13:43:34 +02:00
hithereai
db226a51dc
fix manual sett accord to visible=false again
2023-02-06 00:56:00 +02:00
hithereai
6e45198b9b
wrap entire ui in gradio.Blocks() for css compatability
2023-02-06 00:48:32 +02:00
hithereai
b2e8b9d38a
move fov accordion to inside of 3d d-warp accordion
2023-02-05 23:58:56 +02:00
hithereai
295d043a06
move resume_from from init to to 'run' tab's bottom
2023-02-05 23:05:20 +02:00
hithereai
b73373be27
manual_settings accord Visible=False for now
...
Until I fix it to work like it should have from the start (dedicated button inside the accord to actually stitch frames to video without generating a new animation while doing so)
2023-02-05 22:02:17 +02:00
hithereai
9ef61abb7f
hide Manual Settings when skip_vid = True
...
I checked and it won't run even the manual settings when skip_vid is True.
2023-02-05 21:46:06 +02:00
hithereai
42849dac8e
hide most vid out elements when skip_vid is True
2023-02-05 21:21:25 +02:00
hithereai
da9973ce6d
Merge remote-tracking branch 'upstream/automatic1111-webui' into ui_updates
2023-02-05 20:30:00 +02:00
kabachuha
be167130e1
Merge pull request #298 from hithereai/t2
...
fix interpolation mode, remove histogram_matching, rename core arg from useLooper -> use_looper
2023-02-05 18:40:33 +03:00
kabachuha
24d9abba0e
no need to rename useLooper
...
It is a backend variable
2023-02-05 18:39:53 +03:00
kabachuha
9454afa488
handle deprecation on settings load
2023-02-05 17:54:09 +03:00
kabachuha
61e3b10754
add deprecation utils
2023-02-05 17:51:08 +03:00
kabachuha
0ddbc46d9a
Merge pull request #303 from MatissesProjects/add-pos-neg-to-save-load
...
add positive and negative prompts to save/load
2023-02-05 17:25:51 +03:00
hithereai
b4f764e6d4
str_sch 0.6 -> 0.65, noise_sch 0.08 -> 0.065
2023-02-04 23:05:10 +02:00
hithereai
bf09e8ba15
remove 'general settings' accord, contr_sch to coherence
2023-02-04 22:48:16 +02:00
hithereai
e529e29e09
auto-hide cadence if anim_mode=interp or vid_input
2023-02-04 22:31:58 +02:00
hithereai
dd312deddc
move cadence to top accordion
2023-02-04 22:22:35 +02:00
hithereai
4c4fcba54c
ffmpeg preset from from veryslow to slow
2023-02-04 22:12:06 +02:00
hithereai
a852776ad1
fps def val from 12 to 15
2023-02-04 22:08:43 +02:00
hithereai
82f68b897a
init strength slider steps from 0.02 to 0.01 fix
2023-02-04 21:50:39 +02:00
hithereai
b2145c205e
ffmpeg prints runtime, errors, audio handling and more
2023-02-04 21:45:46 +02:00
hithereai
7e55910c17
set default royalty free working vid in vid_init_path
2023-02-04 21:26:16 +02:00
hithereai
b77fd6900c
support redirection for fetching vid/aud files from the net
...
302 redirect would give an error until this change. now it reads it properly from the redirected link.
2023-02-04 20:08:13 +02:00
Matisse
afaf9c2dbc
check animation prompt pos/neg exist in file
2023-02-04 07:18:23 -08:00
hithereai
2f3904748e
set min width for hybrid top columns
2023-02-04 15:13:10 +02:00
hithereai
69b11a8511
getting there
2023-02-04 13:29:34 +02:00
Matisse
fbbef016f8
add positive and negative prompts to save/load
2023-02-03 19:04:38 -08:00
hithereai
8bb093d3b9
shorter code same logic
2023-02-04 03:45:54 +02:00
hithereai
f56d70c22b
option to auto-close/open all accordions
2023-02-04 03:15:05 +02:00
hithereai
6905b778d0
better
2023-02-04 02:51:13 +02:00
hithereai
88232fef1f
shorter functions - less code
2023-02-04 02:34:45 +02:00
hithereai
a2b2c1fd21
...
2023-02-04 02:25:17 +02:00
hithereai
8e18495cd4
more prog
2023-02-04 01:15:53 +02:00
hithereai
83b0861a44
more progress
2023-02-04 01:05:45 +02:00
hithereai
e800ac7fb0
progress
2023-02-04 00:44:50 +02:00
hithereai
e04dec02b9
progress
2023-02-04 00:03:43 +02:00
hithereai
734c972037
border -> gr.radio
2023-02-03 22:35:38 +02:00
hithereai
58d0f56d55
auto-hide max_frames when anim_mode=vid_input
2023-02-03 22:28:37 +02:00
hithereai
0c1e7b1028
initial
2023-02-03 22:02:38 +02:00
hithereai
0a5ad1914a
color_force_grayscale now works in all animation modes
...
Thanks to @reallybigname's quick tip/fix!
2023-02-03 20:36:57 +02:00
hithereai
554e4caf98
fix interp mode, remove histogram_matching +
...
arg from useLooper --> use_looper to make it less confusing
2023-02-03 13:41:45 +02:00
hithereai
e88692638a
remove default 'hq' positive and 'blurry' negative prompts
2023-02-03 11:07:01 +02:00
kabachuha
c1d8539ea2
Revert "flip_2d_perspective -> enable_perspective_flip renaming ( #294 )"
...
This reverts commit 3519de8a7d .
2023-02-02 22:34:37 +03:00
hithereai
3519de8a7d
flip_2d_perspective -> enable_perspective_flip renaming ( #294 )
...
+ updated hints and UI
2023-02-02 20:43:37 +02:00
kabachuha
a36a8e6917
Merge branch 'automatic1111-webui' into pr/289
2023-02-02 18:00:28 +03:00
hithereai
2ac7957cef
even better process_video_interpolation
2023-02-02 14:35:50 +02:00