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

Text-to-Video
Diffusers
Safetensors
English
image-to-video
video-generation
diffusion-transformer
Model card Files Files and versions
xet
Community
29

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

  • Libraries
  • Diffusers

    How to use Motif-Technologies/Motif-Video-2B 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", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "A vibrant blue jay perches gracefully on a slender branch, its feathers shimmering in the soft morning light. The bird's keen eyes scan the surroundings, capturing the essence of the tranquil forest. It flutters its wings briefly, showcasing the intricate patterns of blue, white, and black on its plumage. The background reveals a lush canopy of green leaves, with rays of sunlight filtering through, creating a dappled effect on the forest floor. The blue jay then tilts its head, emitting a melodious call that echoes through the serene woodland, adding a touch of magic to the peaceful scene."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
Motif-Video-2B
17 GB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 34 commits
gkalstn0's picture
gkalstn0
Claude Opus 4.6 (1M context)
docs: minor README formatting adjustment
9a9a0f4 30 days ago
  • assets
    feat: GGUF + SageAttention guide β€” DPMSolver++ default, benchmark, README update (#17) 30 days ago
  • docs
    docs: split Memory-efficient Inference and GGUF+SageAttention into sub READMEs 30 days ago
  • feature_extractor
    Initial release about 1 month ago
  • scheduler
    Initial release about 1 month ago
  • text_encoder
    Switch to T5Gemma2Encoder for text encoding (#5) about 1 month ago
  • tokenizer
    Initial release about 1 month ago
  • transformer
    Switch to T5Gemma2Encoder for text encoding (#5) about 1 month ago
  • vae
    Initial release about 1 month ago
  • .gitattributes
    2.54 kB
    feat: GGUF + SageAttention guide β€” DPMSolver++ default, benchmark, README update (#17) 30 days ago
  • .gitignore
    783 kB
    feat: GGUF + SageAttention guide β€” DPMSolver++ default, benchmark, README update (#17) 30 days ago
  • README.md
    22.4 kB
    docs: minor README formatting adjustment 30 days ago
  • inference.py
    8.86 kB
    feat: GGUF + SageAttention guide β€” DPMSolver++ default, benchmark, README update (#17) 30 days ago
  • model_index.json
    505 Bytes
    Switch to T5Gemma2Encoder for text encoding (#5) about 1 month ago