My system running an RTX 3080 was perfectly capable of generating images at 512x768px resolution prior to yesterdays updates. But since the new updates yesterday, I'm running out of memory unless I drop the height to 640px.
Nothing changed on my system and I am able to still run 512x768px using other repo setups.
So I'm guessing one of the updates from yesterday is causing a performance regression somewhere.
Maybe one of you look into it and see what is causing the memory overload.
FOUND IT: This commit is the culprit.
Apparently removing model.cuda() from Line 492 is causing this issue. Maybe one of you can look into it and see what's up? @lstein
My system running an RTX 3080 was perfectly capable of generating images at 512x768px resolution prior to yesterdays updates. But since the new updates yesterday, I'm running out of memory unless I drop the height to 640px.
Nothing changed on my system and I am able to still run 512x768px using other repo setups.
So I'm guessing one of the updates from yesterday is causing a performance regression somewhere.
Maybe one of you look into it and see what is causing the memory overload.
FOUND IT: This commit is the culprit.
Apparently removing
model.cuda()from Line 492 is causing this issue. Maybe one of you can look into it and see what's up? @lstein