Doom Text Enter
Doom Text Enter
- text
Doom Text Enter is about as simple as a node gets: a multiline text box, one text input, one text output, and it passes whatever you type straight through. No parsing, no magic, no models. If you've used any "String" or "Text" node in ComfyUI, you already know what this does.
So why does it exist? Because in real workflows you keep wanting a dedicated, easy-to-find place to type text - one that doesn't double as something else. Prompts that feed a prompt builder, notes that flow into a save node's metadata, captions, filenames, seed notes. Instead of hunting through the node you're wiring it to, you put a Doom Text Enter upstream with a clean label and a big editable box, and your text has a home.
The inputs and outputs
- text - the string you type. Multiline, so paste paragraphs without complaint. The default is a placeholder ("Введите текст здесь..." - "enter text here"), which is the pack's Russian author leaking through; replace it.
- text (output) - the identical string, unchanged, for wiring onward.
That's the entire contract. It feeds any STRING input in ComfyUI, and it composes with the rest of the Doom prompt family: Doom Text Enter → DoomPromptBuilder → sampler, or Doom Text Enter → DoomPromptSave if you want a scratch prompt logged to disk.
Setup
Standard pack install:
cd ComfyUI/custom_nodes
git clone https://github.com/PeterMikhai/Doom_Flux_NodePack
Restart ComfyUI, or search "DoomAI Nodes" in Manager. No dependencies.
Notes, because there's not much to trip over
- It's a pass-through, not a storage node. The text lives in the workflow JSON like any widget - this doesn't read files or remember state between sessions beyond what ComfyUI already saves.
- Empty string is a valid value. Wire it into a prompt with empty text and you'll get an empty prompt, not an error. If you want conditional behavior (skip when empty), that's a different node's job - DoomPromptBuilder, conveniently, skips empty sections.
- The default text is Russian. Minor, but if you add this node and wonder why "enter your text here" looks different, that's why. Type over it.
That's honestly all there is to it. Not every node in a 40+ pack needs to be exciting - Doom Text Enter is the pack's version of a blank page, and sometimes that's exactly the tool you reach for.
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Введите текст здесь... | Произвольный текст; подаётся на выход как есть |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |