External Publication
Visit Post

Nvidia driver update - reactor node

Hugging Face Forums [Unofficial] June 23, 2026
Source

Hmm… then maybe something like this?


I think this is a good point to separate two very different goals:

  1. finish a minimum end-to-end pipeline
  2. make the pipeline good

Those are not the same task.

From your latest test, if the lighting bump disappears when you remove the F2F / last-frame part, I would treat that as a useful diagnosis. F2F was probably acting more like an endpoint-transition constraint, not like a face/identity lock.

So I would not try to solve face consistency, lighting, audio, lip-sync, and final export all in one workflow right now.

I would first make one very simple complete pipeline.

Route Do now? Why
Short normal I2V/T2V clip yes you already have this roughly working
Simple audio mux yes fastest way to complete the pipeline
Simple TTS if you have no audio yes gives you a test WAV/MP3
Face / hand / jewelry / lighting repair later separate video-quality problem
Lip-sync later separate audio-to-mouth problem
V2A / Foley sound effects later separate sound-design problem
VACE / advanced video repair later useful, but workflow-heavy
S2V / all-in-one speech-to-video not now interesting, but not the next 8GB step

My short answer would be:

Yes, moving to a minimum audio/video pipeline now is reasonable. Just keep it minimal: short video, simple audio, mux, export. Then come back to face consistency, lip-sync, SFX, and visual repair as separate branches.

  1. Minimum pipeline I would test first (click for more details) 2. If you do not have audio yet: simple TTS (click for more details) 3. What is easy vs hard (click for more details) 4. Advanced audio branches for later (click for more details) 5. Advanced video branches for later (click for more details) 6. 8GB VRAM reality (click for more details) 7. Even with more VRAM, editing still matters (click for more details)

My suggested next step

I would do the simplest possible complete test:

  1. make a very short video clip
  2. create or choose one short audio file
  3. load the audio
  4. combine video + audio
  5. export MP4
  6. check whether it plays correctly

Only after that, I would return to:

  • face consistency
  • lighting stability
  • hand/accessory fixes
  • lip-sync
  • V2A/Foley
  • VACE or other advanced repair workflows

So my practical answer is:

Finish the rough pipeline first. Keep it minimal: short video, simple audio, mux, export. Then treat visual quality, lip-sync, sound effects, and final editing as separate later branches.

Discussion in the ATmosphere

Loading comments...