You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very interesting job! When I used it, I found that the model could only generate videos with a resolution of 256. How should I modify the parameters to make the model generate videos with a higher resolution?
I tried changing the "resolution" parameter in the config, but it didn't work.
Looking forward to your reply, thank you!
The text was updated successfully, but these errors were encountered:
I don't think the pretrained model supports arbitrary resolution.
You can try to change it manually by setting cfg.resolution=<YOUR_RESOLUTION> and cfg.misc_size=<YOUR_RESOLUTION>.
But, if you see the model in unet_sd.py line 1230 for example, you need to change the AdaptiveAvgPool layer to use your specific resolution also. It may affect the performance.
Very interesting job! When I used it, I found that the model could only generate videos with a resolution of 256. How should I modify the parameters to make the model generate videos with a higher resolution?
I tried changing the "resolution" parameter in the config, but it didn't work.
Looking forward to your reply, thank you!
The text was updated successfully, but these errors were encountered: