ssitu
ssitu
Wouldn't using larger tiles have a similar effect on the speed?
Oh so you can't reduce the batch size because it's video to video? I don't know much about AnimateDiff. What image size are you using as input to this upscale...
So you mean the tile size may not be what the model was trained on? I’m not sure if I understand.
> I am having the same issue, running a 2X video upscale of about 750 frames my RAM slowly creeps up until Comfy crashes with a "killed" message between 500...
Oh yeah of course, but what I meant to ask is using a tile size of 512 doing 2 tiles at a time not the same as doing a tile...
Wow that is a lot of vram! At that point I would just use an upscale model and run the result through a KSampler with a small denoise. So the...
Looking at the code, I don't think I'll be able to add batching because it is going through the code of the original extension, which does the tiles in sequence....
It's probably just because of my outdated code. I'll update it eventually.
And it works fine if you remove this node?
Does it happen when you use a KSampler normally? This is just using KSamplers behind the scenes.