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
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
24.8 GB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 13 commits
beomgyu
Merge main into pr/2 and resolve links conflicts
a7b750b about 1 month ago
  • assets
    Initial release about 1 month ago
  • feature_extractor
    Initial release about 1 month ago
  • scheduler
    Initial release about 1 month ago
  • text_encoder
    Initial release about 1 month ago
  • tokenizer
    Initial release about 1 month ago
  • transformer
    Remove leftover comment, fix copyright year about 1 month ago
  • vae
    Initial release about 1 month ago
  • .gitattributes
    1.94 kB
    Upload motif-video-technical-report.pdf about 1 month ago
  • .gitignore
    366 Bytes
    Initial release about 1 month ago
  • README.md
    15.4 kB
    Merge main into pr/2 and resolve links conflicts about 1 month ago
  • _fm_solvers_unipc.py
    31.5 kB
    Initial release about 1 month ago
  • inference.py
    4.81 kB
    Initial release about 1 month ago
  • model_index.json
    504 Bytes
    Initial release about 1 month ago
  • motif-video-technical-report.pdf
    17.3 MB
    xet
    Upload motif-video-technical-report.pdf about 1 month ago
  • pipeline_motif_video.py
    58.7 kB
    Initial release about 1 month ago