VideoCrafter icon indicating copy to clipboard operation
VideoCrafter copied to clipboard

VideoCrafter2: Overcoming Data Limitations for High-Quality Video Diffusion Models

Results 65 VideoCrafter issues
Sort by recently updated
recently updated
newest added

![1706435066496](https://github.com/AILab-CVC/VideoCrafter/assets/103406084/4cfb6629-64c8-43e0-a78f-da491bbc5b29) 当我运行python gradio_app.py时,提示错误:AttributeError: 'Row' object has no attribute 'style' gradio库是最新版本,里面没有style属性,555,求助,。

hello! My service machine does not have an external network, how can I use a proxy to download open_clip_pytorch_model. bin .Is there any other way?

Discord server flooded with spam! ![discord-spam](https://github.com/AILab-CVC/VideoCrafter/assets/13595927/03623bac-e55d-49aa-a24c-f903e6152f5c)

你好,想请教一下有关 Text-Aligned Rich Image Embedding的实现细节。最近看到了《VideoCrafter1: Open Diffusion Models for High-Quality Video Generation》,里面的 Text-Aligned Rich Image Embedding感觉很有帮助,但是提供的代码没有提到如何训练和嵌入到Unet,不止是否方便分享一下相关代码?谢谢!! @yzhang2016 @vinthony @scutpaul

How can I use multiple gpus to inference? When I set 'rank, gpu_num = 0, 4', it still just uses one gpu.

default is 2s How to generate growth videos

Hi, is it possible to generate longer videos with VideoCrafter2 than 1 second? If I set the ETA to e.g. 4, my resulting video is just black screen. Thank you

I have a Radeon graphic card and when I run `sh scripts/run_image2video.sh` I have this error `RuntimeError: Found no NVIDIA driver on your system. Please check that you have an...

Hello there, I'm trying to change the CUDA selection, I saw this: ``` def run_inference(args, gpu_num, gpu_no, **kwargs): ... model = model.cuda(gpu_no) ... if __name__ == '__main__': ... rank, gpu_num...