CivArchive
    BKWILDCARDS Custom Node for ComfyUI - v0.9.02
    NSFW

    BKWILDCARDS

    A ComfyUI custom node that turns a bundled wildcard library into scoped dropdowns and emits a finished prompt string.

    No wildcard syntax to learn. No __token__ to type. Pick a theme, choose the categories you want, wire one output into your prompt, and generate.

    Ships with 5,277 hand-written entries across 54 categories and 8 themes β€” art styles, cybernetics, outfits, Halloween costumes, environments, poses, ancestry, species, hair, eyes, physical features, camera framing and more, all written for natural-language prompting.

    Includes all current and updated version of my wilcard sets that are part of the BKWILDCARDS collection:

    Install

    Install via ComfyUI-Manager (recommended)

    The easiest way. BKWILDCARDS is published on the Comfy Registry, so ComfyUI-Manager can install it for you; no git, no manual file copying.

    1. Open Manager β†’ Custom Nodes Manager.

    2. Search for BKWILDCARDS.

    3. Click Install.

    4. Restart ComfyUI when prompted.

    There are no dependencies to install as the node uses only the Python standard library.

    Updating

    • Via ComfyUI-Manager: open Manager β†’ Custom Nodes Manager, find BKWILDCARDS, and click Update (or use Update All). Restart ComfyUI to load the new version. Manager pulls the latest release from the Comfy Registry.

    • Via git (if you installed with git clone): run git pull inside the BKWILDCARDS folder, then restart ComfyUI.

    The node title shows the build number (e.g. BKWILDCARDS Selector 0.9.8), so you can confirm the update took.

    Manual install (git)

    cd ComfyUI/custom_nodes
    git clone https://github.com/bkidderz/BKWILDCARDS.git

    Restart ComfyUI. There are no dependencies to install β€” the node uses only the Python standard library.

    Manual install (ZIP)

    1. Download this repository as a ZIP (Code β†’ Download ZIP).

    2. Extract it into ComfyUI/custom_nodes/.

    3. Make sure the folder is named BKWILDCARDS and contains __init__.py directly inside it.

    4. Restart ComfyUI.

    Where is custom_nodes?

    • ComfyUI Desktop (Windows)

      • %LOCALAPPDATA%\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI\custom_nodes

    • Portable / manual

      • <your ComfyUI folder>\ComfyUI\custom_nodes

    How to use

    Add BKWILDCARDS Selector to your workflow (right-click β†’ Add Node β†’ BKWILDCARDS).

    Important

    You must wire the node's prompt output into a prompt block.

    The node does not talk to your model on its own β€” it only produces text. Connect its prompt output to whatever feeds your positive prompt: a CLIPTextEncode node's text input, or a string node (such as StringFunction) that is already feeding your prompt.

    The node tells you if you forgot: it turns red and displays NOT ready, please wire the node to your prompt block. Once wired, it turns green and reads ready β€” press Run.

    Basic workflow

    1. Pick a theme (top of the node) β€” e.g. _ghost.runner, Whimsical Woods, All the Dresses. Only that theme's categories are shown and can contribute.

    2. Pick a gender β€” Female, Male, β€” random β€” (rolls per image), Fluid (both sets available), or β€” off β€”.

    3. Choose your categories. Most are dropdowns with three kinds of choice:

      • β€” off β€” β€” this category contributes nothing

      • β€” random β€” β€” draw from the whole file

      • a named section (e.g. Netrunner / Decker, Interiors, Cybergoth) β€” draw only from that section

    4. Wire prompt into your prompt block (see the callout above).

    5. Press Run. The node draws one line from each active category and joins them into a single prompt.

    Getting a new result each run

    Set the seed widget's control to randomize for a fresh combination every queue, or fixed to lock a result you like. The seed fully determines the output β€” the same seed always reproduces the same prompt.

    Reading what it produced

    The output box at the bottom of the node fills in with the exact prompt, updating the moment you press Run β€” before the image renders. That same text is embedded in generated PNGs, so dragging a finished image back into ComfyUI restores the prompt that made it.

    Features

    Labeled output

    By default the node tags each selection so the renderer reads structured attributes instead of one run-on sentence:

    gender: a woman,
    ancestry: korean, warm-toned East Asian features, monolid eyes, …,
    hair: soft black hair, with loose open S-shaped waves, half-up …,
    outfit: a sleeveless heavy canvas coverall unzipped low over …,
    color palette: muted olive-drab and warm-tan accents …,
    scene/background: an exterior landing pad, a boxy retrofuturist craft …,
    pose: the subject holds one wrist up close to check a strapped readout …
    

    Flip label_output to plain for a single comma-joined string instead.

    πŸ€ͺ Mayhem mode

    Flip mayhem on in Settings for one-click chaos: the node ignores every selection, the theme and the gender, and composes a fully random cross-theme image, a cyberpunk outfit in a fantasy shrine with a goth pose, and so on. Queue again for a new one. It stays seed-deterministic, so any result you like can be reproduced or recovered from its PNG.

    Live output preview

    The output box updates at queue time, before generation starts, so you can see exactly what the run will use. The previewed text is guaranteed identical to what the image is generated from.

    Description

    Initial release.

    FAQ

    Comments (5)

    SprinklefartAug 11, 2026Β· 1 reaction
    CivitAI

    Hey this is awesome! I love it to get different angles and poses on a set character. Is it possible to add a section for manual input throoghout generations? Like if i wanted the randomized prompt to always have a cartain characteristic or more nsfw elements

    bkidderz
    Author
    Aug 11, 2026Β· 1 reaction

    Yeah, for that I recommend using a positive prompt block with multiple input fields. The one that's on the workflow I recommended uses a 3 stack prompt. That allows you to regularly prompt a specific style, or element, while still having the custom node wired to a second or third section of the prompt. It all comes together in the end.

    If you mean a specific output from the wildcards themselves, about as close as I can get right now is the sub-categories. However, if you do end up finding a pose, outfit, physical characteristics combo you like, you can always manually key that too. Some of the wildcards have over 300 options in a section, like the environments, locking that to a specific individual one would be challenging from a UI perspective. But I'll continue to look into how to do it without cluttering up the node further.

    SprinklefartAug 11, 2026Β· 1 reaction

    @bkidderzΒ ah okay thats kinda what im doing now just using a text concatenate node, its working well

    GlowingGuardianGirlAug 12, 2026Β· 1 reaction

    @bkidderzΒ Hello! May I ask how you built it? With GPT or smthg? I'm having hard times fighting with ai to get custom nodes to work... Thanks πŸ™Œ

    bkidderz
    Author
    Aug 12, 2026

    @GlowingGuardianGirlΒ Claude Code helped a lot. Many vibes. Originally built it for my own use, but then I figured the community might enjoy it, so here we are! I find Claude to be better at code than ChatGPT. Though, for image generation ChatGPT does a fantastic job of prompt oganization.

    Other
    Krea 2

    Details

    Downloads
    92
    Platform
    CivitAI
    Platform Status
    Available
    Created
    8/11/2026
    Updated
    9/3/2026
    Deleted
    -

    Files

    bkwildcardsCustomNode_v0902.zip

    Mirrors