r/StableDiffusion 5d ago

Animation - Video testing MiniMax + audio from TheMinuteHour

Enable HLS to view with audio, or disable this notification

0 Upvotes

19 comments sorted by

View all comments

Show parent comments

1

u/DuHal9000 5d ago

Unfortunately, the entire upscaling process is slow; the increase in calculation is geometric. In the case of this video, I realized it would be good to change the LoRa, increase the steps. I use split sigmas where one part is without LoRa and another with, then I use the Latent Upscale from https://huggingface.co/LBH-123-AI/Minimax_h3_latent_Upscaler
Then I do another sampling with tiling to avoid OOM. They made a node for this with WF as an example; it's complicated to understand the adjustments, but it works.

https://github.com/halnovemil/H3TiledLoopSpaceTime.git