Add Upscale mode to VACE Mask Generator
Provides real upscaled pixels as VACE reference (not grey) with white mask, so VACE refines existing content rather than generating blind. Reuses keyframe_positions to anchor specific frames exactly (black mask) — wire the same value from the original Keyframe generation, no rewiring needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ OPTICAL_FLOW_PRESETS = {
|
||||
'max': {'levels': 7, 'winsize': 31, 'iterations': 10, 'poly_n': 7, 'poly_sigma': 1.5},
|
||||
}
|
||||
|
||||
PASS_THROUGH_MODES = {"Edge Extend", "Frame Interpolation", "Keyframe", "Video Inpaint"}
|
||||
PASS_THROUGH_MODES = {"Edge Extend", "Frame Interpolation", "Keyframe", "Video Inpaint", "Upscale"}
|
||||
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ class VACEMergeBack:
|
||||
Connect the original (untrimmed) clip, the VACE sampler output, and the vace_pipe from VACE Source Prep.
|
||||
The pipe carries mode, trim bounds, and context frame counts for automatic blending.
|
||||
|
||||
Pass-through modes (Edge Extend, Frame Interpolation, Keyframe, Video Inpaint):
|
||||
Pass-through modes (Edge Extend, Frame Interpolation, Keyframe, Video Inpaint, Upscale):
|
||||
Returns vace_output as-is — the VACE output IS the final result.
|
||||
|
||||
Splice modes (End, Pre, Middle, Join, Bidirectional, Replace):
|
||||
|
||||
Reference in New Issue
Block a user