CogVideo
CogVideo copied to clipboard
text and image to video generation: CogVideoX (2024) and CogVideo (ICLR 2023)
### Feature request / 功能建议 Thanks for your work! The paper mentioned `Frame Pack`, which requires to generate attention masks (https://arxiv.org/abs/2307.06304), the `forward` function : `kwargs["input_ids"] = kwargs["position_ids"] = kwargs["attention_mask"]...
### System Info / 系統信息 Mac max1 14.6 64g内存跑这个代码 import torch from diffusers import CogVideoXPipeline from diffusers.utils import export_to_video prompt = "A panda, dressed in a small, red jacket and...
我在昇腾910B上部署完成,python inference/cli_demo.py 时报错: `hidden_states = F.scaled_dot_product_attention( RuntimeError: NPU out of memory. Tried to allocate 35.31 GiB (NPU 0; 60.97 GiB total capacity; 26.13 GiB already allocated; 26.13 GiB current active;...
### System Info / 系統信息 Thanks very much for releasing this great work! In case this helps anyone else: The diffusers `cli_demo.py` raised the CUDA OOM error below on an...
I created Japanese translated README.
### System Info / 系統信息 I am trying to sft on NPU device. However, the FusedEmaAdam relies on cuda, which is not available on NPU device. So, what optimizer is...
更新 文档错误
If no, how to do it?
### System Info / 系統信息 - Python: 3.8.19 - Diffusers: 0.30.0 - OS: centos:7 - NVIDIA Driver: 550.54.15 - CUDA: 12.4 - NVIDIA GPU: NVIDIA L40 - NVIDIA GPU Memory:...