DualLoraPromptDrafter
The legacy key for the prompt+LoRA node
- positive_prompt
- negative_prompt
- loaded_loras
- lora_stack
- positive_raw
- negative_raw
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.
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| positive_prompt | STRING | — | |
| negative_prompt | STRING | — | |
| lora_string | STRING | — | |
| push_lora_on_load | BOOLEAN | false | — |
| positive_prefixopt | STRING | — | |
| positive_suffixopt | STRING | — | |
| negative_prefixopt | STRING | — | |
| negative_suffixopt | STRING | — | |
| prompt_nameopt | STRING | — | |
| load_promptopt | COMBO | 1 options: |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| positive_prompt | STRING | — |
| negative_prompt | STRING | — |
| loaded_loras | STRING | — |
| lora_stack | LORA_STACK | — |
| positive_raw | STRING | — |
| negative_raw | STRING | — |