在ComfyUI中集成Multiverse,接入多人AI世界模型,支持双人驾驶场景模拟与交互,便于流程化使用
💡 在ComfyUI工作流中运行双人驾驶的Multiverse仿真
🍴 1 Forks💻 Python🔄 2025-05-09
https://pan.quark.cn/s/a9fb3a59e10c
📦 requirements.txt
gymnasium==0.29.1
ale-py==0.9.0
h5py==3.11.0
huggingface-hub==0.17.2
hydra-core==1.3
numpy==1.26.0
opencv-python==4.10.0.84
pillow==10.3.0
pygame==2.5.2
torch==2.1.0
torchvision==0.16.0
torcheval==0.0.7
tqdm==4.66.4
wandb==0.17.0
📄 README
ComfyUI-Multiverse
Make Multiverse avialbe in ComfyUI.
Multiverse: The First AI Multiplayer World Model. Two human players driving cars in Multiverse.
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-Multiverse.git
Install dependencies:
cd ComfyUI-Multiverse
pip install -r requirements.txt
Model
🤗 Model on Huggingface
Running the model
To control the silver car at the top screen use the arrow keys.
To control the blue car at the bottom use the WASD keys.