ComfyUI-Matrix-Game

ComfyUI-Matrix-Game
★ 8

ComfyUIMatrix-Game可视化流程依赖安装
在 ComfyUI 中集成 Matrix-Game 的节点,便于在可视化流程中调用 Matrix-Game 算法,快速实现矩阵游戏相关处理与生成,并简化依赖安装与部署。
💡 在 ComfyUI 流程中调用 Matrix-Game 实现矩阵游戏生成。
🍴 2 Forks💻 Python🔄 2025-05-13
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/a9fb3a59e10c
📦 requirements.txt
diffusers==0.32.2
einops==0.8.1
flash_attn==2.7.4.post1
ftfy==6.3.1
imageio==2.34.0
numpy==1.6.0
opencv_python==4.9.0.80
opencv_python_headless==4.9.0.80
packaging==25.0
peft==0.14.0
Pillow==11.2.1
regex==2024.11.6
safetensors==0.5.3
torch==2.5.1
torchvision==0.20.1
torchaudio==2.5.1
transformers==4.47.1
📄 README

ComfyUI-Matrix-Game

Make Matrix-Game avialbe in ComfyUI.

Matrix-Game: Interactive World Foundation Model. Matrix-Game is a 17B-parameter interactive world foundation model for controllable game world generation.

Installation

  • Make sure you have ComfyUI installed
  • Clone this repository into your ComfyUI’s custom_nodes directory:
  • cd ComfyUI/custom_nodes
    git clone https://github.com/Yuan-ManX/ComfyUI-Matrix-Game.git

  • Install dependencies:
  • cd ComfyUI-Matrix-Game
    
    # install dependencies:
    pip install -r requirements.txt
    
    # install apex and FlashAttention-3
    # Our project also depends on [apex](https://github.com/NVIDIA/apex) and [FlashAttention-3](https://github.com/Dao-AILab/flash-attention)

    Model

    [🤗 Huggingface]