mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update communityNodes.md (#4999)
Added Average Images node ## 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 Added a new community node that averages input images.
This commit is contained in:
commit
8dca194e2c
@ -9,6 +9,7 @@ To download a node, simply download the `.py` node file from the link and add it
|
|||||||
To use a community workflow, download the the `.json` node graph file and load it into Invoke AI via the **Load Workflow** button in the Workflow Editor.
|
To use a community workflow, download the the `.json` node graph file and load it into Invoke AI via the **Load Workflow** button in the Workflow Editor.
|
||||||
|
|
||||||
- Community Nodes
|
- Community Nodes
|
||||||
|
+ [Average Images](#average-images)
|
||||||
+ [Depth Map from Wavefront OBJ](#depth-map-from-wavefront-obj)
|
+ [Depth Map from Wavefront OBJ](#depth-map-from-wavefront-obj)
|
||||||
+ [Film Grain](#film-grain)
|
+ [Film Grain](#film-grain)
|
||||||
+ [Generative Grammar-Based Prompt Nodes](#generative-grammar-based-prompt-nodes)
|
+ [Generative Grammar-Based Prompt Nodes](#generative-grammar-based-prompt-nodes)
|
||||||
@ -33,6 +34,13 @@ To use a community workflow, download the the `.json` node graph file and load i
|
|||||||
- [Help](#help)
|
- [Help](#help)
|
||||||
|
|
||||||
|
|
||||||
|
--------------------------------
|
||||||
|
### Average Images
|
||||||
|
|
||||||
|
**Description:** This node takes in a collection of images of the same size and averages them as output. It converts everything to RGB mode first.
|
||||||
|
|
||||||
|
**Node Link:** https://github.com/JPPhoto/average-images-node
|
||||||
|
|
||||||
--------------------------------
|
--------------------------------
|
||||||
### Depth Map from Wavefront OBJ
|
### Depth Map from Wavefront OBJ
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user