Skip to content

Commit 5ee55cf

Browse files
authored
Added unsharp mask node to communityNodes.md (#5110)
## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update - [X] Community Node Submission ## Have you discussed this change with the InvokeAI team? - [ ] Yes - [X] No, because: ## Have you updated all relevant documentation? - [X] Yes - [ ] No ## Description ## Related Tickets & Documents <!-- For pull requests that relate or close an issue, please include them below. For example having the text: "closes #1234" would connect the current pull request to issue 1234. And when we merge the pull request, Github will automatically close the issue. --> - Related Issue # - Closes # ## QA Instructions, Screenshots, Recordings <!-- Please provide steps on how to test changes, any hardware or software specifications as well as any other pertinent information. --> ## Added/updated tests? - [ ] Yes - [X] No : _please replace this line with details on why tests have not been included_ ## [optional] Are there any post deployment tasks we need to perform?
2 parents 6f719b2 + 230dfdb commit 5ee55cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/nodes/communityNodes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ To use a community workflow, download the the `.json` node graph file and load i
3232
+ [Size Stepper Nodes](#size-stepper-nodes)
3333
+ [Text font to Image](#text-font-to-image)
3434
+ [Thresholding](#thresholding)
35+
+ [Unsharp Mask](#unsharp-mask)
3536
+ [XY Image to Grid and Images to Grids nodes](#xy-image-to-grid-and-images-to-grids-nodes)
3637
- [Example Node Template](#example-node-template)
3738
- [Disclaimer](#disclaimer)
@@ -316,6 +317,13 @@ Highlights/Midtones/Shadows (with LUT blur enabled):
316317
<img src="https://github.com/invoke-ai/InvokeAI/assets/34005131/0a440e43-697f-4d17-82ee-f287467df0a5" width="300" />
317318
<img src="https://github.com/invoke-ai/InvokeAI/assets/34005131/0701fd0f-2ca7-4fe2-8613-2b52547bafce" width="300" />
318319

320+
--------------------------------
321+
### Unsharp Mask
322+
323+
**Description:** Applies an unsharp mask filter to an image, preserving its alpha channel in the process.
324+
325+
**Node Link:** https://github.com/JPPhoto/unsharp-mask-node
326+
319327
--------------------------------
320328
### XY Image to Grid and Images to Grids nodes
321329

0 commit comments

Comments
 (0)