Skip to content

Commit 94bdf40

Browse files
committed
add example workflow and update readme
1 parent 038a36d commit 94bdf40

File tree

5 files changed

+918
-4
lines changed

5 files changed

+918
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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
44

5+
## Example Image and Workflow
6+
7+
<p align="center">
8+
<img src="examples/workflow_output.png" width="50%" />
9+
<img src="examples/example_workflow.png"/>
10+
</p>
11+
12+
Both images have the workflow attached, and it is included so feel free to use it as base
13+
514
## Node List
615

716
- ArithmeticBlend: Blends two images using arithmetic operations like addition, subtraction, and difference.
@@ -20,10 +29,6 @@ A collection of post processing nodes for [ComfyUI](https://github.com/comfyanon
2029
- Sharpen: Enhances the details in an image by applying a sharpening filter
2130
- Solarize: Inverts image colors based on a threshold for a striking, high-contrast effect
2231

23-
## Example workflow
24-
25-
![__image__](images/example-workflow.png)
26-
2732
## Combine Nodes
2833

2934
By default `post_processing_nodes.py` should have all of the combined nodes. If you want a subset of nodes, you can run
@@ -35,3 +40,7 @@ or just run
3540
python combine_files.py -h
3641

3742
for more help
43+
44+
## Old Nodes
45+
46+
Some nodes have been have been added to the main repo, feel free to use those instead as they work perfectly fine. Old versions are still kept around for backwards compatability.

0 commit comments

Comments
 (0)