Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
---
|
2 |
-
base_model:
|
3 |
-
- THUDM/CogVideoX-5b
|
4 |
-
tags:
|
5 |
-
- LoRA
|
6 |
-
- cogvideo
|
7 |
-
---
|
8 |
This CogVideoX LoRA is created as part of a <b>fan project</b> for <b>research purposes</b> only and is <b>not</b> intended for commercial use. It is based on the TV series called Arcane which are protected by copyright. Users utilize the model at their own risk. Users are obligated to comply with copyright laws and applicable regulations. The model has been developed for non-commercial purposes, and it is not my intention to infringe on any copyright. I assume no responsibility for any damages or legal consequences arising from the use of the model.
|
9 |
|
10 |
<u><b>Important Notes:</u></b>
|
@@ -43,10 +43,10 @@ export_to_video(video, "output.mp4", fps=8)
|
|
43 |
```
|
44 |
<u><b>Acknowledgment:</b></u>
|
45 |
|
46 |
-
-
|
47 |
-
-
|
48 |
-
-
|
49 |
-
|
50 |
|
51 |
<u><b>Examples:</b></u>
|
52 |
|
@@ -55,4 +55,18 @@ The camera slowly pulls back to reveal the setting: a tidy space with bookshelve
|
|
55 |
<video width="720" height="480" controls>
|
56 |
<source src="https://huggingface.co/Cseti/CogVideoX-LoRA-Wallace_and_Gromit/resolve/main/WalGro_withLoRA_0000.mp4" type="video/mp4">
|
57 |
Your browser does not support the video tag.
|
58 |
-
</video>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- THUDM/CogVideoX-5b
|
4 |
+
tags:
|
5 |
+
- LoRA
|
6 |
+
- cogvideo
|
7 |
+
---
|
8 |
This CogVideoX LoRA is created as part of a <b>fan project</b> for <b>research purposes</b> only and is <b>not</b> intended for commercial use. It is based on the TV series called Arcane which are protected by copyright. Users utilize the model at their own risk. Users are obligated to comply with copyright laws and applicable regulations. The model has been developed for non-commercial purposes, and it is not my intention to infringe on any copyright. I assume no responsibility for any damages or legal consequences arising from the use of the model.
|
9 |
|
10 |
<u><b>Important Notes:</u></b>
|
|
|
43 |
```
|
44 |
<u><b>Acknowledgment:</b></u>
|
45 |
|
46 |
+
- Thanks to the [CogVideo team](https://github.com/a-r-r-o-w/cogvideox-factory) for making these great models available
|
47 |
+
- Thanks to [A-R-R-O-W](https://github.com/a-r-r-o-w) for his [CogVideoX-Factory](https://github.com/a-r-r-o-w/cogvideox-factory) that helps us making CogVideo LoRAs more easier.
|
48 |
+
- Thanks to [Kijai](https://github.com/kijai) for his great [ComfyUI integration](https://github.com/kijai/ComfyUI-CogVideoXWrapper)
|
49 |
+
- Thanks to [POM](https://huggingface.co/peteromallet) for providing the computing resources. Without this, these LoRAs could not have been created.
|
50 |
|
51 |
<u><b>Examples:</b></u>
|
52 |
|
|
|
55 |
<video width="720" height="480" controls>
|
56 |
<source src="https://huggingface.co/Cseti/CogVideoX-LoRA-Wallace_and_Gromit/resolve/main/WalGro_withLoRA_0000.mp4" type="video/mp4">
|
57 |
Your browser does not support the video tag.
|
58 |
+
</video>
|
59 |
+
|
60 |
+
|
61 |
+
@article{yang2024cogvideox,
|
62 |
+
title={CogVideoX: Text-to-Video Diffusion Models with An Expert Transformer},
|
63 |
+
author={Yang, Zhuoyi and Teng, Jiayan and Zheng, Wendi and Ding, Ming and Huang, Shiyu and Xu, Jiazheng and Yang, Yuanming and Hong, Wenyi and Zhang, Xiaohan and Feng, Guanyu and others},
|
64 |
+
journal={arXiv preprint arXiv:2408.06072},
|
65 |
+
year={2024}
|
66 |
+
}
|
67 |
+
@article{hong2022cogvideo,
|
68 |
+
title={CogVideo: Large-scale Pretraining for Text-to-Video Generation via Transformers},
|
69 |
+
author={Hong, Wenyi and Ding, Ming and Zheng, Wendi and Liu, Xinghan and Tang, Jie},
|
70 |
+
journal={arXiv preprint arXiv:2205.15868},
|
71 |
+
year={2022}
|
72 |
+
}
|