Stable WarpFusion v0.5.19 Nightly - roto, background mask, alt frame matching (Patreon)
Downloads
Content
Whew, these last 30 days have been the busiest in my life: leaving my motherland, adapting, moving a lot and, of course, warping around.
Anyway, behold: here's the new nightly warp!
The new features and changes looks like this:
- add background masks for both render and video export
- add automatic mask extraction from video
- add raw video input as a mask
- add background input options (flat color, still image, init video)
- unpack video frames folder into separate folders
- add match first frame color toggle (was always on before)
- add match first frame latent option
- add karras noise support and ramp option
Detailed changes:
Video Masking
mask_source: init_video, mask_video :
Generate (extract) background mask from your init video or any other video, or use a raw video as a mask
extract_background_mask: Check to rotoscope the video and create a mask from it. If unchecked, the raw monochrome video will be used as a mask.
mask_video_path: Specify path to a mask source video for mask_video mode.
Video masking (render-time)
use_background_mask:
Check to enable background masking during render. Use with care, because model will react to new injected background, possibly producing unexpected results, better use masking when creating the output video for more control and faster testing.
apply_mask_after_warp:
Apply mask right before feeding init image to the model. Unchecking will only mask current raw init frame before warping and blending with previous frame.
background:
Choose background source to paste masked stylized image onto: image, color, init video.
background_source:
Specify the init image path or color depending on your background source choice.
Frame correction
normalize_first_latent: match the range of latent vector towards the 1st frame range. Doesn't restrict colors, but may limit contrast.
colormatch_first_frame:
color match frame towards the 1st stylized frame. Helps prevent images going deep purple. As a drawback, locks colors to the 1st frame. Turn this one to reproduce previous notebooks.
use_karras_noise:
Should work better with current sample, needs more testing.
end_karras_ramp_early: controls karras noise schedule
upd:
add negative prompts
move google drive init to the top