Nodes/ComfyUI-PromptDrafter/DualLoraPromptDrafter
ComfyUI Node

DualLoraPromptDrafter

The legacy key for the prompt+LoRA node

By Carasibana·Created 8 months ago·Updated 6 months ago· 2
DualLoraPromptDrafter
    • positive_prompt
    • negative_prompt
    • loaded_loras
    • lora_stack
    • positive_raw
    • negative_raw
    positive_prompt
    negative_prompt
    lora_string
    push_lora_on_loadfalse
    positive_prefix
    positive_suffix
    negative_prefix
    negative_suffix
    prompt_name
    load_prompt

    This is the old registration key for ComfyUI-PromptDrafter's prompt-plus-LoRA node. In v1.3.3 the pack renamed everything to a Name_PromptDrafter scheme to avoid collisions with other custom node packs, so the current node is DualLora_PromptDrafter (displayed as "Dual Prompts - PromptDrafter + Loaded Loras"). DualLoraPromptDrafter still exists as a deprecated shim - identical code, marked DEPRECATED and hidden from the Add Node menu - kept solely so older saved workflows keep loading without error.

    If you're staring at this name in a workflow, it's the dual positive/negative prompt node with a lora_string field and LoRA Manager integration: the same positive_prompt, negative_prompt, lora_string, and push_lora_on_load inputs, the prefix/suffix quartet, the prompt_name/load_prompt save pair, and outputs of positive_prompt, negative_prompt, loaded_loras, lora_stack, positive_raw, and negative_raw. Nothing about the behavior changed in the rename - the node parses <lora:name:strength> into a LORA_STACK and syncs with ComfyUI-Lora-Manager exactly as the current version does. It's purely a naming update.

    What to do about it

    If an old workflow loads it, it just works - that's the entire point of the shim. If you want to tidy up, replace it with DualLora_PromptDrafter; the sockets are identical so it's a straight swap, just re-wire. One genuine reason to migrate: legacy compatibility paths are exactly the kind of thing a pack author eventually drops, and a workflow that depends on the old key is one bad update away from a missing node.

    Installing

    You get this node by installing the pack - ComfyUI Manager (search "PromptDrafter") or:

    cd ComfyUI/custom_nodes
    git clone https://github.com/Carasibana/ComfyUI-PromptDrafter
    

    Restart after. No dependencies beyond ComfyUI itself, no model downloads (the LoRA Manager integration wants that separate pack installed, but that's optional). For new work, search DualLora_PromptDrafter and skip the legacy key entirely.

    CategoryPromptDrafter

    Inputs (10)

    NameTypeDefaultDescription
    positive_promptSTRING
    negative_promptSTRING
    lora_stringSTRING
    push_lora_on_loadBOOLEANfalse
    positive_prefixoptSTRING
    positive_suffixoptSTRING
    negative_prefixoptSTRING
    negative_suffixoptSTRING
    prompt_nameoptSTRING
    load_promptoptCOMBO1 options:

    Outputs (6)

    NameTypeDescription
    positive_promptSTRING
    negative_promptSTRING
    loaded_lorasSTRING
    lora_stackLORA_STACK
    positive_rawSTRING
    negative_rawSTRING