DP Random Vehicle Generator
Instant vehicle-description prompt text
- STRING
The last of this pack's themed generators in this batch, and the mechanically simplest to explain because you've probably already seen its siblings: same two dials, no input needed, a randomized text fragment out the other end - this one describing a vehicle, complete with type, modifications, and the environment it's sitting in. Handy for concept-art batches, background filler in a wider scene, or just breaking a creative block when "car" isn't specific enough to get an interesting result.
How it works
style_complexity (1-5) controls how much gets packed into the description - a low value keeps it to the basics (type, maybe one modification), a high value stacks on more detail across modifications and setting. generation_mode chooses between randomize (new pick every run, the default) and fixed (repeatable, once you've found a description worth keeping). Like the rest of this family, there's no prompt input - it's generating from its own internal vocabulary, not transforming something you feed it.
Inputs and outputs
Required:
style_complexity(1-5, default 3, integer).generation_mode-fixedorrandomize(defaultrandomize).
No optional inputs.
One output: a STRING - the generated vehicle description, ready to concatenate into a larger prompt or feed straight to a text-encode node if the vehicle is the whole subject.
Installing it
ComfyUI Manager: search ComfyUI-Desert-Pixel-Nodes, install, restart. Manual:
cd ComfyUI/custom_nodes
git clone https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes
Restart ComfyUI - text generation only, nothing to download.
Where people get tripped up
Same familiar note as the rest of this pack's random generators: no seed, only fixed/randomize. Catch a description you like on a randomize run and want to reuse it later - flip to fixed and copy the text out immediately, because there's no way to reconstruct a specific past random result.
Vehicles specifically are a category where base-model competence varies a lot more than people expect - some checkpoints render convincing mechanical detail and correct wheel/panel geometry, others produce vehicles with structurally wrong proportions or melted-together parts regardless of how good the prompt text is. If results look off no matter what this node generates, that's more often a base-model limitation than a prompting one - worth a quick test with a plain, hand-written "red sports car" prompt on the same checkpoint before assuming the generator's output is the problem.
One more habit worth building: this node and its siblings (DP Random Superhero Prompt Generator, DP Random Psychedelic Punk Generator, DP Random Logo Style Generator) all share the exact same two-dial shape, so once you've learned one you've learned all four. That's a deliberate design choice on the pack author's part - consistent controls across a whole family of generators means you're not relearning a new interface every time you want a different theme, which is worth more than it sounds like once you're actually swapping between them mid-session.
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| style_complexity | INT | 31–5 | — |
| generation_mode | COMBO | randomize | 2 options: fixed, randomize |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | — |