AstraliteHeart's picture
Push basic workflow
51ae96e
# ComfyUI PonyNoise Node
## Download
📦 [ComfyUI_PonyNoise.zip](ComfyUI_PonyNoise.zip)
## Overview
ComfyUI uses CPU noise by default to ensure consistency across different platforms, while `diffusers` use GPU noise by default. However, GPU noise generation may vary between different GPU models, although it typically remains consistent across the latest NVIDIA cards.
This custom node provides the flexibility to switch between GPU and CPU noise generation modes, enabling you to match `diffusers` output on the same machine when needed.
## Usage
To get started with the PonyNoise node, please refer to the [noise selection workflow](../workflows/pony-v7-noise-selection.png) which demonstrates proper configuration and integration with your generation pipeline.
## Installation
1. Download the [ComfyUI_PonyNoise.zip](ComfyUI_PonyNoise.zip) file
2. Extract the contents to your ComfyUI custom nodes directory
3. Restart ComfyUI
4. Load the workflow
## Acknowledgments
Special thanks to [Silver](https://github.com/silveroxides) for adapting the [ComfyUI Noise nodes](https://github.com/BlenderNeko/ComfyUI_Noise) and helping with workflows.