ComfyUI Extension: ComfyUI-Lightx2vWrapper
ComfyUI-Lightx2vWrapper is an inference wrapper for Lightx2v designed for use with ComfyUI.
Custom Nodes (0)
README
ComfyUI-Lightx2vWrapper
介绍
ComfyUI-Lightx2vWrapper 是一个用于 ComfyUI 的 Lightx2v 推理包装器。
安装
cd ComfyUI/custom_nodes
git clone https://github.com/gaclove/ComfyUI-Lightx2vWrapper.git
cd ComfyUI-Lightx2vWrapper
git submodule update --init --recursive
cd lightx2v
pip install -r lightx2v/requirements.txt # Install dependencies for lightx2v
使用
在 ComfyUI 的 custom_nodes
目录下,找到 lightx2v_wrapper
文件夹,然后按照 lightx2v
的说明进行使用。
模型准备
TODO