AILab-CVC / FreeNoise

[ICLR 2024] Code for FreeNoise based on VideoCrafter

Home Page:http://haonanqiu.com/projects/FreeNoise.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Colab

qtabdullah opened this issue · comments

pls add google colab

here you go:

!git` clone https://github.com/arthur-qiu/LongerCrafter.git
%cd LongerCrafter
!pip install -r requirements.txt
!pip install gdown
import gdown
import os
url = 'https://huggingface.co/VideoCrafter/Text2Video-1024/resolve/main/model.ckpt'
os.makedirs('checkpoints/base_1024_v1', exist_ok=True)
gdown.download(url, 'checkpoints/base_1024_v1/model.ckpt', quiet=False)
!pip install --upgrade keras
import keras
from keras import backend as K
K.set_image_data_format('channels_last')
!pip install --upgrade einops
!sh scripts/run_text2video_freenoise_1024.sh