Commit 9ff47a7e authored by mashun1's avatar mashun1
Browse files

latte

parents
Pipeline #792 canceled with stages
This diff is collapsed.
#torch > 2.0.0
# torchvision == 0.16 --no-deps
# timm --no-deps
diffusers==0.24.0
accelerate
tensorboard
einops
transformers
av
scikit-image
decord
pandas
omegaconf
imageio==2.27.0
imageio-ffmpeg==0.4.9
pillow
#!/bin/bash
# export CUDA_VISIBLE_DEVICES=1
python sample/sample.py \
--config ./configs/ffs/ffs_sample.yaml \
--ckpt ./share_ckpts/ffs.pt \
--save_video_path ./test
\ No newline at end of file
#!/bin/bash
torchrun --nnodes=1 --nproc_per_node=2 sample/sample_ddp.py \
--config ./configs/ffs/ffs_sample.yaml \
--ckpt ./share_ckpts/ffs.pt \
--save_video_path ./test
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
#!/bin/bash
export CUDA_VISIBLE_DEVICES=7
python sample/sample.py \
--config ./configs/sky/sky_sample.yaml \
--ckpt ./share_ckpts/skytimelapse.pt \
--save_video_path ./test
\ No newline at end of file
#!/bin/bash
export CUDA_VISIBLE_DEVICES=6,7
torchrun --nnodes=1 --nproc_per_node=2 sample/sample_ddp.py \
--config ./configs/sky/sky_sample.yaml \
--ckpt ./share_ckpts/skytimelapse.pt \
--save_video_path ./test
python sample/sample_t2v.py --config configs/t2v/t2v_sample.yaml
\ No newline at end of file
#!/bin/bash
export CUDA_VISIBLE_DEVICES=7
python sample/sample.py \
--config ./configs/ucf101/taichi_sample.yaml \
--ckpt ./share_ckpts/taichi-hd.pt \
--save_video_path ./test
\ No newline at end of file
#!/bin/bash
export CUDA_VISIBLE_DEVICES=6,7
torchrun --nnodes=1 --nproc_per_node=2 sample/sample_ddp.py \
--config ./configs/taichi/taichi_sample.yaml \
--ckpt ./share_ckpts/taichi-hd.pt \
--save_video_path ./test \
#!/bin/bash
export CUDA_VISIBLE_DEVICES=7
python sample/sample.py \
--config ./configs/ucf101/ucf101_sample.yaml \
--ckpt ./share_ckpts/ucf101.pt \
--save_video_path ./test
\ No newline at end of file
#!/bin/bash
export CUDA_VISIBLE_DEVICES=6,7
torchrun --nnodes=1 --nproc_per_node=2 --master_port=29520 sample/sample_ddp.py \
--config ./configs/ucf101/ucf101_sample.yaml \
--ckpt ./share_ckpts/ucf101.pt \
--save_video_path ./test
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment