ComfyUI Extension
ComfyUI_Output_as_Input
Simple ComfyUI custom node that allows you to use recent output images as input in your workflows. It does not allow image uploads.
a-und-b/ComfyUI_Output_as_Input
Nodes1
On cloudLocal install
Categoryimage
Stars2
Updatedabout a year ago
Nodes (1)
Readme
[!NOTE] There is now a native ComfyUI node called "Load Image (from Outputs)" available.
I recommend using it instead. As a result, this repository is no longer under development.
ComfyUI_Output_as_Input
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.
Manual Installation
- Download the
output_as_input_node.pyfile. - Move the file to the
custom_nodesfolder 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.
Usage
- Add the
OutputAsInputnode to your ComfyUI workflow. - Connect the
OutputAsInputnode to the node that generates the image you want to use as input. - Connect the
OutputAsInputnode to the node that will use the image as input.