Prompt Styler Celtic Art
Knotwork, myth and Celtic scenes
- positive_prompt_text_g
- negative_prompt_text_g
SDXLPromptbyCelticArt is one of the niche cultural nodes in wolfden's SDXL Prompt Styler pack. It carries ~31 Celtic-themed presets - Celtic Knotwork Elegance, Mystical Celtic Forest, Celtic Mythological Saga, Celtic Illuminated Manuscript, Celtic Cross Reverence, and more. Type your subject, pick a Celtic scene, and the node wraps your text in that aesthetic's keywords.
It's a fast way into a very specific look - the interlaced knotwork, the misty green mythology, the illuminated-manuscript feel - without having to research the vocabulary yourself. Each preset is a whole scene, so it does a lot of the imagining for you.
How it works
Each Celtic style is a JSON entry with a {prompt} placeholder in its prompt field and a negative_prompt. Pick "Celtic Illuminated Manuscript" and your text_positive slots into a template full of ornate lettering, gold leaf, and interlace patterns. No model, no API, no key - string substitution against a lookup table. The style is carried entirely by the keywords the preset injects.
The negative is baked into each preset, and if you type into text_negative yours merges with the template's rather than replacing it.
The inputs that matter
- text_positive - your subject, kept simple. The preset supplies the Celtic treatment.
- style - the scene, ~31 options.
- text_negative - optional, merged with the preset's negative.
log_prompt (No/Yes) prints the finished prompt to the console. Outputs are positive_prompt_text_g and negative_prompt_text_g, both strings; positive into the CLIP Text Encode feeding your positive conditioning, negative into the negative one. On SDXL the same string can go into both G and L of a CLIPTextEncodeSDXL.
Where people get tripped up
Celtic knotwork is genuinely hard for diffusion models - that precise, symmetric interlacing is exactly the kind of fine repeating geometry SDXL tends to smear into decorative mush. The preset asks for it, but don't expect museum-accurate knotwork; you'll get the vibe more than the exact pattern. If precise ornament matters, a ControlNet with a knotwork reference will get you further than text alone.
Because each preset is a whole scene, your subject can get absorbed into the preset's imagery. If the mix is off, flip log_prompt to Yes, read what got built, and trim. The styles are JSON in the pack folder.
Installing it
ComfyUI Manager: search SDXL Prompt Styler (wolfden), install, restart. Or manually:
cd ComfyUI/custom_nodes
git clone https://github.com/wolfden/ComfyUi_PromptStylers
Restart ComfyUI and find it under the Style Prompts submenu. No downloads, no dependencies.
Pack-wide caveat: these templates were tuned for SDXL and its CLIP encoder, so they're strongest on SDXL, Illustrious, Pony, NoobAI. On 2026 LLM-encoded models the styling weakens and the inherited negative does nothing at CFG 1, where distilled checkpoints run, because the negative pass isn't computed. If the node doesn't appear after install, restart fully and check Style Prompts, not the root menu.
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| text_positive | STRING | — | |
| text_negative | STRING | — | |
| style | COMBO | 31 options: none byCelticArt, Celtic Knotwork Elegance, Mystical Celtic Forest, Celtic Mythological Saga, Celtic Warrior's Journey, Celtic Knotwork Mandala, +25 | |
| log_prompt | COMBO | No | 2 options: No, Yes |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| positive_prompt_text_g | STRING | — |
| negative_prompt_text_g | STRING | — |