https://github.com/oshtz/ComfyUI-oshtz-nodes
Custom nodes for specific workflows
https://github.com/oshtz/ComfyUI-oshtz-nodes
comfyui comfyui-nodes
Last synced: 2 months ago
JSON representation
Custom nodes for specific workflows
- Host: GitHub
- URL: https://github.com/oshtz/ComfyUI-oshtz-nodes
- Owner: oshtz
- License: mit
- Created: 2024-09-16T15:24:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T15:30:05.000Z (2 months ago)
- Last Synced: 2025-04-03T16:35:22.330Z (2 months ago)
- Topics: comfyui, comfyui-nodes
- Language: Python
- Homepage:
- Size: 1.06 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-comfyui - **oshtz Nodes**
README
# ComfyUI-oshtz-nodes
Custom nodes for ComfyUI created for some of my workflows.### LLM All-in-One Node
Easy GPT/Claude integration in ComfyUI:
- OpenAI & Anthropic models
- Image-to-text capabilities### String Splitter Node
Split text into multiple outputs:
- Up to 10 separate outputs
- Customizable separator### LoRA Switcher Node
Efficient LoRA switch made for API use:
- Switch between up to 40 LoRAs in a single node (10, 20, 40)
- Fine-tune strength### Image Overlay Node (Beta 🚧)
Combine images with precision:**Current Features**
- Basic image compositing
- Position control (X/Y)
- Transparency adjustment
- Auto size matching
- Alpha channel support**Coming Soon**
- Advanced positioning
- Transform controls
- Multiple blend modes
- Layer management
- Interactive preview## Installation
First navigate to your ComfyUI installation custom nodes directory.
1. Clone this repository:
```bash
git clone https://github.com/oshtz/ComfyUI-oshtz-nodes.git
```2. Install the required dependencies:
```bash
cd ComfyUI-oshtz-nodes
pip install -r requirements.txt
```## Requirements
- requests
- torch
- pydantic
- Pillow
- boto3 (>= 1.34.101)## License
This project is open-source and available under the MIT License.