Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A prepared saved cut currently follows mutable editorial, alternate metadata and lyric catalog state at assembly time. Add a read-only preparation API and Saved Delivery Source node that capture exact checkpoint lineage, picture artifact descriptors and caption cues; native Assemble verifies and uses that captured source after later edits.
The native browser helper preserves ComfyUI serialization and workflow metadata, replaces the selected assembly manifest input, and retains supported ancillary readers/VAE inputs. Unknown dependencies, connected scalar overrides and overwriting are rejected. Existing checkpoint/assembly behavior is unchanged without a snapshot. Each frozen assembly writes a source/settings record beside its video.
Validation: six native Python regression scripts passed, including real CPU FFmpeg assembly of a 48-frame synthetic video with audio, frozen ALT pixels, SRT captions and an exact source record. The new test also covers chapter offsets, branch identity, stale cuts, damaged media and preparation without project writes. Three native JS tests passed. SceneWeaver adapter/browser coverage is tracked in its repository.
This is a draft integration interface. Production GPU execution has not been tested. Processed sources, additional ancillary nodes and full portable dependency recovery remain separate work. The complete API, limitations and reproduction commands are in docs/SAVED_DELIVERY.md.