[diffusion] doc: fix tiny typo in multimodal_gen/README.md (#14830)

This commit is contained in:
Li Jinliang
2025-12-11 00:27:25 +08:00
committed by GitHub
parent 2543666c8e
commit 83e35a7c29

View File

@@ -70,6 +70,6 @@ All contributions are welcome. The contribution guide is available [here](https:
We learnt and reused code from the following projects:
- [FastVideo](https://github.com/hao-ai-lab/FastVideo.git). The major components of this repo are based on a fork of FastVide on Sept. 24, 2025.
- [FastVideo](https://github.com/hao-ai-lab/FastVideo.git). The major components of this repo are based on a fork of FastVideo on Sept. 24, 2025.
- [xDiT](https://github.com/xdit-project/xDiT). We used the parallelism library from it.
- [diffusers](https://github.com/huggingface/diffusers) We used the pipeline design from it.