Extensions/ComfyUI_InterpolateEverything
ComfyUI Extension

ComfyUI_InterpolateEverything

Custom nodes for interpolating between, well, everything in the Stable Diffusion ComfyUI.

By shockz0rz·Created 3 years ago·Updated 2 years ago· 23
shockz0rz/ComfyUI_InterpolateEverything
Nodes
On cloudLocal install
Stars23
Updated2 years ago
Readme

ComfyUI_InterpolateEverything

Custom nodes for interpolating between, well, everything in the Stable Diffusion ComfyUI.

Current functionality:

  • Interpolate Poses (preprocessors->pose->Interpolate Poses): Create a preprocessed ControlNet OpenPose input midway between two input images.

Future features:

  • Interpolate Lineart: Use motion interpolation to create line-art ControlNet inputs midway between two input images.
  • More?

To install:

First, install https://github.com/Fannovel16/comfyui_controlnet_aux if you haven't already:

cd <ComfyUI installation directory>/custom_nodes
git clone https://github.com/Fannovel16/comfyui_controlnet_aux
cd comfyui_controlnet_aux
./install

Most of InterpolateEverything's (current) functionality depends on comfyui_controlnet_aux, and InterpolateEverything should fail to load if it's not installed.

Next, install this repo in custom_nodes as well:

cd .. # Assuming you're still in comfyui_controlnet_aux; otherwise go to <ComfyUI installation directory>/custom_nodes
git clone https://github.com/shockz0rz/ComfyUI_InterpolateEverything.git

And you're done!