How to add LORAs correctly? #150
-
Hi! I am confused at how to add multiple LORAs correctly. I want the LORAs to affect the whole render, while using regions to 'color' or describe the outfits in detail. I have: Is that the right way? Seems like the LORAs are not applied correctly. Render looks distorted. While pants are correct, shirt is usually white or blue but not denim... so I am sure I got this wrong. I have: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello. |
Beta Was this translation helpful? Give feedback.
Hello.
If the loras should apply to the whole region, attention is correct.
AND is not recommended, though there's a conversion for it (latent only, I think?), it might throw off the structure. You'll want to place the loras normally in any region except for common. Use BREAKs or ADDROW / ADDCOL to separate regions.
The most likely issue is that you're missing an additional break (after shirt pants) - you haven't separated the light denim into a region after common, so there's just one, black leather, which receives the common clause, making it basically identical to no regions.