This is an implementation of a/i2vgen-xl
Clone this repo into custom_nodes directory of ComfyUI location
Run pip install -r requirements.txt
How to fix problems:
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
Edit ~/.cache/modelscope/hub/damo/i2vgen-xl/ms_wrapper.py
change self.model.to(gpu)
to self.model.half().to(gpu)
https://github.com/chaojie/ComfyUI-I2VGEN-XL/blob/main/workflow.json