File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
unconditional_image_generation Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,16 @@ huggingface-cli download --repo-type dataset Wild-Heart/Disney-VideoGeneration
6060
6161```
6262# 对 CogVideoX 模型进行文本到视频的 LoRA 微调
63- ./train_text_to_video_lora.sh
63+ ./scripts/ train_text_to_video_lora.sh
6464
6565# 对 CogVideoX 模型进行文本到视频的完整微调
66- ./train_text_to_video_sft.sh
66+ ./scripts/ train_text_to_video_sft.sh
6767
6868# 对 CogVideoX 模型进行图像到视频的 LoRA 微调
69- ./train_image_to_video_lora.sh
69+ ./scripts/ train_image_to_video_lora.sh
7070
7171# 对 CogVideoX 模型进行图像到视频的完整微调
72- ./train_image_to_video_sft.sh
72+ ./scripts/ train_image_to_video_sft.sh
7373```
7474
7575假设您的 LoRA 已保存到本地,并且路径为 `/path/to/my-awesome-lora`,现在我们可以使用微调模型进行推理:
Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ python train_unconditional.py \
3333```
3434An example trained model: https://huggingface.co/anton-l/ddpm-ema-flowers-64
3535
36- A full training run takes 2 hours on 4xV100 GPUs.
37-
3836<img src =" https://user-images.githubusercontent.com/26864830/180248660-a0b143d0-b89a-42c5-8656-2ebf6ece7e52.png " width =" 700 " />
3937
4038### Unconditional Pokemon
You can’t perform that action at this time.
0 commit comments