ComfyUI Extension
ComfyUI-I2VGEN-XL
This is an implementation of [a/i2vgen-xl](https://github.com/ali-vilab/i2vgen-xl)
chaojie/ComfyUI-I2VGEN-XL
Nodes2
On cloudLocal install
CategoryModelscope
Stars28
Updated2 years ago
Readme
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