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

videorebirth
/
hyperflow

Image-Text-to-Video
MiniMax H3
Diffusers
hyperflow-h3
lora
video-generation
audio-video-generation
text-to-video
image-to-video
text-to-audio-video
image-to-audio-video
reference-to-audio-video
flow-matching
distillation
self-distillation
few-step
Model card Files Files and versions
xet
Community
2

Instructions to use videorebirth/hyperflow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use videorebirth/hyperflow with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("MiniMaxAI/MiniMax-H3", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("videorebirth/hyperflow")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
hyperflow
2.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
videorebirth's picture
videorebirth
docs: point Showcase to https://www.videorebirth.com/lp/hyperflow
a83ec7a verified about 9 hours ago
  • .gitattributes
    1.52 kB
    Release minimax_h3_hyperflow_8step_v1.0.safetensors 1 day ago
  • LICENSE
    17.6 kB
    Release minimax_h3_hyperflow_8step_v1.0.safetensors 1 day ago
  • NOTICE
    955 Bytes
    Release minimax_h3_hyperflow_8step_v1.0.safetensors 1 day ago
  • README.md
    14.1 kB
    docs: point Showcase to https://www.videorebirth.com/lp/hyperflow about 9 hours ago
  • hyperflow.json
    259 Bytes
    Release minimax_h3_hyperflow_8step_v1.0.safetensors 1 day ago
  • minimax_h3_hyperflow_8step_v1.0.safetensors
    2.8 GB
    xet
    Release minimax_h3_hyperflow_8step_v1.0.safetensors 1 day ago