Commit 9f9e246f authored by dengjb's avatar dengjb
Browse files

update files

parent 46c193f4
# 模型唯一标识
modelCode=1837
# 模型名称
modelName=longcat-video-pytorch
# 模型描述
modelDescription=LongCat-Video模型,一个13.6B的适配生成模型,在多个方向都有不俗的表现,包括文生视频,图生视频等
# 运行过程
processType=推理
# 算法类别
appCategory=视频生成
# 框架类型
frameType=pytorch
# 加速卡类型
accelerateType=K100AI
\ No newline at end of file
......@@ -75,9 +75,9 @@ torchrun run_demo_long_video.py --checkpoint_dir=./weights/LongCat-Video
torchrun --nproc_per_node=8 run_demo_long_video.py --context_parallel_size=2 --checkpoint_dir=./weights/LongCat-Video
```
## 效果展示
<div align="center">
<video src="https://github.com/user-attachments/assets/00fa63f0-9c4e-461a-a79e-c662ad596d7d" width="2264" height="384"> </video>
</div>
| 图片 | 提示词 | 视频输出 |
| :------: | :------: | :------: |
| ![alt text](assets/girl.png) | A woman sits at a wooden table by the window in a cozy café. She reaches out with her right hand, picks up the white coffee cup from the saucer, and gently brings it to her lips to take a sip. After drinking, she places the cup back on the table and looks out the window, enjoying the peaceful atmosphere. | <video src="output.mp4" controls width="100%"></video> |
### 精度
DCU与GPU精度一致,推理框架:transformers。
......
icon.png

70.5 KB

Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment