InvokeAI/docs/nodes/overview.md

27 lines
1.1 KiB
Markdown
Raw Normal View History

2023-07-19 12:04:17 +00:00
# Nodes
2023-07-21 06:35:41 +00:00
2023-07-19 12:04:17 +00:00
## 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
2023-07-19 12:04:17 +00:00
complex functionality. All InvokeAI features are added through nodes.
### Anatomy of a Node
2023-07-19 12:04:17 +00:00
Individual nodes are made up of the following:
2023-07-19 12:04:17 +00:00
- 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.
2023-07-19 12:04:17 +00:00
With nodes, you can can easily extend the image generation capabilities of InvokeAI, and allow you build workflows that suit your needs.
2023-07-19 12:04:17 +00:00
You can read more about nodes and the node editor [here](../nodes/NODES.md).
2023-07-19 12:04:17 +00:00
To get started with nodes, take a look at some of our examples for [common workflows](../nodes/exampleWorkflows.md)
2023-07-19 12:04:17 +00:00
## 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.
2023-07-19 12:04:17 +00:00