EasyUse/Adaptergenerated

Easy Apply LoraPrompt(applyLoraPrompt)

The Easy Apply LoraPrompt node (applyLoraPrompt) is an adapter in the EasyUse/Adapter category.

apply Lora Prompt

model
clip
model
clip
positive
negative
positive
STRING
negative
STRING
Easy Use

The Easy Apply LoraPrompt node (applyLoraPrompt) is an adapter in the EasyUse/Adapter category. It takes a model/CLIP pair plus positive and negative prompt text, resolves LoRA references from those prompt strings, applies the referenced LoRAs to the model and CLIP, and returns the updated model/CLIP together with the prompt strings as plain text outputs.

Inputs

InputTypeRequiredDefaultDescription
modelMODELYesThe model to which any referenced LoRA should be applied.
clipCLIPYesThe CLIP model to which any referenced LoRA should be applied.
positiveSTRINGYes""Positive prompt text. LoRA references embedded in this text are resolved by the node.
negativeSTRINGNo""Negative prompt text. This input is optional and can be left disconnected.

Outputs

OutputTypeDescription
MODELMODELThe model after the referenced LoRA has been applied.
CLIPCLIPThe CLIP model after the referenced LoRA has been applied.
STRINGSTRINGThe positive prompt text, available for downstream prompt processing.
STRINGSTRINGThe negative prompt text, available for downstream prompt processing.

Usage Notes

  • This node does not expose a separate LoRA-name widget. LoRA selection and strength are expected to come from the prompt text itself, which makes it convenient for reusable prompt templates.
  • The returned MODEL and CLIP outputs are the shared model/CLIP pair used for conditioning. Any LoRA resolved from the prompt text affects both positive and negative conditioning because both are encoded with the same returned CLIP/model.
  • The string outputs are plain text, not conditioning. Connect them to a CLIPTextEncode node, using the returned CLIP, to create actual conditioning.
  • If negative is left unconnected, the negative string output is an empty string.
  • When no LoRA reference is present, the node acts as a pass-through for the model, CLIP, and prompt text, so it is safe to keep in a workflow even when no LoRA is being used.

Comments

Sign in with GitHub to join the discussion.

Loading comments…
Easy Apply LoraPrompt (applyLoraPrompt) - ComfyUI-Easy-Use | ComfyUI Wiki