Skip to content

Commit d4da99d

Browse files
author
fzilan
committed
fix: examples/diffusers readme
1 parent 80a9d15 commit d4da99d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

examples/diffusers/cogvideox_factory/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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`,现在我们可以使用微调模型进行推理:

examples/diffusers/unconditional_image_generation/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ python train_unconditional.py \
3333
```
3434
An 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

0 commit comments

Comments
 (0)