Lora weight in Prompt or Config? #1527
Unanswered
Yogesh-DevHub
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It's this line: https://github.com/Acly/krita-ai-diffusion/blob/main/ai_diffusion/workflow.py#L1204 Prompt lora are appended to style lora, and duplicates removed. So currently the style lora will "win". I guess the other way round would make more sense? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Which lora weight is considered while generating image? the one in the prompt lora:princess_xl_v2:0.9 Or in the config -> styles -> lora 100%
Lora does have its effect even if I do not mention lora:princess_xl_v2:0.9 like this on the prompt. Is there a hierarchy logic? eg: if not in the prompt, then check if it's present in the config -> style
Beta Was this translation helpful? Give feedback.
All reactions