File size: 4,047 Bytes
b683ff3
 
 
 
 
 
 
 
 
 
 
 
3d3baae
b683ff3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
700b528
b683ff3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
license: apache-2.0
language:
- en
base_model:
- THUDM/CogVideoX-2b
pipeline_tag: text-to-video
library_name: diffusers
---

# KoolCogVideoX

KoolCogVideoX-2b is fine-tuned on [CogVideoX-2B](https://huggingface.co/THUDM/CogVideoX-2b) specifically for interior design scenarios.

## Demo

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Video Gallery with Captions</title>
    <style>
        .video-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }
        .video-item {
            width: 45%;
            margin-bottom: 20px;
            transition: transform 0.3s;
        }
        .video-item:hover {
            transform: scale(1.1);
        }
        .caption {
            text-align: center;
            margin-top: 10px;
            font-size: 11px;
        }
    </style>
</head>
<body>
    <div class="video-container">
        <div class="video-item">
            <video width="100%" controls>
                <source src="https://manycore-research-azure.kujiale.com/manycore-research/KoolCogVideoX-2b/L3D385S81B0ENDPO5YBOYUWLYKYLUFX4K4HEY8.mp4" type="video/mp4">
            </video>
            <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>
        </div>
        <div class="video-item">
            <video width="100%" controls>
                <source src="https://manycore-research-azure.kujiale.com/manycore-research/KoolCogVideoX-2b/L3D386S81B0ENDPNEVTAQUWLYIALUFX6EIETA8.mp4" type="video/mp4">
            </video>
            <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>
        </div>
        <div class="video-item">
            <video width="100%" controls>
                <source src="https://manycore-research-azure.kujiale.com/manycore-research/KoolCogVideoX-2b/L3D489S267B20ENDPDSHZKQUWIB74LUFX5R6WNY8.mp4" type="video/mp4">
            </video>
            <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>
        </div> 
        <div class="video-item">
            <video width="100%" controls>
                <source src="https://manycore-research-azure.kujiale.com/manycore-research/KoolCogVideoX-5b/L3D943S381B0ENDPOKJ5YIUWJU3ULUFX7LOGPQ8.mp4" type="video/mp4">
            </video>
            <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>
        </div>
    </div>
</body>
</html>

## Model License

This model is released under the Apache 2.0 License.