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

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-I2VGEN-XL and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

This is an implementation of i2vgen-xl

i2vgen-xl

Install

  1. Clone this repo into custom_nodes directory of ComfyUI location

  2. Run pip install -r requirements.txt

How to fix problems:

  1. 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

  1. 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

  1. base workflow
<img src="assets/base_wf.png" raw=true>

https://github.com/chaojie/ComfyUI-I2VGEN-XL/blob/main/workflow.json