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
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.
cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-Matrix-Game.git
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)