bertjiazheng commited on
Commit
b683ff3
1 Parent(s): b613c7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -3
README.md CHANGED
@@ -1,3 +1,76 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - THUDM/CogVideoX-2b
7
+ pipeline_tag: text-to-video
8
+ library_name: diffusers
9
+ ---
10
+
11
+ # KoolCogVideoX
12
+
13
+ KoolCogVideoX-2b is fine-tuned on [CogVideoX-2B](https://huggingface.co/THUDM/CogVideoX-2b) for interior designs.
14
+
15
+ ## Demo
16
+
17
+ <!DOCTYPE html>
18
+ <html lang="en">
19
+ <head>
20
+ <meta charset="UTF-8">
21
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
22
+ <title>Video Gallery with Captions</title>
23
+ <style>
24
+ .video-container {
25
+ display: flex;
26
+ flex-wrap: wrap;
27
+ justify-content: space-around;
28
+ }
29
+ .video-item {
30
+ width: 45%;
31
+ margin-bottom: 20px;
32
+ transition: transform 0.3s;
33
+ }
34
+ .video-item:hover {
35
+ transform: scale(1.1);
36
+ }
37
+ .caption {
38
+ text-align: center;
39
+ margin-top: 10px;
40
+ font-size: 11px;
41
+ }
42
+ </style>
43
+ </head>
44
+ <body>
45
+ <div class="video-container">
46
+ <div class="video-item">
47
+ <video width="100%" controls>
48
+ <source src="https://manycore-research-azure.kujiale.com/manycore-research/KoolCogVideoX-2b/L3D385S81B0ENDPO5YBOYUWLYKYLUFX4K4HEY8.mp4" type="video/mp4">
49
+ </video>
50
+ <div class="caption">A modern living room with a minimalist design, featuring white furniture and a large window with a view of a city skyline. The room has a clean and sleek aesthetic, with a neutral color palette and a mix of textures. The living room is well-lit with natural light, and the window offers a glimpse of the city outside. The furniture includes a sofa, a coffee table, and a TV, all in white, which creates a sense of spaciousness and openness. The room is devoid of clutter, and the layout is simple and functional. The overall atmosphere is calm and serene, with a focus on modern design and simplicity.</div>
51
+ </div>
52
+ <div class="video-item">
53
+ <video width="100%" controls>
54
+ <source src="https://manycore-research-azure.kujiale.com/manycore-research/KoolCogVideoX-2b/L3D386S81B0ENDPNEVTAQUWLYIALUFX6EIETA8.mp4" type="video/mp4">
55
+ </video>
56
+ <div class="caption">A modern living room with a minimalist design, featuring a white sofa, a black armchair, a gray rug, and a large window with white curtains. A cat sits on the floor, and a small tree is placed in the corner. The room is well-lit with natural light, and the overall atmosphere is calm and serene.</div>
57
+ </div>
58
+ <div class="video-item">
59
+ <video width="100%" controls>
60
+ <source src="https://manycore-research-azure.kujiale.com/manycore-research/KoolCogVideoX-2b/L3D943S369B0ENDPNXSMXYUWLGWQLUFX6ZZZWA8.mp4" type="video/mp4">
61
+ </video>
62
+ <div class="caption">A modern bedroom with a large bed, a nightstand, a dresser, and a mirror. The room has a minimalist design with a neutral color palette. The bed is neatly made with a gray comforter and black pillows. The room is well-lit with natural light coming from a window. The overall atmosphere is calm and serene.</div>
63
+ </div>
64
+ <div class="video-item">
65
+ <video width="100%" controls>
66
+ <source src="https://manycore-research-azure.kujiale.com/manycore-research/KoolCogVideoX-5b/L3D943S381B0ENDPOKJ5YIUWJU3ULUFX7LOGPQ8.mp4" type="video/mp4">
67
+ </video>
68
+ <div class="caption">A modern living room with a minimalist design, featuring a large flat screen TV mounted on a white wall, a white marble coffee table, and a chandelier hanging from the ceiling. The room has a neutral color palette with white walls and a wooden floor. The furniture is arranged in a way that creates a cozy and inviting atmosphere. The room is well-lit with natural light coming from a large window. The overall aesthetic is clean and contemporary.</div>
69
+ </div>
70
+ </div>
71
+ </body>
72
+ </html>
73
+
74
+ ## Model License
75
+
76
+ This model is released under the Apache 2.0 License.