Nodes Browser
ComfyDeploy: How ComfyUI-BadmanNodes works in ComfyUI?
What is ComfyUI-BadmanNodes?
Nodes:Badman_Blend, Badman_HexGenerator, Badman_String, Badman_Concat_String, Badman_Print, BadmanIO, BadmanIntUtil
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
ComfyUI-BadmanNodes
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
Badman Utiliity Nodes
A small collection of Utility and quality of Life Nodes developed to aid me in my workflows. Nothing special and nothing crazy, just extending certain functionalities of base nodes.
Files
BadmanCLIPTextEncodeSDXLRegion : SDXL conditioning Node intended for use with CutOff, sadly SDXL does not do too well with CutOff.
ImageBlend(Badman) : Extended Image Blend node with some extra blend functions.
Int Math (Badman) : Integer Math node with some basic Math functions
HexGenerator(Badman) : Node that generates Hex Colors from linear RGB Values
String (Badman) : Simple String Type node
Concat String (Badman) : Simple String Concat Node with a new line option, ideal for combining Tokens from BLIP or CLIP interrogation
Print (Badman) : Prints String input to console
IO Config (Badman) : IO configurator that sets up paths dynamically to be stored in setter nodes
Select String from List (Badman): Selects a specific String from a String List output and forwards this to the output. Can be used to target a specific String when loading prompts from files or from a multi image BLIP interrogator.
TODO
- IO Config (Badman) : Refactor to allow for renaming specific I/O paths, currently fixed path names that I tend to use.