Mithril-Nodes for ComfyUI
Mithril-Nodes is a collection of custom nodes for ComfyUI that enhance workflow modularity, data routing, and configuration management. These nodes help you build more dynamic, organized, and reusable pipelines for generative AI workflows.
Nodes (7)
Get Multiplexer Gateway reads what Set wrote
What Mithril Debug Viewer actually dumps
Mithril JSON Builder turns wires into key/value pairs
Mithril Multiplexer routes by name, not by order
Mithril Multiplexer Input is the tag, not the switch
A text node is a text node — but this one exists so a value can come from a wire
Set Multiplexer Gateway is a named exit point
ComfyUI Named Configs
These custom nodes for ComfyUI allow you to create "variables" or "named configurations" within your workflow. You can save the output of any node (a model, a camera configuration, a latent, etc.) with a name, and then retrieve it at any other point in the workflow using a convenient dropdown menu.
This is extremely useful for organizing complex workflows and for easily controlling them via API.
Nodes
Set Named Config: Takes an input and assigns it a name.Get Named Config: Provides a dropdown menu with all saved configurations and returns the selected one.
Installation
- Open the ComfyUI Manager.
- Click on Install Custom Nodes.
- Search for
Named Configsand click Install. - Restart ComfyUI.
Example Usage
(Here you can insert a screenshot of your workflow, like the one you showed me!)