Skip to content

Commit 726da75

Browse files
authored
Update README.md
collapsible node list and new install instructions
1 parent a8dbdb2 commit 726da75

File tree

1 file changed

+26
-9
lines changed

1 file changed

+26
-9
lines changed

README.md

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ComfyUI-post-processing-nodes
22

3-
A collection of post processing nodes for [ComfyUI](https://github.com/comfyanonymous/ComfyUI), simply download this repo and drag `post_processing_nodes.py` into your `custom_nodes/` folder
3+
A collection of post processing nodes for [ComfyUI](https://github.com/comfyanonymous/ComfyUI), which enable a variety of visually striking image effects
44

55
## Example Image and Workflow
66

@@ -9,31 +9,48 @@ A collection of post processing nodes for [ComfyUI](https://github.com/comfyanon
99
<img src="examples/example_workflow.png"/>
1010
</p>
1111

12-
Both images have the workflow attached, and it is included so feel free to use it as base
12+
Both images have the workflow attached, and are included with the repo. Feel free to submit more examples as well!
1313

14-
## Node List
14+
---
15+
16+
<details>
17+
<summary>$\Large\color{#00A7B5}\text{Expand Node List}$</summary>
18+
19+
<br/>
1520

1621
- ArithmeticBlend: Blends two images using arithmetic operations like addition, subtraction, and difference.
1722
- Blend: Blends two images together with a variety of different modes
1823
- Blur: Applies a Gaussian blur to the input image, softening the details
1924
- CannyEdgeDetection: Applies Canny edge detection to the input image
2025
- Chromatic Aberration: Shifts the color channels in an image, creating a glitch aesthetic
21-
- **ColorCorrect: Adjusts the color balance, temperature, hue, brightness, contrast, saturation, and gamma of an image**
26+
- $\color{#00A7B5}\textbf{ColorCorrect:}$ Adjusts the color balance, temperature, hue, brightness, contrast, saturation, and gamma of an image
2227
- Dissolve: Creates a grainy blend of two images using random pixels based on a dissolve factor.
2328
- DodgeAndBurn: Adjusts image brightness using dodge and burn effects based on a mask and intensity.
2429
- FilmGrain: Adds a film grain effect to the image, along with options to control the temperature, and vignetting
2530
- Glow: Applies a blur with a specified radius and then blends it with the original image. Creates a nice glowing effect.
26-
- **KuwaharaBlur: Applies an edge preserving blur, creating a stunning and unique effect.**
31+
- $\color{#00A7B5}\textbf{KuwaharaBlur:}$ Applies an edge preserving blur, creating a more realistic blur than Gaussian.
2732
- Parabolize: Applies a color transformation effect using a parabolic formula
2833
- PencilSketch: Converts an image into a hand-drawn pencil sketch style.
29-
- **PixelSort: Rearranges the pixels in the input image based on their values, and input mask. Creates a cool glitch like effect.**
34+
- $\color{#00A7B5}\textbf{PixelSort:}$ Rearranges the pixels in the input image based on their values, and input mask. Creates a cool glitch like effect.
3035
- Pixelize: Applies a pixelization effect, simulating the reducing of resolution
31-
- **Quantize: Set and dither the amount of colors in an image from 0-256, reducing color information**
36+
- $\color{#00A7B5}\textbf{Quantize:}$ Set and dither the amount of colors in an image from 0-256, reducing color information
3237
- Sharpen: Enhances the details in an image by applying a sharpening filter
33-
- **Solarize: Inverts image colors based on a threshold for a striking, high-contrast effect**
38+
- $\color{#00A7B5}\textbf{Solarize:}$ Inverts image colors based on a threshold for a striking, high-contrast effect
3439
- Vignette: Applies a vignette effect, putting the corners of the image in shadow
40+
41+
42+
$\color{#00A7B5}\textbf{Bolded Color Nodes}$ are my personal favorites, and highly recommended to expirement with
43+
44+
</details>
45+
46+
---
47+
48+
## Install
49+
50+
To install these nodes
3551

36-
**Bolded Nodes are my Personal Favorites, and highly recommended to expirement with**
52+
- Navigate to your `/ComfyUI/custom_nodes/` folder
53+
- Run `git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes/`
3754

3855
## Combine Nodes
3956

0 commit comments

Comments
 (0)