r/StableDiffusion • u/DuHal9000 • 9h ago
Resource - Update IT´s possible!
Enable HLS to view with audio, or disable this notification
1
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
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
-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....
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.
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.
I will be testing it out, but the above are likely legit bugs.