Flux Pseudo Negative Prompt. ComfyUI Custom Node with workflow. No hit to gen times!版本v1.0 (ID: 710575)

Flux Pseudo Negative Prompt. ComfyUI Custom Node with workflow.  No hit to gen times!版本v1.0 (ID: 710575)

FluxPseudoNegative: A ComfyUI Node for Converting Negative Prompts to Positive Attributes

FluxPseudoNegative is an advanced custom node for ComfyUI that converts negative prompts into positive ones. It's designed to enhance prompt engineering for image generation models that don't natively support negative prompts or where using negative prompts significantly increases generation time. So instead of hacking CFG we simply invert your negative words and find their antonyms!

There are some promising techniques to get negative prompts working in Flux that will probably render this idea completely useless... But since I had already done the work I decided to complete at least a minimally viable node and ship it.

Features

  • Multiple antonym-finding strategies:

    • Custom phrase handling

    • WordNet

    • NLTK

    • Hugging Face Transformers

  • Comprehensive phrase handling for multi-word concepts

  • Sentiment analysis for strength adjustment

  • Concept expansion using word embeddings

  • Optional ConceptNet integration for expanded antonyms

  • Multiple processing complexity levels: basic, advanced, expert

  • Optional LLM integration for unresolved terms or full prompt conversion

  • User-customizable antonyms and system prompts

Caveats

  • Its not meant to be perfect! Its an imperfect solution to the issues of using CFG making the generation time double more or less.

  • For now I would NOT use conceptnet expansion. Its not working as intended.

  • A word like Gross has multiple meanings and the correct one cannot be inferred. ('disgusting' is one meaning, and can also mean the 'total' in reference to taxes for instance). This can result in unexpected return words

  • If there is a concept like "Brown Horse" in the negative it may not work well on that. Again, this doesn't work for everything.

Installation

  1. Install via Git option using ComfyUI Manager. Or Clone this repository into your ComfyUI custom_nodes directory:

git clone https://github.com/yourusername/ComfyUI-FluxPseudoNegativePrompt.git
  1. Install the required dependencies:

pip install nltk textblob requests
  1. Download the required NLTK data: (it is also done automatically when used)

import nltk
nltk.download('averaged_perceptron_tagger')
nltk.download('punkt')
nltk.download('wordnet')

Usage

  1. In the ComfyUI interface, look for the "Flux Pseudo Negative" node under the "prompt_processing" category.

  2. Connect the node to your workflow:

    • Input your negative prompt

    • Input a positive prompt to augment

    • Adjust the strength parameter (0.0 to 1.0)

    • Select the processing complexity

    • (Optional) Provide custom antonyms in the format "word:antonym" (one per line)

    • (Optional) Enable ConceptNet integration

    • (Optional) Enable LLM integration (full or fallback)

    • (Optional) Provide a custom system prompt for LLM integration

  3. The node will output:

    • A modified positive prompt incorporating the converted negative concepts

    • (If LLM integration is enabled) An LLM input string for further processing

Parameters

  • negative_prompt: The negative prompt to convert

  • positive_prompt: An optional positive prompt to augment

  • strength: The strength of the antonym influence (0.0 to 1.0)

  • complexity: The processing complexity level (basic, advanced, expert)

  • custom_antonyms: Optional custom antonym mappings

  • use_conceptnet: Enable ConceptNet integration for concept expansion

  • use_llm_full: Enable full LLM-based prompt conversion

  • use_llm_fallback: Enable LLM-based fallback for unresolved terms

  • custom_system_prompt: Custom system prompt for LLM integration

File Structure

  • __init__.py: Initializes the node for ComfyUI

  • FluxPseudoNegative.py: Contains the main FluxPseudoNegativeNode class

  • flux_utils.py: Contains the PhraseHandler class and strength_map.

Customization

You can customize the phrase mappings and strength map by modifying the flux_utils.py file. You can also load custom antonym dictionaries, in the text box or from a text file one per line. You can also specify a custom LLM system prompt to integrate your negative prompt into for conversion in a 3rd party LLM node (the node comes packaged with 3 already tested/validated).

Note

This node requires significant computational resources, especially when using advanced NLP features and models. Performance may vary based on your system capabilities and the complexity of the input prompts.

描述:

训练词语:

名称: fluxPseudoNegativePromptComfyui_v10.zip

大小 (KB): 10

类型: Archive

Pickle 扫描结果: Success

Pickle 扫描信息: No Pickle imports

病毒扫描结果: Success

Flux Pseudo Negative Prompt. ComfyUI Custom Node with workflow.  No hit to gen times!

Flux Pseudo Negative Prompt. ComfyUI Custom Node with workflow.  No hit to gen times!

Flux Pseudo Negative Prompt. ComfyUI Custom Node with workflow.  No hit to gen times!

Flux Pseudo Negative Prompt. ComfyUI Custom Node with workflow.  No hit to gen times!

Flux Pseudo Negative Prompt. ComfyUI Custom Node with workflow.  No hit to gen times!

Flux Pseudo Negative Prompt. ComfyUI Custom Node with workflow.  No hit to gen times!

Flux Pseudo Negative Prompt. ComfyUI Custom Node with workflow.  No hit to gen times!

资源下载
下载价格VIP专享
仅限VIP下载升级VIP
犹豫不决让我们错失一次又一次机会!!!
原文链接:https://1111down.com/1092186.html,转载请注明出处
由于网站升级,部分用户密码全部设置为111111,登入后自己修改, 并且VIP等级提升一级(包月提升至包季,包季提升到包年 包年提升至永久)
没有账号?注册  忘记密码?

社交账号快速登录