nerdyrodent / VQGAN-CLIP

Just playing with getting VQGAN+CLIP running locally, rather than having to use colab.
Other
2.6k stars 428 forks source link

fix for "too many open files" for video generation #32

Closed sgimmini closed 3 years ago

sgimmini commented 3 years ago

When creating a video with more than 1000 synthesized images, there is an error "too many open files" by PIL. This Stack Overflow answer gives a workaround.