AIrjen / OneButtonPrompt

One Button Prompt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prefix becomes suffix when using <>

NNNenov opened this issue · comments

hello, I am trying to add <hypernet:LuisapSciFiHard_v1:1> as a prefix in one button prompt, instead it is placed at the end of the prompt. If I use regular text, it is prefixed as expected.
One Button Prompt version fca8b1c
using webui 1111 version 1.3.2

commented

Hi, this is intended behavior. The placement of LoRA's and Hypernetworks are not affected by where they placement in the prompt. They are internally removed from the prompt. (https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#lora)

One Button Prompt recognizes them, and moves them to the end of the prompt as well. Making the prompt easier to read.

Apologies, I didnt realise, thank you for the fast response. Great work on this extension!

commented

Yeah! I get it is confusing. Especially when you are expecting it to show up in the prefix.