How to use zai-org/CogVideoX-2b with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("zai-org/CogVideoX-2b", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0]
可以提供少量数据集作为示例,直接跑起来微调吗
我们之后应该会有计划放一批,现在还需要进行版权问题的审核
· Sign up or log in to comment