Nodes Browser
ComfyDeploy: How JH Misc. Nodes works in ComfyUI?
What is JH Misc. Nodes?
NODES: Daisy-Chainable String Constant, Two-Way Switch, Three-Way Switch, Preview Imag Miscellaneous custom nodes for ComfyUI
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
JH Misc. Nodes
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
Getting Started | Nodes | Credits
</div>JH Misc. Nodes
Miscellaneous custom nodes for ComfyUI that I made for my own use. Figured I might as well share.
Getting Started
Installing from GitHub
-
Install ComfyUI
-
Clone this repository into the
custom_nodes
folder:cd ComfyUI/custom_nodes git clone https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes.git
-
Install the required Python packages. If you're using
venv
andpip
that looks like this:cd ComfyUI-JH-Misc-Nodes pip install -r requirements.txt
If you're using Poetry, then it's just
cd ComfyUI-JH-Misc-Nodes poetry install
Nodes
Daisy-Chainable String Constant
<div align="center"> <img width="1391" alt="image" src="https://github.com/user-attachments/assets/77b0b3db-63da-4687-9029-59554a0fb0ac" /> </div>A node with a text input and a text widget. Any text typed into the widget will be stripped of excess whitespace and concatenated onto the end of the input text. Useful for breaking a prompt into pieces which can be edited independently.
Preview Image
<div align="center"> <img width="450" alt="image" src="https://github.com/user-attachments/assets/a1a5cdc8-20ee-4f0f-9e00-b97e5ce7cad0" /> </div>Takes an image or batch of images as an input, displays a preview of them, then passes them along to the output.