Nodes Browser

ComfyDeploy: How InterpolateEverything works in ComfyUI?

What is InterpolateEverything?

Nodes: Interpolate Poses, Interpolate Lineart, ... Custom nodes for interpolating between, well, everything in the Stable Diffusion ComfyUI.

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 InterpolateEverything and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

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!