From 4ec25a9f7b184625c45a92cdb72d82af99769e5a Mon Sep 17 00:00:00 2001 From: chenyangqi Date: Tue, 4 Apr 2023 22:15:55 +0800 Subject: [PATCH] release tune-a-video configs --- README.md | 23 ++++++++++--- config/tune/jeep.yaml | 58 +++++++++++++++++++++++++++++++ config/tune/man_skate.yaml | 59 ++++++++++++++++++++++++++++++++ config/tune/swan.yaml | 60 +++++++++++++++++++++++++++++++++ train_tune_a_video.py | 12 +------ video_diffusion/data/dataset.py | 4 ++- 6 files changed, 199 insertions(+), 17 deletions(-) create mode 100644 config/tune/jeep.yaml create mode 100644 config/tune/man_skate.yaml create mode 100644 config/tune/swan.yaml diff --git a/README.md b/README.md index da0e0f8..170c133 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ previous works. ## 📋 Changelog -- 2023.04.04 Release shape editing [ckpts](https://huggingface.co/chenyangqi/), [data](https://github.com/ChenyangQiQi/FateZero/releases/download/v0.0.1/shape.zip) and [config](config/shape) +- 2023.04.04 Release Enhanced Tuning-a-Video [configs](config/tune) and shape editing [ckpts](https://huggingface.co/chenyangqi/), [data](https://github.com/ChenyangQiQi/FateZero/releases/download/v0.0.1/shape.zip) and [config](config/shape) - 2023.03.31 Refine hugging face demo