https://github.com/shahkoorosh/ComfyUI-KGnodes
A series of experimental nodes for ComfyUI
https://github.com/shahkoorosh/ComfyUI-KGnodes
Last synced: 5 months ago
JSON representation
A series of experimental nodes for ComfyUI
- Host: GitHub
- URL: https://github.com/shahkoorosh/ComfyUI-KGnodes
- Owner: shahkoorosh
- License: mit
- Created: 2024-12-22T20:37:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T18:39:31.000Z (6 months ago)
- Last Synced: 2024-12-23T19:34:02.669Z (6 months ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-KGnodes**
README
# KGnodes
This Custom node offers various experimental nodes to make it easier to use ComfyUI.

## Features
Custom Resolution Latent Node:
This node is specifically designed for use with SD 3.5 (of course, you can use it with other models like Flux). Users can select an aspect ratio and a target size of either 1MP or 2MP, and the node will then determine the optimal resolution for compatibility with SD3 models.
Style Selector:
This streamlined node leverages the A1111 Prompt Styler. While several nodes offer similar functionality, they typically require a find-and-replace node to parse the A1111 styles file. This node eliminates that requirement. Furthermore, it provides both positive and negative conditioning for enhanced control.
In this node, the CLIP input is optional. If you connect the input CLIP, you get conditioning (+/-), and if not, you get only the positive and negative stylized prompt text output.
## Installation
Search for `KGnodes` in "Comfy Manager" or alternatively:
1. Go to comfyUI custom_nodes folder, `ComfyUI/custom_nodes/`
2. Clone the repository `git clone https://github.com/shahkoorosh/ComfyUI-KGnodes.git`3. Install the requirements `pip install -r requirements.txt`
4. Restart ComfyUI.
The node resides under `Add Node/🎨KG`
## Acknowledgements
Thanks to [twri](https://github.com/twri/sdxl_prompt_styler) for SDXL Prompt Styler Node, [chibiace](https://github.com/chibiace/ComfyUI-Chibi-Nodes) for Prompts Node and [ControlAltAI](https://github.com/gseth/ControlAltAI-Nodes) for Flux Resolution Calc Node.