git404hub

what is comfyui-promptpalette fr?

z3rofeels/comfyui-promptpalette — explained in plain English

Analysis updated 2026-05-18

11JavaScriptAudience · vibe coderComplexity · 2/5Setup · easy

tl;dr

A ComfyUI node that turns the plain prompt box into a color-coded, wildcard-aware editor with browsing, editing, and optional live encoding.

vibe map

mindmap
  root((Prompt Palette))
    What it does
      Color codes wildcards
      Browses prompt library
      Edits wildcards inline
    Tech stack
      JavaScript
      ComfyUI node
    Use cases
      Organized prompting
      LoRA auto loading
      Prompt reuse
    Audience
      ComfyUI users
      AI image creators

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Organize and color-code wildcard prompt terms by category inside ComfyUI.

VIBE 2

Browse, search, and insert saved wildcards without leaving the prompt node.

VIBE 3

Create or edit wildcard files directly inside the ComfyUI interface.

VIBE 4

Automatically load LoRA files referenced inside a prompt or wildcard.

what's the stack?

JavaScriptComfyUI

how it stacks up fr

z3rofeels/comfyui-promptpalette100/tab-organizeraddyosmani/devtools-snippets
Stars111111
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-03-012013-09-22
MaintenanceDormantDormant
Setup difficultyeasyeasyeasy
Complexity2/51/51/5
Audiencevibe codergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Works as a drop-in replacement node with no configuration required to start.

The README does not clearly state the license terms.

in plain english

Prompt Palette is an add-on node for ComfyUI, a visual, node-based tool used to build AI image generation workflows. It replaces the plain text box where you normally type your image prompt with a more capable editor built around wildcards, which are placeholder terms surrounded by double underscores, like a style or lighting choice, that get randomly filled in from a saved list of options when the image is generated. Each wildcard in your prompt is automatically colored according to the folder it belongs to, so you can tell at a glance whether a term is a style pick, a character pick, or something else, and a small legend below the prompt lists every color in use. If a wildcard does not match anything saved in your library, perhaps because it was mistyped, renamed, or moved, it is shown in red with a dashed underline instead, and a counter tracks how many wildcards are working versus missing. A side drawer lets you browse, search, and insert wildcards without leaving the node, pin favorites to the top of the list, see your recently used ones, and preview what a wildcard file contains just by hovering over it. You can also create or edit wildcard files directly inside ComfyUI, save custom prompt combinations as reusable presets, and store prompts you want to reuse later. By default the node behaves like an ordinary prompt box and works without any extra setup. If you want more control, optional inputs and outputs can be turned on individually in the settings, including connecting a model and CLIP encoder for live prompt encoding, automatic loading of LoRA files, a negative prompt field, and a fixed seed input. The interface also supports light and dark themes, custom fonts, and adjustable color and text size settings.

prompts (copy fr)

prompt 1
Help me install the Prompt Palette node into my existing ComfyUI setup.
prompt 2
Show me how to organize my wildcard files into folders so they get color-coded correctly.
prompt 3
Explain how to connect CLIP and Model inputs to turn this node into a live encoder.
prompt 4
Walk me through creating a new wildcard file using the built-in edit drawer.

Frequently asked questions

what is comfyui-promptpalette fr?

A ComfyUI node that turns the plain prompt box into a color-coded, wildcard-aware editor with browsing, editing, and optional live encoding.

What language is comfyui-promptpalette written in?

Mainly JavaScript. The stack also includes JavaScript, ComfyUI.

What license does comfyui-promptpalette use?

The README does not clearly state the license terms.

How hard is comfyui-promptpalette to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is comfyui-promptpalette for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.