Nodes Browser

ComfyDeploy: How CrasH Utils works in ComfyUI?

What is CrasH Utils?

A mixture of effects and quality of life nodes. Nodes: ImageGlitcher (gives an image a cool glitchy effect), ColorStylizer (highlights a single color in an image), QueryLocalLLM (queries a local LLM API though oobabooga), SDXLReslution (resolution picker for the standard SDXL resolutions, the complete list), SDXLResolutionSplit (splits the SDXL resolution into width and height).

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

CrasH Utils Custom Nodes

Image Glitcher

Based on the HTML image glitcher by Felix Turner here.

image

Usage

Should be fairly simple to use - simply plug in an image to the input.

  • glitchiness - controls how much glitch corruption / chromatic abberation will be present
  • brightness - brightens the image, useful when using the scanlines option
  • scanlines - adds CRT TV style scanlines to the image

ComfyUI_temp_cknmh_000362_

Color Stylizer

This node allows you to pick a single color in the image and greyscale everything else, keeping just the one color. It still needs a little work.

srg_sdxl_preview_temp_utykd_00003_ ComfyUI_temp_tsubu_00004_

Query Local LLM

Send a query to the oobabooga API which runs local LLMs, and then outputs the response. Make sure you've enabled the API option in your oobabooga session.

image

SDXL Resolution Picker

Allows you to choose from the pre-trained resolutions that SDXL supports. There are other existing custom nodes that do this, but none that I could see had the full list of resolutions.

image image

SDXL Resolution Split

Converst the SDXL Resolution into width and height. This allows you to send your selected resolution around with just a single connection and then split it out where you need to, reducing the spaghetti lines.

image