Nodes Browser
ComfyDeploy: How ComfyUI-I2VGEN-XL works in ComfyUI?
What is ComfyUI-I2VGEN-XL?
This is an implementation of [a/i2vgen-xl](https://github.com/ali-vilab/i2vgen-xl)
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-I2VGEN-XL
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
This is an implementation of i2vgen-xl
Install
-
Clone this repo into custom_nodes directory of ComfyUI location
-
Run pip install -r requirements.txt
How to fix problems:
- ValueError: attempted relative import beyond top-level package
Delete all content in file ~/.cache/modelscope/hub/damo/i2vgen-xl/tools/__init__.py
Delete all content in file ~/.cache/modelscope/hub/damo/i2vgen-xl/tools/modules/__init__.py
- CUDA out of memory
Edit ~/.cache/modelscope/hub/damo/i2vgen-xl/ms_wrapper.py
change self.model.to(gpu)
to self.model.half().to(gpu)
Examples
- base workflow
https://github.com/chaojie/ComfyUI-I2VGEN-XL/blob/main/workflow.json