YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Strawberry Flambee

from diffusers.utils import load_video
from diffusers.utils.export_utils import export_to_video

from strawberry_flambee import StrawberryFlambeePipeline

flambee = StrawberryFlambeePipeline.from_pretrained(
    "hlky/strawberry-flambee",
    torch_dtype={"vae": torch.float16, "adapter": torch.float32},
    trust_remote_code=True,
).to("cuda")
video = load_video("gettyimages-935824800-640_adpp_resize.mp4")
frames = strawberry_flambee(video)
export_to_video(frames, "output.mp4", fps=25, quality=10, macro_block_size=1)
Downloads last month
13
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support