Add vace_length field, move end_frame out of VACE settings, revert type coercion

- Moved end_frame to main settings area (i2v field, not VACE)
- Added vace_length (default 49) with computed output display
  showing vace_length + input_a + input_b
- Reverted custom param type coercion (ComfyUI handles conversion)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-23 15:26:13 +01:00
parent 3718975d99
commit a4717dfab6
2 changed files with 9 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ DEFAULTS = {
"frame_to_skip": 81,
"end_frame": 0,
"transition": "1-2",
"vace_length": 49,
"vace schedule": 1,
"input_a_frames": 0,
"input_b_frames": 0,