# ComfyUI-Vextra-Nodes
**Repository Path**: custom_nodes_clone/ComfyUI-Vextra-Nodes
## Basic Information
- **Project Name**: ComfyUI-Vextra-Nodes
- **Description**: ComfyUI-Vextra-Nodes
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-09-15
- **Last Updated**: 2024-01-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# ComfyUI Vextra Nodes
Custom nodes for [ComfyUI](https://github.com/comfyanonymous/ComfyUI).
## Installation
1. Install [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
2. git clone in the ```custom_nodes``` folder inside your ComfyUI installation or download as zip and unzip the contents to ```custom_nodes/ComfyUI-Vextra-Nodes```.
3. Start/restart ComfyUI
## Nodes
### Pixel Sort
Pixel sorting effect by [satyarth](https://github.com/satyarth/pixelsort). Will install pixelsort module upon installation.
Read about pixel sorting [here](http://satyarth.me/articles/pixel-sorting/).
### Swap Color Mode (Black & White)
Swap the color mode to luminescence or single channel, useful for making mask or simply making stuff black & white. Also useful when changing rgb modes.
### Solid Color
Generates an empty solid color image with options for color, size and batch size.
### Glitch This
Add the Glitch This! effect.
### Add Text To Image
Supply the path to a .ttf file and add text to an image input. Has options for achor placement, rotation, color and more.
### Play Sound
Play sound during execution.
### Prettify Prompt (PromptGen)
Prettify prompt using gpt2 AI model.
### Generate Noise
Generate various noises to use in masks or blending.
### Flatten Colors
Flatten the colors of an image to a variable amount of colors.

## Citations
Pixel Sort by: [satyarth](https://github.com/satyarth)