hako-mikan has returned and integrated the changes in this fork in a safer way that doesn't break A1111 compatibility. This fork has effectively been made obsolete!
Extension for Stable Diffusion web-ui enables negative prompt in prompt.
This is a hack to make it work on the current sd-webui-forge backend. Possibly really fragile, as I don't really know what I'm doing.
** You may consider editing Line 141 to change p.sd_model.text_processing_engine_g
to p.sd_model.text_processing_engine_l
. It didn't have much of an effect in my testing, but give it a shot if it behaves unexpectedly. I also don't know if this line will work with SD1.5. If it doesn't, uncomment the pprint(dir())
lines (restart the UI each time) to see the possible values to try. **
It's likely that the interop with other extensions in this extension still don't work. This port is at the bare minimum of functionality right now.
This extension enhances the stable diffusion web-ui prompts and cross-attention, allowing for the use of prompts with negative effects within regular prompts and prompts with positive effects within negative prompts. Typically, unwanted elements are placed in negative prompts, but negative prompts may not always have a significant impact in calculations. With this extension, it becomes possible to use negative prompts with effects comparable to regular prompts. This enables stronger effects even for words that might have collapsed when their values were increased too much in negative prompts before, by incorporating negative effects into the prompts.
By checking the "Active" box, it will become effective. In the prompt input screen, entering a negative value like (word:-1)
will give it a negative effect. It also works with negative prompts, in which case it will have a positive effect.
This was created with the prompt "gothic dress". Despite including (black:1.8)
in the negative prompt, it's still black. It seems impossible to completely eliminate the blackness of word gothic
.
Following image created using (black:-1.8)
in the prompt with NegPiP. It's no longer black.
By the way, this is what happens when you don't use either NegPiP or negative prompts.
Magical Dandy is a magical dandy. Summoning a magical dandy is very difficult. That's because it requires coexistence of a magical girl and a dandy. But the dandy is weak. The girl is strong. Very strong. So the dandy ends up losing. Even if you put (girl:1.8)
in the negative prompt, it won't come up.
Therefore, it may be necessary to input (girl:-1.6)
in the prompt to remove the girl.
In the Web-UI, go to Settings > NegPiP.
Check the "Hide in Hide in Txt2Img/Img2Img tab" option.
If you check this, the "Active" in Settings will be effective.
The following format is used when utilizing this extension via the API.
"alwayson_scripts": {
"NegPiP": {
"args": [True]
}}
In the Web-UI, go to Settings > ADetailer.
Add ",negpip" to the end of the text box labeled "Script names to apply to ADetailer (separated by comma)"
Click "Apply Settings.
-
Prompt Edittingに対応
-
Regional Prompterに対応(最新版のRegional Prompterが必要)
-
負の値を入れていないときでも有効化したときに生成結果が変わる問題を修正
-
Supports Prompt Editing
-
Supports Regional Prompter (latest version of Regional Prompter required)
-
Fixed the issue where generated results change even when negative values are not entered
-
支持Prompt Editting
-
支持区Regional Prompter(需要最新版Regional Prompter)
-
修复了即使没有输入负值时激活也会改变生成结果的问题