This is a simple custom ComfyUI node that allows you to easily use recent output images as input in your workflows. It does not allow image uploads on purpose and does not require any additional dependencies.
- Download the
output_as_input_node.py
file. - Move the file to the
custom_nodes
folder in your ComfyUI directory. - Restart ComfyUI.
As soon as this node is published in the official ComfyUI registry, it will be available for installation via the ComfyUI extension manager.
- Add the
OutputAsInput
node to your ComfyUI workflow. - Connect the
OutputAsInput
node to the node that generates the image you want to use as input. - Connect the
OutputAsInput
node to the node that will use the image as input.