zai-org/CogVideoX-2b 已完整同步
CogVideoX-2B
📄 中文阅读 | 🤗 Huggingface Space | 🌐 Github | 📜 arxiv
📍 Visit QingYing and API Platform to experience commercial video generation models.
Demo Show
<html lang="en"> <head> <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> <div class="caption">A detailed wooden toy ship with intricately carved masts and sails is seen gliding smoothly over a plush, blue carpet that mimics the waves of the sea. The ship's hull is painted a rich brown, with tiny windows. The carpet, soft and textured, provides a perfect backdrop, resembling an oceanic expanse. Surrounding the ship are various other toys and children's items, hinting at a playful environment. The scene captures the innocence and imagination of childhood, with the toy ship's journey symbolizing endless adventures in a whimsical, indoor setting.</div>
</div>
<div class="video-item">
<div class="caption">The camera follows behind a white vintage SUV with a black roof rack as it speeds up a steep dirt road surrounded by pine trees on a steep mountain slope, dust kicks up from it’s tires, the sunlight shines on the SUV as it speeds along the dirt road, casting a warm glow over the scene. The dirt road curves gently into the distance, with no other cars or vehicles in sight. The trees on either side of the road are redwoods, with patches of greenery scattered throughout. The car is seen from the rear following the curve with ease, making it seem as if it is on a rugged drive through the rugged terrain. The dirt road itself is surrounded by steep hills and mountains, with a clear blue sky above with wispy clouds.</div>
</div>
<div class="video-item">
<div class="caption">A street artist, clad in a worn-out denim jacket and a colorful bandana, stands before a vast concrete wall in the heart, holding a can of spray paint, spray-painting a colorful bird on a mottled wall.</div>
</div>
<div class="video-item">
<source src="https://github.com/THUDM/CogVideo/raw/main/resources/videos/4.mp4" type="v
19 个文件
浏览文件数据集版权信息
本数据集的许可证为 Apache License 2.0。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
下载数据集
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_1000_d2b55be1ef --revision 1137dacfc2c9c012bed6a0793f4ecf2ca8e7ba01 --output ./ds_ext_1000_d2b55be1ef
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_1000_d2b55be1ef --revision 1137dacfc2c9c012bed6a0793f4ecf2ca8e7ba01 --output ./ds_ext_1000_d2b55be1ef
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_1000_d2b55be1ef --revision 1137dacfc2c9c012bed6a0793f4ecf2ca8e7ba01 --output ./ds_ext_1000_d2b55be1ef --overwrite
仅包含匹配路径
wehub datasets download ds_ext_1000_d2b55be1ef --revision 1137dacfc2c9c012bed6a0793f4ecf2ca8e7ba01 --output ./ds_ext_1000_d2b55be1ef --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_1000_d2b55be1ef --revision 1137dacfc2c9c012bed6a0793f4ecf2ca8e7ba01 --output ./ds_ext_1000_d2b55be1ef --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_1000_d2b55be1ef --revision 1137dacfc2c9c012bed6a0793f4ecf2ca8e7ba01 --output ./ds_ext_1000_d2b55be1ef --jobs 8
完整帮助:wehub datasets download --help