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

  • Log In
  • Sign Up

FastVideo
/
Matrix-Game-2.0-Foundation-Diffusers

Diffusers
Safetensors
MatrixGamePipeline
Model card Files Files and versions
xet
Community

Instructions to use FastVideo/Matrix-Game-2.0-Foundation-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use FastVideo/Matrix-Game-2.0-Foundation-Diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("FastVideo/Matrix-Game-2.0-Foundation-Diffusers", 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
Matrix-Game-2.0-Foundation-Diffusers
6.68 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
H1yori233's picture
H1yori233
fix keyboard_dim_in and remove dtype field
5b341e4 verified 4 months ago
  • image_encoder
    fix keyboard_dim_in and remove dtype field 4 months ago
  • image_processor
    fix keyboard_dim_in and remove dtype field 4 months ago
  • scheduler
    modify config 4 months ago
  • transformer
    fix keyboard_dim_in and remove dtype field 4 months ago
  • vae
    Upload folder using huggingface_hub 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • model_index.json
    421 Bytes
    modify config 4 months ago