ComfyUI-I2V-Adapter

ComfyUI-I2V-Adapter
★ 21

图像条件控制模态融合ComfyUI 扩展风格与构图引导
在 ComfyUI 中集成 I2V-Adapter,用参考图像作为条件引导生成,增强风格与构图控制。
💡 用参考图像引导生成指定风格或构图的图片。
🍴 3 Forks💻 Python🔄 2024-07-02
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/b6135d9bd930
📦 requirements.txt
diffusers==0.11.1
transformers
imageio
decord
gdown
einops
omegaconf
safetensors
wandb
opencv-python
accelerate
imageio[ffmpeg]
📄 README

ComfyUI-I2V-Adapter

a comfyui custom node for I2V-Adapter, the

workflow can be find in doc

Example

  • input
  • prmopt
  • an anime girl with long brown hair hugging a white cat

  • output
  • https://github.com/AIFSH/ComfyUI-I2V-Adapter/assets/149982694/203d8812-1d14-422b-89a9-3b24e53455dc

    How to use

    make sure ffmpeg is worked in your commandline

    for Linux

    apt update
    apt install ffmpeg

    for Windows,you can install ffmpeg by WingetUI automatically

    then!

    ## insatll xformers match your torch,for torch==2.1.0+cu121
    pip install xformers==0.0.22.post7
    pip install accelerate 
    # in ComfyUI/custom_nodes
    git clone https://github.com/AIFSH/ComfyUI-I2V-Adapter.git
    cd ComfyUI-I2V-Adapter
    pip install -r requirements.txt

    weights will be downloaded from huggingface

    Tutorial

  • [Demo]()
  • QQ群:852228202
  • Thanks

    I2V-Adapter