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

woodfireind
/
MiniMax-H3-GGUF-MiniStack

Text-to-Video
Diffusers
GGUF
English
comfyui
video-generation
minimax
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use woodfireind/MiniMax-H3-GGUF-MiniStack with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("woodfireind/MiniMax-H3-GGUF-MiniStack", 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-GGUF-MiniStack / custom_nodes /h3_small_te /__pycache__
23.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
woodfireind's picture
woodfireind
Add h3_small_te custom node (H3SmallTELoader + H3SmallTextEncoder)
623a187 verified 3 days ago
  • __init__.cpython-311.pyc
    334 Bytes
    Add h3_small_te custom node (H3SmallTELoader + H3SmallTextEncoder) 3 days ago
  • nodes.cpython-311.pyc
    22.7 kB
    Add h3_small_te custom node (H3SmallTELoader + H3SmallTextEncoder) 3 days ago