williamyang1991 / VToonify

[SIGGRAPH Asia 2022] VToonify: Controllable High-Resolution Portrait Video Style Transfer
Other
3.53k stars 442 forks source link

[hotfix] removed lower limit of 4 for batch_size (too big for some gfx cards) #41

Closed moritzbrantner closed 7 months ago

moritzbrantner commented 1 year ago

The operation required too much VRAM such that my 3060 could not handle it. Lowering the batch size to 1 or 2 solved the issue.

illtellyoulater commented 1 year ago

What's currently the minimum amount of VRAM needed to perform inference?