AIrjen / OneButtonPrompt

One Button Prompt
GNU General Public License v3.0
744 stars 77 forks source link

Suffix no at end of prompt? #210

Open an303042 opened 3 days ago

an303042 commented 3 days ago

Hey, Still using and loving your extension! quick question - on a1111 (yeah yeah, i need to move to comfy, i know) - I sometimes will add a lora in the suffix, and later notice that the suffix wasn't at the end of the prompt, but rather in the middle somewhere. I'm not sure how much of a difference it makes. I tried testing it and manually use the same prompts just with the lora at the end - it does make a difference, I just haven't judged how much of a difference it makes just yet. I'm curious if its a bug, or working as intended, or what.. Thanks a bunch!

AIrjen commented 2 days ago

Hi!

I think this might be because the Flufferizer is enabled. The Flufferizer adds words at the end of the prompt, after the initial prompt has generated. So that can make it look like its somewhere in the middle. Not sure if I would classify it as a bug, more like maybe wierd behavior? :D

However, location of LoRA does not matter in the prompt. See how it works here: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#lora

Hope that helps.