[Casual Forcing] Simplify the demo integration + remove runner - #462
Draft
ArielG-NV wants to merge 1 commit into
Draft
[Casual Forcing] Simplify the demo integration + remove runner#462ArielG-NV wants to merge 1 commit into
ArielG-NV wants to merge 1 commit into
Conversation
…n 200LOC. Now you can integrate into MP4, WebRTC, and a Native-Slangpy-Window all in ~15LOC.
Contributor
Greptile SummaryThe PR replaces Causal-Forcing’s model-specific runners with the shared T2V application and keeps its pipeline configurations available as programmatic presets.
Confidence Score: 5/5The PR appears safe to merge, with no concrete blocking or non-blocking defects identified in the changed integration path. The shared application retains valid session construction, pipeline defaults, tensor layout, and entry-point discovery, while repository references and dependency metadata are consistent with removal of the custom runners. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart LR
User[flashdreams-run t2v-causal-forcing] --> Registry[Application entry-point registry]
Registry --> Factory[causal_forcing.t2v.app:create_app]
Factory --> SharedApp[Shared T2VApplication]
SharedApp --> Preset[Chunkwise Causal-Forcing pipeline preset]
Preset --> Output{Output backend}
Output --> Window[Native window]
Output --> MP4[MP4 file]
Output --> WebRTC[WebRTC session]
Reviews (1): Last reviewed commit: "simplify casual forcing - build model th..." | Re-trigger Greptile |
ArielG-NV
marked this pull request as draft
August 17, 2026 20:06
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.
Build model then to render as a MP4 via custom code in 200LOC. Now you can integrate into MP4, WebRTC, and a Native-Slangpy-Window all in ~15LOC.