Spaces:
Running
Running
A problem with cogvideo
#6
by
wingster3
- opened
Why are the results blurry and pixelated and also why are the results 0:01 seconds?
Hi, @wingster3
That's because this Space currently supports only the first stage of the CogVideo model due to the hardware limitation (A100 is not available on HF Space).
In first stage, only 5 frames are generated, and frame interpolation and super-resolution are done in the second stage.
If you have access to an A100 instance, you can run both stages with this repo.