https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes
Miscellaneous custom nodes for ComfyUI
https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes
Last synced: 4 months ago
JSON representation
Miscellaneous custom nodes for ComfyUI
- Host: GitHub
- URL: https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes
- Owner: ComfyUI-JH
- License: mit
- Created: 2024-12-18T17:37:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-27T19:59:57.000Z (4 months ago)
- Last Synced: 2024-12-27T20:28:07.652Z (4 months ago)
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **JH Misc. Nodes** - Chainable String Constant, Two-Way Switch, Three-Way Switch, Preview Imag (All Workflows Sorted by GitHub Stars)
README
![]()
![]()
![]()
![]()
![]()
![]()
---
[**Getting Started**](#getting-started) | [**Nodes**](#nodes) | [**Credits**](#credits)
---# 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
1. Install [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
2. Clone this repository into the `custom_nodes` folder:
```
cd ComfyUI/custom_nodes
git clone https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes.git
```3. Install the required Python packages. If you're using `venv` and `pip` that looks like this:
```
cd ComfyUI-JH-Misc-Nodes
pip install -r requirements.txt
```If you're using [Poetry](https://python-poetry.org/), then it's just
```
cd ComfyUI-JH-Misc-Nodes
poetry install
```# Nodes
## Daisy-Chainable String Constant
![]()
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
![]()
Takes an image or batch of images as an input, displays a preview of them, then passes them along to the output.