logtd / ComfyUI-MochiEdit

ComfyUI nodes to edit videos using Genmo Mochi
GNU General Public License v3.0
236 stars 13 forks source link

Deterministic Sampling Fixed Seed #11

Closed samhodge-aiml closed 6 days ago

samhodge-aiml commented 1 week ago

maybe I am missing something.

But I thought if I created Many .mp4 files and each of max VRAM length with rebatching that I could run out a video of any length.

This seems to be an important feature.

But the sampler changes the seed and I get a new look to the video.

Example .json file attached and the video output

Output video https://github.com/user-attachments/assets/09447a20-fc20-467e-b76d-fecec9a2fbab

Script photoreal_78_frame.json

Input Video https://github.com/user-attachments/assets/6e2a7a54-5d31-41e8-a525-35157531cdb4

logtd commented 6 days ago

There's no seeds, but without the entire clip processing the whole time Mochi will inherently create different outputs. There's nothing to do about this besides process the entire clip.

Going to close this as I put some details in the other issue you opened.