NVlabs / stylegan3

Official PyTorch implementation of StyleGAN3
Other
6.28k stars 1.1k forks source link

TypeError: write() got an unexpected keyword argument 'bitrate' #641

Closed DankoPenko closed 2 months ago

DankoPenko commented 2 months ago

fixed by install ffmpeg: pip install imageio[ffmpeg]