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

vantagewithai
/
MiniMax-H3-comfyUI-GGUF

Image-Text-to-Video
Diffusers
GGUF
text-to-video
image-to-video
video-to-video
text-to-audio-video
image-to-audio-video
image-text-to-audio-video
video-to-audio-video
audio-to-audio-video
audio-video-generation
multimodal
synchronized-audio-video
reference-to-audio-video
Model card Files Files and versions
xet
Community

Instructions to use vantagewithai/MiniMax-H3-comfyUI-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use vantagewithai/MiniMax-H3-comfyUI-GGUF with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("vantagewithai/MiniMax-H3-comfyUI-GGUF", 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
MiniMax-H3-comfyUI-GGUF
518 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
vantagewithai's picture
vantagewithai
Upload ref2va/minimax_h3_ref2va-Q8_0.gguf with huggingface_hub
999742c verified 1 day ago
  • fl2va
    Upload fl2va/minimax_h3_fl2va-Q8_0.gguf with huggingface_hub 1 day ago
  • ref2va
    Upload ref2va/minimax_h3_ref2va-Q8_0.gguf with huggingface_hub 1 day ago
  • .gitattributes
    3.08 kB
    Upload ref2va/minimax_h3_ref2va-Q8_0.gguf with huggingface_hub 1 day ago
  • README.md
    13.5 kB
    Update README.md 1 day ago