You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-9Lines changed: 26 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ComfyUI-post-processing-nodes
2
2
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
4
4
5
5
## Example Image and Workflow
6
6
@@ -9,31 +9,48 @@ A collection of post processing nodes for [ComfyUI](https://github.com/comfyanon
9
9
<imgsrc="examples/example_workflow.png"/>
10
10
</p>
11
11
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!
- ArithmeticBlend: Blends two images using arithmetic operations like addition, subtraction, and difference.
17
22
- Blend: Blends two images together with a variety of different modes
18
23
- Blur: Applies a Gaussian blur to the input image, softening the details
19
24
- CannyEdgeDetection: Applies Canny edge detection to the input image
20
25
- 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
22
27
- Dissolve: Creates a grainy blend of two images using random pixels based on a dissolve factor.
23
28
- DodgeAndBurn: Adjusts image brightness using dodge and burn effects based on a mask and intensity.
24
29
- FilmGrain: Adds a film grain effect to the image, along with options to control the temperature, and vignetting
25
30
- 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.
27
32
- Parabolize: Applies a color transformation effect using a parabolic formula
28
33
- 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.
30
35
- 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
32
37
- 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
34
39
- 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
35
51
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/`
0 commit comments