Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

FastVideo
/
stepvideo-t2v-diffusers

Diffusers
Safetensors
StepVideoPipeline
Model card Files Files and versions
xet
Community

Instructions to use FastVideo/stepvideo-t2v-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use FastVideo/stepvideo-t2v-diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("FastVideo/stepvideo-t2v-diffusers", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
stepvideo-t2v-diffusers / vae
3.03 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
RiverHe's picture
RiverHe
Update vae/config.json
572e0ce verified 12 months ago
  • v1_vae
    Upload folder using huggingface_hub 12 months ago
  • config.json
    320 Bytes
    Update vae/config.json 12 months ago
  • vae_v2.safetensors
    2 GB
    xet
    Upload folder using huggingface_hub 12 months ago