Rename README.md to from diffusers import DiffusionPipeline pipe = DiffusionPipeline.from_pretrained("THUDM/CogVideoX-5b") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0]

#20
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment