Custom nodes for interpolating between, well, everything in the Stable Diffusion ComfyUI.
Custom nodes for interpolating between, well, everything in the Stable Diffusion ComfyUI.
Current functionality:
Future features:
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!