forked from NikoDemon80/ComfyUI-H3-Motion-Context
-
Notifications
You must be signed in to change notification settings - Fork 25
Workflow Chooser
Ethanfel edited this page Aug 19, 2026
·
2 revisions
Start from a maintained example. Building the recursive loop by hand is an advanced task.
| I want to… | Open this workflow |
|---|---|
| Generate from text | T2V Normal |
| Animate an opening image | I2V Normal |
| Move between indexed first/last images | FL2V Normal |
| Use pictures only when named in a scene prompt | Ref2V Tagged |
| Use the experimental Studio timeline | T2V Studio, I2V Studio, or Ref2V Studio Tagged |
| Guide scenes with a source soundtrack | Ref2V Studio Tagged Source Audio |
| Inpaint a fixed or tracked region | Masked Video Inpaint |
| Continue one existing clip | Masked AV Extension — Single Clip |
| Build a reviewed multi-scene extension | Masked AV Extension — Chain + Reference Image |
| Generate the gap between two clips | Two-Clip Masked AV Bridge |
- Normal uses the standard Plan and Scene Prompt Editor. Choose this first.
- Studio adds the experimental timeline-oriented Plan Studio and Rich Scene Prompt Editor. It does not improve or otherwise change the sampling graph.
Maintained v0.5 workflows live directly in example_workflows/. Older numeric
schedule, v2, and research graphs live in example_workflows/Archive/. They
remain useful for migration and compatibility, but are not recommended starting
points.
- T2V: two generated scenes, one sampling body, generated audio, and a standard 22-frame Guide transition.
- I2V: the opening image passes only to scene 1; later scenes continue from Motion Context instead of reapplying the image.
- FL2V: Frame Index Switch alternates explicit last-frame destinations by scene index.
-
Ref2V: Basic uses global native references; Tagged activates readable
@tags; Studio adds experimental timeline authoring and run restoration. - Source Audio Ref2V: Source Timeline registers one full track, and Current Shot provides exact scene-local reference slices.
- Masked inpaint: source AV, mask slicing, exact H3 mask cells, checkpoints, review, and assembly remain in the normal loop.
- Masked extension: a protected 39-frame picture/audio prefix continues existing footage; the chained version adds review and a tagged image ref.
- Bridge: protects both endpoints and generates only the missing middle in one non-recursive target.
See Example assets before opening I2V, FL2V, Ref2V, or masked examples. See Node reference when identifying graph stages.