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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Motif-Technologies
/
Motif-Video-2B-GGUF

Text-to-Video
Diffusers
GGUF
English
quantization
motif-video
Model card Files Files and versions
xet
Community
7

Instructions to use Motif-Technologies/Motif-Video-2B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Motif-Technologies/Motif-Video-2B-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("Motif-Technologies/Motif-Video-2B-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
Motif-Video-2B-GGUF
15.4 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 23 commits
kencwt's picture
kencwt
Convert attn key
6d5b2bd about 1 month ago
  • assets
    Add quality comparison videos + 50-step benchmark (#5) about 1 month ago
  • .gitattributes
    2.27 kB
    Add quality comparison videos + 50-step benchmark (#5) about 1 month ago
  • README.md
    7.68 kB
    Update README.md about 1 month ago
  • motifv-2b-dev-BF16.gguf
    3.93 GB
    xet
    Convert attn key about 1 month ago
  • motifv-2b-dev-Q4_0.gguf
    1.12 GB
    xet
    Convert attn key about 1 month ago
  • motifv-2b-dev-Q4_1.gguf
    1.23 GB
    xet
    Convert attn key about 1 month ago
  • motifv-2b-dev-Q4_K_M.gguf
    1.16 GB
    xet
    Convert attn key about 1 month ago
  • motifv-2b-dev-Q5_0.gguf
    1.36 GB
    xet
    Convert attn key about 1 month ago
  • motifv-2b-dev-Q5_1.gguf
    1.48 GB
    xet
    Convert attn key about 1 month ago
  • motifv-2b-dev-Q5_K_M.gguf
    1.38 GB
    xet
    Convert attn key about 1 month ago
  • motifv-2b-dev-Q6_K.gguf
    1.62 GB
    xet
    Convert attn key about 1 month ago
  • motifv-2b-dev-Q8_0.gguf
    2.09 GB
    xet
    Convert attn key about 1 month ago