Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

OpenVDN
/
vdn-minimax-h3-edge

Text-to-Video
Diffusers
Safetensors
MiniMax H3
English
freevideo
vdn
fp8
image-to-video
video-generation
audio-generation
Model card Files Files and versions
xet
Community

Instructions to use OpenVDN/vdn-minimax-h3-edge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use OpenVDN/vdn-minimax-h3-edge with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("OpenVDN/vdn-minimax-h3-edge", 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
vdn-minimax-h3-edge
45.8 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
BowenXue's picture
BowenXue
Record verified automatic-selection documentation
28fc57d verified 2 days ago
  • cache
    Publish slim FP8 model with portable AdaLN constants; preserve original weights in history 2 days ago
  • config
    Publish prepared VDN-H3 Edge FP8 weights and eight-step AdaLN tables 3 days ago
  • rowwise
    Add rowwise FP8 variant; preserve tensorwise model and selective downloads 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • LICENSE
    17.6 kB
    Document VDN-H3 Edge and preserve upstream model license 3 days ago
  • MODIFICATIONS.md
    1.81 kB
    Add rowwise FP8 variant; preserve tensorwise model and selective downloads 2 days ago
  • NOTICE
    2.32 kB
    Publish prepared VDN-H3 Edge FP8 weights and eight-step AdaLN tables 3 days ago
  • OPENVDN-CODE-LICENSE
    11.4 kB
    Document VDN-H3 Edge and preserve upstream model license 3 days ago
  • README.md
    5.69 kB
    Explain automatic format selection; remove manual format choice 2 days ago
  • READY.json
    925 Bytes
    Record verified automatic-selection documentation 2 days ago
  • SHA256SUMS
    64.9 kB
    Explain automatic format selection; remove manual format choice 2 days ago
  • bundle.json
    246 kB
    Explain automatic format selection; remove manual format choice 2 days ago