工具|提示词选择器·图片
Avatar, product shot, poster — pre-curated
- 提示词文本
- 卡片标题
- 卡片详情
If you've found the full Prompts Selector and thought "I only generate images, why am I scrolling past video cases" - this is the version for you. The Image Selector is the same picker node pre-filtered to image-generation cards only. The brief shows ~336 choices, mostly avatars and virtual-identity portraits at the top of the list, but the filter is driven by card tags, so the whole image set (product shots, posters, style transfers) is in there. Same mechanism, same outputs, one less category of noise.
It's a pure UI convenience, not a generator: no API, no key, no network. It reads the locally-synced prompt library and serves cards. You pick, it hands you a prompt string, you wire that into a Tikpan image node like Qwen-Image-2.0 or Wan 2.7 Image Pro.
How it works
Under the hood it's the same class as the all-inclusive selector, with CARD_TYPE_FILTER = "image" - so the card list is scoped to cards tagged image before the dropdown is built. That scoping also narrows the 过滤_仓库 options to only the repos that actually contain image cards (the brief shows Nano Banana and GPT-Image-2 prompt collections) and drops the redundant image tag from 过滤_标签. 搜索关键词 and 显示详情 behave identically to the full selector.
What you actually notice day-to-day: the dropdown labels read like a catalog - "头像/虚拟形象 - 电影感柔和粉彩棚拍肖像", "电商商品图…", each with a short prompt preview so you can scan fast. The cards carry the full template text, including any {argument} placeholders you need to fill.
Inputs and outputs that matter
选择提示词 is the dropdown. Three STRING outputs: 提示词文本 (the card's prompt - wire into an image generator's prompt input), 卡片标题 (what the card is called), and 卡片详情 (full card body). Filter dropdowns 过滤_仓库/过滤_标签 and 搜索关键词 exist to shrink the list; 显示详情 toggles detail output.
Installing
Pack install as usual - Manager search "Tikpan", or git clone https://github.com/htrert/ComfyUI-Tikpan-Pro into custom_nodes, restart. Prerequisite, same as every library node: sync the library first with the Prompts Manager's 同步全部仓库 action, or the dropdown stays empty.
Common issues
- Empty dropdown. Unsynced library. Run the manager once.
- A card references a model you don't have. Many of these prompts were written for Nano Banana or GPT-Image-2 specifically. The library repos are model-flavored, so a "nano-banana" tagged card may underperform in Grok or Qwen. Check the tag filter, and remember prompt quality is model-relative (prompt-engineering.md) - the same token sequence that sings in one model can fall flat in another.
{subject}placeholders. Several cards expect you to substitute a subject before generation. Literal braces in a prompt will not help you.- Identity-reference cards need an actual reference image. Some avatar cards say "use my uploaded face image as the identity reference" - those expect a reference-image input on the generator node, not a text-only prompt.
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| 选择提示词 | COMBO | 1. No. 1: 头像/虚拟形象 - 电影感柔和粉彩棚拍肖像 — 高分辨率、柔和电影感的年轻女性肖像,她倚靠在一片{ | 336 options: 1. No. 1: 头像/虚拟形象 - 电影感柔和粉彩棚拍肖像 — 高分辨率、柔和电影感的年轻女性肖像,她倚靠在一片{, 2. No. 2: 头像/虚拟形象 - 现代建筑时尚肖像 — 中等半身肖像,一位肤色为橄榄色、晒成古铜色的肌肉成年男性,, 3. No. 3: 头像/虚拟形象 - 撕裂社交媒体头像艺术 — 一幅极具创意的数字艺术作品,其中{argument name="subject", 4. No. 4: 头像/虚拟形象 - 奢侈时尚杂志封面肖像 — 使用我上传的面部图像作为主要身份参考。保留我精确的, 5. No. 5: 头像/虚拟形象 - 优雅酒店橱窗时尚大片 — 创作一幅受高端亚洲杂志启发的超现实主义奢华时尚肖像,, 6. No. 6: 头像/虚拟形象 - 高保真身份肖像模板 — 使用上传的面部图像作为主要身份参考。保留精确的, +330 |
| 过滤_仓库opt | COMBO | 全部 | 3 options: 全部, EvoLinkAI/awesome-gpt-image-2-API-and-Prompts, YouMind-OpenLab/awesome-nano-banana-pro-prompts |
| 过滤_标签opt | COMBO | 全部 | 3 options: 全部, gpt-image-2, nano-banana |
| 搜索关键词opt | STRING | — | |
| 显示详情opt | BOOLEAN | true | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| 提示词文本 | STRING | — |
| 卡片标题 | STRING | — |
| 卡片详情 | STRING | — |