EasyUse/Promptgenerated
Portrait Master(portraitMaster)
The Portrait Master node (portraitMaster) is a prompt helper in the EasyUse/Prompt category.
portrait Master
positive
negative
Easy Use
The Portrait Master node (portraitMaster) is a prompt helper in the EasyUse/Prompt category. It does not accept any inputs; instead, it acts as a source of prompt text, returning two strings that can be connected to any downstream prompt or conditioning workflow.
Outputs
The node declares two outputs, both of type STRING.
- Output 1 (STRING): The first generated prompt string. This is normally the main/positive prompt text when connected to a text encoder or prompt combiner.
- Output 2 (STRING): The second generated prompt string. In the usual EasyUse prompt layout, this is the secondary/negative prompt text.
No output names are provided in the source metadata, so the positional order above is the stable interface.
Usage Notes
- Because the node has no inputs or widgets, it can be placed directly on the canvas and connected to prompt consumers without any configuration.
- Use the two
STRINGoutputs with text encoders, CLIP text encode nodes, or any node that accepts string prompt input. - Since the node belongs to
EasyUse/Prompt, it is designed to be combined with other prompt-construction nodes rather than used as a final conditioning stage. - If your workflow needs to change portrait attributes such as subject, lighting, or composition, those controls must come from other nodes; this version of Portrait Master exposes no such parameters.
Comments
Sign in with GitHub to join the discussion.