comfyui-negativewildcardsprocessor

comfyui-negativewildcardsprocessor
★ 1

提示工程通配符负向提示ComfyUI节点
将正面提示中被 <! !> 包裹的负向通配符自动移至负面提示,便于在通配符里定义负样式。
💡 将<! !>标记的内容从正面提示移动到负面提示
🍴 1 Forks💻 Python🔄 2024-11-15
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/9d76119b2ef2
image
image
📄 README

comfyui-negativewildcardsprocessor

Contains two prompt manipulation nodes for ComfyUI.

Negative wildcards processor

Moves any text from the positive prompt to the negative prompt, that is surrounded by .

Useful for creating wildcards that include negative prompts like this:

{ rain, | sunshine, }

Example usage and connections:

Custom token processor

Moves any text from the source prompt to the target prompt, that is surrounded by the given token.

Useful for creating wildcards where part of the prompt is used differently than the rest (eg. part of the prompt goes to a sampler using a certain model, while the rest of the prompt goes to a sampler with a different model).

If the token is “zyup”, any text between will be moved from the source prompt to the target prompt (see example below).

Example usage and connections: