Nodes Browser

ComfyDeploy: How WAS_Extras works in ComfyUI?

What is WAS_Extras?

Nodes:Conditioning (Blend), Inpainting VAE Encode (WAS), VividSharpen. Experimental nodes, or other random extra helper nodes.

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

WAS_Extras

Experimental nodes, or other random extra helper nodes.

Installation

  • Git clone the repo to ComfyUI/custom_nodes.
  • Or; install with ComfyUI Manager
  • Or; download the individual custom node .py files and put them in your ComfyUI/custom_nodes folder. Note: Still will need to install requirements.txt if using ksampler_sequence.py

Conditioning (Blend)

Blend prompt conditioning by different interpolation/operation methods.

DebugThis

Debug any input. It will print the object, as well as display a mapping of it if it's not a common type (like str, int, float, etc).

Inpainting VAE Encode

Download Inpainting_Example_Workflow_And_Images.zip

This node allows for mask offset erosion, and dilation for fine-tuning th emask. It also uses the mask result as the pixel masking for cleaner boundaries and ability to erode (shrink) the mask.

Vivid Sharpen

A python implementation of the Photoshop Vivid Sharpen technique

image

KSampler Sequence

A sequencer setup that allows you to sequence prompts in a looped Ksampler

Provides

  • CLIP Text Encode Sequence (Advanced)
    • Note: CLIPTextEncode will use BLK Advanced CLIP Text Encode if available.
  • KSampler Sequence

KSampler_Sequence_Workflow.zip image

BLVAEEncode

A VAE Encode that can store the latent in the workflow for easy sharing, potentially? Or something.

Workflow Example: ComfyUI_02554_