add placeholder for comfy workflows doc

This commit is contained in:
Alex "mcmonkey" Goodwin
2024-08-04 10:36:39 -07:00
parent 6742fff66d
commit e6256aaa39
3 changed files with 22 additions and 0 deletions

View File

@@ -30,3 +30,5 @@ So, all those parameters aren't enough, you want MORE control? Don't worry, we g
- You can now generate images as normal, but it will automatically use your workflow. This applies to all generation features, including the Grid Generator tool - which has its axes list automatically updated to the workflow parameter list!
- If you update the workflow in the comfy tab, you have to click `Use This Workflow` again to load your changes.
- If you want to go back to normal and remove the comfy workflow, make sure your parameters list is scrolled up, as there's a `Disable Custom Comfy Workflow` button you can click there.
More thorough information about custom Comfy Workflows will be in [Features/Custom Comfy Workflows](/docs/Features/Comfy-Workflows.md).

View File

@@ -0,0 +1,19 @@
# Custom Comfy Workflows In SwarmUI
(Placeholder)
**TODO:**
- generate outlinks to info about Comfy itself
- how to work with custom comfy workflows in general inside Swarm
- notably the workflow browser tool and all
- multi-backend split usage
- how to push to the Generate tab
- considerations like how save nodes work
- how to use power features like Grid generation with comfy workflows
- how to use the Comfy Workflow parameter to grid different workflows at once
- how to remove the comfy link
- Generate tab parameters:
- how the default workflow parameter linker works
- how to link default parameters (primitives)
- how to build custom parameters and groups (`SwarmInput` nodes)
- how to use the Simple tab (how to add/configure workflows there, how to share them with others)

View File

@@ -8,3 +8,4 @@ See [The Docs Readme](/docs/README.md) for general listing of documentation and
- [IP Adapter and ReVision](/docs/Features/IPAdapter-ReVision.md) for details about image-prompting with IP-Adapter and ReVision.
- [ControlNet](/docs/Features/ControlNet.md) for info about using ControlNets.
- [Video](/docs/Features/Video.md) for info about generating videos.
- [Custom Comfy Workflows](/docs/Features/Comfy-Workflows.md) for info about getting the most out of custom Comfy workflows in SwarmUI.