bertjiazheng commited on
Commit
9cc3ca4
·
verified ·
1 Parent(s): 95e89a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -15
README.md CHANGED
@@ -7,25 +7,71 @@ base_model:
7
  - THUDM/CogVideoX-5b
8
  pipeline_tag: text-to-video
9
  library_name: diffusers
10
- widget:
11
- - text: "A modern living room with a minimalist design, featuring a white sofa, a marble coffee table, a geometric painting, and a chandelier hanging from the ceiling. The room is well-lit with natural light, and the color scheme is neutral with accents of gold and black. The furniture is arranged in a way that creates a comfortable and inviting space."
12
- output:
13
- url: https://manycore-research-azure.kujiale.com/manycore-research/Kool-CogVideoX-5b/L3D386S81B20ENDPDZEFIAUWJLWGLUFX7LB6KY8.mp4
14
- - text: "A modern living room with a minimalist design, featuring a large window, a white ceiling, and a wooden floor. The room is furnished with a white sofa, a gray ottoman, a wooden table, and a hanging light. The space is well-lit and has a clean, contemporary aesthetic."
15
- output:
16
- url: https://manycore-research-azure.kujiale.com/manycore-research/Kool-CogVideoX-5b/L3D489S267B0ENDPN7LV6QUWLYIALUFX4RSVTA8.mp4
17
- - text: "A modern bedroom with a minimalist design, featuring a large bed with a gray comforter and a blue blanket, a white dresser with a mirror, and a white closet. The room is decorated with framed artwork and a black and white poster on the wall. The floor is made of light wood, and the room has a clean and contemporary feel."
18
- output:
19
- url: https://manycore-research-azure.kujiale.com/manycore-research/Kool-CogVideoX-5b/L3D943S369B0ENDPNXSMXYUWLGWQLUFX6ZZZWA8.mp4
20
- - text: "A modern kitchen with a sleek design, featuring a marble countertop, stainless steel appliances, and a variety of bottles and glasses. The kitchen is well-lit with recessed lighting and has a contemporary aesthetic."
21
- output:
22
- url: https://manycore-research-azure.kujiale.com/manycore-research/Kool-CogVideoX-5b/L3D670S366B0ENDPOAJ4LQUWJN2ILUFX5GLPRQ8.mp4
23
  ---
24
 
25
  # KoolCogVideoX
26
 
27
- KoolCogVideoX is fine-tuned on [CogVideoX-5B](https://huggingface.co/THUDM/CogVideoX-5b) for interior designs.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
  ## Model License
30
 
31
- This model is released under the [CogVideoX LICENSE](https://huggingface.co/THUDM/CogVideoX-5b/blob/main/LICENSE).
 
7
  - THUDM/CogVideoX-5b
8
  pipeline_tag: text-to-video
9
  library_name: diffusers
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  # KoolCogVideoX
13
 
14
+ KoolCogVideoX-5b is fine-tuned on [CogVideoX-5B](https://huggingface.co/THUDM/CogVideoX-5b) for interior designs.
15
+
16
+ ## Demo
17
+
18
+ <!DOCTYPE html>
19
+ <html lang="en">
20
+ <head>
21
+ <meta charset="UTF-8">
22
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
23
+ <title>Video Gallery with Captions</title>
24
+ <style>
25
+ .video-container {
26
+ display: flex;
27
+ flex-wrap: wrap;
28
+ justify-content: space-around;
29
+ }
30
+ .video-item {
31
+ width: 45%;
32
+ margin-bottom: 20px;
33
+ transition: transform 0.3s;
34
+ }
35
+ .video-item:hover {
36
+ transform: scale(1.1);
37
+ }
38
+ .caption {
39
+ text-align: center;
40
+ margin-top: 10px;
41
+ font-size: 11px;
42
+ }
43
+ </style>
44
+ </head>
45
+ <body>
46
+ <div class="video-container">
47
+ <div class="video-item">
48
+ <video width="100%" controls>
49
+ <source src="https://manycore-research-azure.kujiale.com/manycore-research/Kool-CogVideoX-5b/L3D386S81B20ENDPDZEFIAUWJLWGLUFX7LB6KY8.mp4" type="video/mp4">
50
+ </video>
51
+ <div class="caption">A modern living room with a minimalist design, featuring a white sofa, a marble coffee table, a geometric painting, and a chandelier hanging from the ceiling. The room is well-lit with natural light, and the color scheme is neutral with accents of gold and black. The furniture is arranged in a way that creates a comfortable and inviting space.</div>
52
+ </div>
53
+ <div class="video-item">
54
+ <video width="100%" controls>
55
+ <source src="https://manycore-research-azure.kujiale.com/manycore-research/Kool-CogVideoX-5b/L3D489S267B0ENDPN7LV6QUWLYIALUFX4RSVTA8.mp4" type="video/mp4">
56
+ </video>
57
+ <div class="caption">A modern living room with a minimalist design, featuring a large window, a white ceiling, and a wooden floor. The room is furnished with a white sofa, a gray ottoman, a wooden table, and a hanging light. The space is well-lit and has a clean, contemporary aesthetic.</div>
58
+ </div>
59
+ <div class="video-item">
60
+ <video width="100%" controls>
61
+ <source src="https://manycore-research-azure.kujiale.com/manycore-research/Kool-CogVideoX-5b/L3D943S369B0ENDPNXSMXYUWLGWQLUFX6ZZZWA8.mp4" type="video/mp4">
62
+ </video>
63
+ <div class="caption">A modern bedroom with a minimalist design, featuring a large bed with a gray comforter and a blue blanket, a white dresser with a mirror, and a white closet. The room is decorated with framed artwork and a black and white poster on the wall. The floor is made of light wood, and the room has a clean and contemporary feel.</div>
64
+ </div>
65
+ <div class="video-item">
66
+ <video width="100%" controls>
67
+ <source src="https://manycore-research-azure.kujiale.com/manycore-research/Kool-CogVideoX-5b/L3D670S366B0ENDPOAJ4LQUWJN2ILUFX5GLPRQ8.mp4" type="video/mp4">
68
+ </video>
69
+ <div class="caption">A modern kitchen with a sleek design, featuring a marble countertop, stainless steel appliances, and a variety of bottles and glasses. The kitchen is well-lit with recessed lighting and has a contemporary aesthetic.</div>
70
+ </div>
71
+ </div>
72
+ </body>
73
+ </html>
74
 
75
  ## Model License
76
 
77
+ This model is released under the [CogVideoX LICENSE](https://huggingface.co/THUDM/CogVideoX-5b/blob/main/LICENSE).