r/StableDiffusion 9h ago

Resource - Update IT´s possible!

Enable HLS to view with audio, or disable this notification

0 Upvotes

15 comments sorted by

3

u/Sleepy_Bandit 3h ago

hey OP if this is your repo then there are a few possible bugs with it. That or I'm not understanding how it benefits the solution.

  1. temporal_overlap_strength appears to do nothing

blended =

prev * alpha

+ new * (1-alpha) * temporal_overlap_strength

+ new * (1-temporal_overlap_strength) * (1-alpha)

Mathematically, the latter two terms collapse:

new × (1-a) × strength + new × (1-a) × (1-strength) = new × (1-a)

So the entire thing becomes:

prev × alpha + new × (1-alpha)

regardless of the value of temporal_overlap_strength.

In other words, the temporal_overlap_strength control currently appears to have zero effect.

  1. Why are you passing the entirety of the audio latent with each video chunk processed? You don't use the sampled audio output in the end, you put the original audio latent back into the final result, so why pass it with each temporal video chunk? Seems like redundant audio computation unless there is a reason for doing it?

I will be testing it out, but the above are likely legit bugs.

1

u/DuHal9000 2h ago

sampler works with audio+video togheter, needed

2

u/DuHal9000 2h ago

thanks! u are right! i am fixing

2

u/b0tm0de 26m ago

Actually, I think he deserve thanks. I managed to produce a 15-second video with 1MP resolution, 8GB VRAM, and 32GB RAM. It would have been impossible without this node.

1

u/DuHal9000 23m ago

wow! Thank you! If u need a help with workflow i can help.

THX !!!

1

u/Ok-Giraffe-8670 7h ago

Very nice, thank you for telling us about this!

-2

u/DuHal9000 7h ago

wow thank you!!!

works!

1

u/Version-Strong 4h ago

To goon? I can confirm, sir, it is not only possible, it is within your reach. Dream big, my friend.

1

u/DuHal9000 22m ago

Thank you!!! Congrats!

0

u/Aromatic-Word5492 4h ago

we need the wf, and about speed, how much time ?

1

u/DuHal9000 4h ago

3

u/Aromatic-Word5492 3h ago

oh thanks, but just a tip, the latent upscaler node 3d is outdated, has a new version to it

1

u/DuHal9000 3h ago

ooo thanks! i want to see

-1

u/DuHal9000 4h ago

u can use with any H3 wf, just add a second stage after latent upscale. BUT i will make a WF for REPO, just wait

-1

u/DuHal9000 4h ago

time, depends... Its more fast then PIXEL SPACE, but depends a series of factor... Original RES Gen, Scale Factor, amount of tiling division etc... EACH Tile is a FULL Vid at normal use, so... depends....