reallybigname
e0a4337d8b
Added Optical flow redo generation
...
Option works in 2D/3D mode
Does a disposable generation before the actual generation to get the flow between previous image and the generation. Then, it discards that generation and warps the init_sample based on the captured flow before the actual generation happens.
- Takes twice as long (obviously)
- It can introduce smoothing, especially over time, but also adds a type of artistic consistency between frames.
- can be mixed and matched with any other modes, optical flow cadence, video, etc...
2023-03-16 01:39:41 -07:00
hithereai
8cda8dea4f
Merge remote-tracking branch 'upstream/automatic1111-webui' into some_fixes_and_tests_14_03
2023-03-15 20:09:00 +02:00
hithereai
f56348bac4
add deprecation vals, cut names from match frame 0 to just rgb/lab etc
2023-03-15 00:54:22 +02:00
reallybigname
e0b75bee5d
Merge branch 'deforum-art:automatic1111-webui' into automatic1111-webui
2023-03-14 14:40:10 -07:00
reallybigname
df3071c3b4
Added color_coherence 'Image'
...
You can now color match against an image!
- the one caveat is that normal color matching is done with the prev_img. There is no prev_img for the 1st frame, so I had to force the color match on the output rather than the input. It makes the first frame look sharpened at times, since the histogram is forced on it.
I also fixed video color coherence
- I realized that it was never color matching on the first frame for video. You usually just wouldn't notice, since you're using the video.
- I also realized it was one frame off, fixed.
2023-03-14 14:39:44 -07:00
kabachuha
e3615a9fb8
bump version
2023-03-14 20:13:55 +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
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
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
4a475cccd2
move CN infotext
2023-03-13 18:28:04 +03:00
hithereai
3de256751a
Merge remote-tracking branch 'upstream/automatic1111-webui' into cn-attempt-3
2023-03-13 17:19:27 +02: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
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
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
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
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
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
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