Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Motif-Technologies
/
Motif-Video-2B

Text-to-Video
Diffusers
Safetensors
English
MotifVideoPipeline
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.3 GB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 44 commits
kencwt's picture
kencwt
attn to cross_attn key conversion (#27)
4748682 5 days ago
  • assets
    feat: GGUF + SageAttention guide โ€” DPMSolver++ default, benchmark, README update (#17) 14 days ago
  • docs
    docs: add RTX 4090 benchmark + GPU arch list for SageAttention build (#22) 13 days ago
  • feature_extractor
    Initial release 27 days ago
  • guider
    Create guider/guider_config.json 6 days ago
  • scheduler
    dpmsolver (#24) 13 days ago
  • text_encoder
    Switch to T5Gemma2Encoder for text encoding (#5) 22 days ago
  • tokenizer
    Initial release 27 days ago
  • transformer
    attn to cross_attn key conversion (#27) 5 days ago
  • vae
    Initial release 27 days ago
  • .gitattributes
    2.54 kB
    feat: GGUF + SageAttention guide โ€” DPMSolver++ default, benchmark, README update (#17) 14 days ago
  • .gitignore
    783 kB
    feat: GGUF + SageAttention guide โ€” DPMSolver++ default, benchmark, README update (#17) 14 days ago
  • README.md
    20.6 kB
    Update README.md 6 days ago
  • model_index.json
    559 Bytes
    Update model_index.json 6 days ago