Dynamic Prompt Nodes for ComfyUI
詳細
ファイルをダウンロード
モデル説明
ComfyUI向けのSD Dynamic Prompts Auto1111拡張機能のポートです。主な元の機能をほぼすべて含んでいます:
プロンプトのテンプレート言語
バリアント構文:
A {red|green|blue} ball重み:例
{0.5::summer|0.1::autumn|0.3::winter|0.1::spring}複数値の選択:
My favourite ice-cream flavours are {2$$chocolate|vanilla|strawberry}は "My favourite ice-cream flavours are chocolate,strawberry" を生成しますカスタムセパレータ:
My favourite ice-cream flavours are {2$$ and $$chocolate|vanilla|strawberry}は "My favourite ice-cream flavours are chocolate and strawberry" を生成しますレンジ:
My favourite ice-cream flavours are {1-2$$chocolate|vanilla|strawberry}
ワイルドカード
ネストされたディレクトリ階層:例
__color/warm__複数ファイルのマッチングのためのグロブ:例
__color*__txt/yaml/json ファイル形式
組合せモード:プロンプトのすべての可能なバリエーションを生成します
おまかせモード(lexica.art からプロンプトをダウンロード)
マジックプロンプト:プロンプトに修飾子を追加して豊かにします
より高度なプロンプティング要求向けの Jinja2 テンプレート
変数代入:
${season=!__season__} In ${season}, I wear ${season} shirts and ${season} trousers再利用可能なテンプレートのためのパラメータ化テンプレート(関数呼び出しのように)
インストール
この拡張機能をインストールする推奨方法は、ComfyUI Manager を使用することです。
最新バージョンは GitHub で入手できます:https://github.com/adieyal/comfyui-dynamicprompts/


