FreeNoise
FreeNoise copied to clipboard
Google Colab
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