@@ -13,16 +13,20 @@ If you'd prefer, you can also just download the whole node folder from the linke
13
13
To use a community workflow, download the ` .json ` node graph file and load it into Invoke AI via the ** Load Workflow** button in the Workflow Editor.
14
14
15
15
- Community Nodes
16
+ + [ Anamorphic Tools] ( #anamorphic-tools )
16
17
+ [ Adapters-Linked] ( #adapters-linked-nodes )
17
18
+ [ Autostereogram] ( #autostereogram-nodes )
18
19
+ [ Average Images] ( #average-images )
19
20
+ [ Clean Image Artifacts After Cut] ( #clean-image-artifacts-after-cut )
20
21
+ [ Close Color Mask] ( #close-color-mask )
21
22
+ [ Clothing Mask] ( #clothing-mask )
22
23
+ [ Contrast Limited Adaptive Histogram Equalization] ( #contrast-limited-adaptive-histogram-equalization )
24
+ + [ Curves] ( #curves )
23
25
+ [ Depth Map from Wavefront OBJ] ( #depth-map-from-wavefront-obj )
24
26
+ [ Enhance Detail] ( #enhance-detail )
25
27
+ [ Film Grain] ( #film-grain )
28
+ + [ Flip Pose] ( #flip-pose )
29
+ + [ Flux Ideal Size] ( #flux-ideal-size )
26
30
+ [ Generative Grammar-Based Prompt Nodes] ( #generative-grammar-based-prompt-nodes )
27
31
+ [ GPT2RandomPromptMaker] ( #gpt2randompromptmaker )
28
32
+ [ Grid to Gif] ( #grid-to-gif )
@@ -61,6 +65,13 @@ To use a community workflow, download the `.json` node graph file and load it in
61
65
- [ Help] ( #help )
62
66
63
67
68
+ --------------------------------
69
+ ### Anamorphic Tools
70
+
71
+ ** Description:** A set of nodes to perform anamorphic modifications to images, like lens blur, streaks, spherical distortion, and vignetting.
72
+
73
+ ** Node Link:** https://github.com/JPPhoto/anamorphic-tools
74
+
64
75
--------------------------------
65
76
### Adapters Linked Nodes
66
77
@@ -132,6 +143,13 @@ Node Link: https://github.com/VeyDlin/clahe-node
132
143
View:
133
144
</br ><img src =" https://raw.githubusercontent.com/VeyDlin/clahe-node/master/.readme/node.png " width =" 500 " />
134
145
146
+ --------------------------------
147
+ ### Curves
148
+
149
+ ** Description:** Adjust an image's curve based on a user-defined string.
150
+
151
+ ** Node Link:** https://github.com/JPPhoto/curves-node
152
+
135
153
--------------------------------
136
154
### Depth Map from Wavefront OBJ
137
155
@@ -162,6 +180,20 @@ To be imported, an .obj must use triangulated meshes, so make sure to enable tha
162
180
163
181
** Node Link:** https://github.com/JPPhoto/film-grain-node
164
182
183
+ --------------------------------
184
+ ### Flip Pose
185
+
186
+ ** Description:** This node will flip an openpose image horizontally, recoloring it to make sure that it isn't facing the wrong direction. Note that it does not work with openpose hands.
187
+
188
+ ** Node Link:** https://github.com/JPPhoto/flip-pose-node
189
+
190
+ --------------------------------
191
+ ### Flux Ideal Size
192
+
193
+ ** Description:** This node returns an ideal size to use for the first stage of a Flux image generation pipeline. Generating at the right size helps limit duplication and odd subject placement.
194
+
195
+ ** Node Link:** https://github.com/JPPhoto/flux-ideal-size
196
+
165
197
--------------------------------
166
198
### Generative Grammar-Based Prompt Nodes
167
199
0 commit comments