https://github.com/PixelML/ComfyUI-PixelML-CustomNodes
https://github.com/PixelML/ComfyUI-PixelML-CustomNodes
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/PixelML/ComfyUI-PixelML-CustomNodes
- Owner: PixelML
- Created: 2025-01-16T02:54:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T09:40:28.000Z (3 months ago)
- Last Synced: 2025-01-17T10:31:03.084Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **PixelML ComfyUI Nodes**
README
# PixelML ComfyUI Nodes
A collection of custom nodes for ComfyUI focused on variable handling and workflow automation.
## Installation
1. Clone this repository into your ComfyUI `custom_nodes` directory:
2. Install dependencies```shell
pip install -r requirements.txt
```# Acknowledgements
diffusers: https://github.com/huggingface/diffusers
openai - consistencydecoder: https://github.com/openai/consistencydecoder
reddit user Total-Resort-3120 for float ramp node