Skip to content

Webui Nodes

Plads edited this page Jul 23, 2023 · 12 revisions

This is an overview of the custom Webui node bindings added by this extension to your linked ComfyUI installation.

Loaders

Webui Checkpoint

This node serves as a reference to the currently loaded Webui checkpoint in ComfyUI.

ezgif com-video-to-gif(2)

Images

Webui Save Image

This node allows you to save images to the designated folders set up under Settings > Paths for saving in the Webui.

ezgif com-video-to-gif(3)

Please note that the behavior of this node aligns with the settings configured in the Webui.
If you have specified general paths for images and grids instead of individual ones in the Webui settings, only the -grids or -images part of the dropdown selection is relevant.

Webui Pipeline

Postprocess From Webui/Postprocess To Webui

These nodes allow you to run ComfyUI workflows under either the txt2img or img2img tabs after each generation.

This is the default workflow that does nothing:

The Postprocess From Webui node returns the image that the Webui generated. The Postprocess To Webui node accepts an image, saves it, and displays it in the viewport. You can have as many of either of these nodes as you want in your workflow (just keep in mind that an additional image is saved every time you connect a Postprocess To Webui node to your workflow).

The Postprocess From Webui node acts as a reference to the same last generated batch (controlled by the "batch size" slider in the generation parameters of the webui). You can use as many as you want to help manage your workflow routing, for example.