File size: 171 Bytes
964479b
df7eda8
964479b
 
3ec5e8d
964479b
1
2
3
4
5
6
from diffusers import DiffusionPipeline

pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.1-I2V-14B-720P")

prompt = "orange being cut"
image = pipe(prompt).images[0]