ComfyUI Extension: ComfyUI-Matrix-Game
Make Matrix-Game avialbe in ComfyUI.
Custom Nodes (0)
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)