mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
4ee65d179c
* Updating Nodes documentation * Restructured nodes docs * Comfy to Invoke Overview * Corrections to Comfy -> Invoke Mappings * Adding GA4 to docs * Hiding CLI status * Node doc updates * File path updates * Updates based on lstein's feedback * Fix broken links * Fix broken links * Update comfy to invoke nodes list * Updated prompts documenation * Fix formatting
27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
# Nodes
|
|
|
|
## What are Nodes?
|
|
An Node is simply a single operation that takes in inputs and returns
|
|
out outputs. Multiple nodes can be linked together to create more
|
|
complex functionality. All InvokeAI features are added through nodes.
|
|
|
|
### Anatomy of a Node
|
|
|
|
Individual nodes are made up of the following:
|
|
|
|
- Inputs: Edge points on the left side of the node window where you connect outputs from other nodes.
|
|
- Outputs: Edge points on the right side of the node window where you connect to inputs on other nodes.
|
|
- Options: Various options which are either manually configured, or overridden by connecting an output from another node to the input.
|
|
|
|
|
|
With nodes, you can can easily extend the image generation capabilities of InvokeAI, and allow you build workflows that suit your needs.
|
|
|
|
You can read more about nodes and the node editor [here](../nodes/NODES.md).
|
|
|
|
To get started with nodes, take a look at some of our examples for [common workflows](../nodes/exampleWorkflows.md)
|
|
|
|
## Downloading New Nodes
|
|
To download a new node, visit our list of [Community Nodes](../nodes/communityNodes.md). These are nodes that have been created by the community, for the community.
|
|
|
|
|