How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("zenlm/zen-director", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

zen-director

Text+image-to-video generation (single 24GB GPU, 720p@24fps). Repackaged from Wan-AI/Wan2.2-TI2V-5B (apache-2.0, Alibaba Wan). Not trained from scratch.

Downloads last month
14
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for zenlm/zen-director

Finetuned
(57)
this model

Collection including zenlm/zen-director