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
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
CrasH Utils
and select it - 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.
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
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.
Query Local LLM
Send a query to an OpenAI compatible API (including local LLMs), and then outputs the response.
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.
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.