EasyUse/Promptgenerated
Prompt ノード: ComfyUI-Easy-Use(prompt)
Promptノードは、自由形式のtextフィールドと、prefix、subject、action、clothes、environment、background、NSFWコンテンツの定義済み選択肢を組み合わせて、単一のプロンプト文字列を構築します。
prompt
prompt
text
STRING
prefix
Select the prefix add to the text
subject
👤Select the subject add to the text
action
🎬Select the action add to the text
clothes
👚Select the clothes add to the text
environment
☀️Select the illumination environment add to the text
background
🎞️Select the background add to the text
nsfw
🔞️Select the nsfw add to the text
Easy Use
説明
Promptノードは、自由形式のtextフィールドと、prefix、subject、action、clothes、environment、background、NSFWコンテンツの定義済み選択肢を組み合わせて、単一のプロンプト文字列を構築します。EasyUse/Promptグループに分類され、プロンプトを期待する任意のノードに渡すことができる1つのSTRINGを出力します。
入力
すべての入力は必須ですが、各ウィジェットにはデフォルト値があるため、ノードは追加の接続なしで実行できます。
text
- 型:
STRING - デフォルト:
""
基本プロンプトテキスト。唯一の自由形式テキスト入力であり、他の入力はすべてドロップダウン選択です。プロンプトをドロップダウン選択だけで構成する場合は、空のままにできます。
prefix
- 型:
COMBO - デフォルト:
"Select the prefix add to the text"
プロンプトテキストに追加するプレフィックスを選択します。
subject
- 型:
COMBO - デフォルト:
"👤Select the subject add to the text"
プロンプトに含めるメインの被写体を選択します。
action
- 型:
COMBO - デフォルト:
"🎬Select the action add to the text"
被写体が行うアクションを選択します。
clothes
- 型:
COMBO - デフォルト:
"👚Select the clothes add to the text"
含める衣装や服装の詳細を選択します。
environment
- 型:
COMBO - デフォルト:
"☀️Select the illumination environment add to the text"
プロンプトに追加する照明や環境条件を選択します。
background
- 型:
COMBO - デフォルト:
"🎞️Select the background add to the text"
含める背景設定を選択します。
nsfw
- 型:
COMBO - デフォルト:
"🔞️Select the nsfw add to the text"
プロンプトに追加するNSFWコンテンツの記述子を選択します。
出力
STRING: ベースのtextと選択したドロップダウン値を組み合わせた、組み立て済みのプロンプト。
使用上の注意
COMBO入力は固定選択式のドロップダウンであり、自由テキストフィールドではありません。プロンプトに挿入する値を選択してください。- 表示されているデフォルトは「値を選択してください」という意味のプレースホルダーラベルです。意味のあるプロンプトを作成するには、各ドロップダウンを実際のオプションに変更してください。
text入力を空のままにすると、ドロップダウン選択だけでプロンプトを構築できます。- 出力は、
STRINGプロンプトを受け付ける任意のノードに接続できます。たとえば、ポジティブまたはネガティブな条件付け用のCLIPテキストエンコーダーに接続できます。
コメント
GitHubでサインインしてディスカッションに参加しましょう。