mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
# Community Nodes
|
|
|
|
These are nodes that have been developed by the community for the community. If you're not sure what a node is, you can learn more about nodes [here](overview.md).
|
|
|
|
If you'd like to submit a node for the community, please refer to the [node creation overview](overview.md).
|
|
|
|
To download a node, simply download the `.py` node file from the link and add it to the `/app/invocations/` folder in your Invoke AI install location. Along with the node, an example node graph should be provided to help you get started with the node.
|
|
|
|
To use a community node graph, download the the `.json` node graph file and load it into Invoke AI via the **Load Nodes** button on the Node Editor.
|
|
|
|
## List of Nodes
|
|
|
|
--------------------------------
|
|
### Super Cool Node Template
|
|
|
|
**Description:** This node allows you to do super cool things with InvokeAI.
|
|
|
|
**Node Link:** https://github.com/invoke-ai/InvokeAI/fake_node.py
|
|
|
|
**Example Node Graph:** https://github.com/invoke-ai/InvokeAI/fake_node_graph.json
|
|
|
|
**Output Examples**
|
|
|
|
![Invoke AI](https://invoke-ai.github.io/InvokeAI/assets/invoke_ai_banner.png)
|
|
|
|
|
|
## Help
|
|
If you run into any issues with a node, please post in the [InvokeAI Discord](https://discord.gg/ZmtBAhwWhy). |