Nodes Browser
ComfyDeploy: How TGu Utilities works in ComfyUI?
What is TGu Utilities?
Nodes: MPN Switch, MPN Reroute, PN Switch. This is a set of custom nodes for ComfyUI. Mainly focus on control switches.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
TGu Utilities
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
TGu Utilities
Author: TGu-97
Introduction
This is a set of custom nodes for ComfyUI. Mainly focus on control switches.
Nodes
LoRA Switch
Controls whether a LoRA Loader and its corresponding trigger prompts will be included in the queue.
Inputs:
- model1: The original model.
- condition1: The original condition.
- model2: The original model + LoRA.
- condition2: The original condition + LoRA prompts, use Conditioning (Combine) or Conditioning (Concat).
Outputs:
- MODEL: If the switch is OFF, output model1. Otherwise model2.
- CONDITIONING: If the switch is OFF, output conditioning1. Otherwise conditioning2.