A set of community node including a universal bus and a large Upscaler/Refiner
Welcome to MaraScott.AI nodes for ComfyUI.
So far, here is the list of developed nodes:
The AnyBus Node (AKA UniversalBus Node) is designed to provide a Universal Bus Node (as some might say) based on AnyType Input/Output.
Native Support
You can assume that any node input/output works like "UE Nodes / Use Everywhere" Nodes.
BUS Input/Output Support
Bus Nodes can be connected from one AnyBus Node to another, and we support the following Reroute Nodes as long as they are linked from an AnyBus Node before connecting it to another.
Set/Get Node Supported:
Reroute Node Supported:
Reroute Node Not Supported:
Here is a very simple workflow:
What does it intend to do?
In the world of ComfyUI, the spaghetti workflow can quickly become a mess. I personally was confused at some point by the get/set approach, which brought me to develop this AnyBus Node applying a profile approach to organize different Buses in the same workflow. One Bus has a maximum of 25 inputs/outputs (feel free to make an issue request for a higher maximum).
the profile setting :
the BusNode profile is a mecanism to synchronize BusNodes in the samw flow (connected by the Bus input/output) all nodes with the same profile name and connected together will be synchronized if one of them is modified
when adding a node, the profile is default, if you have another flow called main for example and you connect the bus output of the flow to the input of the default busnode, the main flow will synchronize the main input to the default one and change the profile name to main. this works only for default node, if you have a node called TextFlow and try to connect main to TextFlow, the connection will be refused. this allow to have multiple flow in the same workflow and avoid conflict
This AnyBus is dyslexia friendly :D
The Upscaler Refiner Node (AKA McBoaty Node) is an upscaler coupled with a refiner to achieve higher rendering results. The output image is a slightly modified image.
to use Tile Prompting
we recommend to setup your groq API key on your computer to improve tile prompting accurancy
Not Supported:
The Prompt From Image Node (AKA McPrompty Node) is a prompt generator node using an image as input coupled with llm engine (Grok) to generate the text. The output text can be used as prompt afterwards.
I would like to thank my AI Classroom Discord buddies with a shoutout to:
I would like to thank the following people for helping me out by providing their awesome code and advice on the AnyBus node:
I would like to thank
I might have forgotten some other people, please contact me if you want to appear here and please forgive me.
If anybody is interested in using these nodes, I'm following up on feature requests via the issues. If you have Node ideas, feel free to make a request in the issues.