-
Notifications
You must be signed in to change notification settings - Fork 16
Description
I really like the node you’ve created and have been experimenting with it for a while. So far, I’ve only been successful using a single LoRA containing multiple characters to generate images with different characters in it. However, when I try using multiple LoRAs with different characters, the results tend to fall apart (or should I say merge together) because they overlap before the sampling process.
I’ve tested several workflow approaches with this node by adding masks, using attention nodes with fingers crossed, tweaking settings and node configurations, but none have worked so far. It would be amazing if the node could apply each LoRA to its selected mask while keeping the overall image cohesive.
Right now, the only workaround I’ve found is to generate the base image first (when it looks kind of alright), then use inpainting in post-processing to apply details from each LoRA individually. It’s a very tedious process with a low success rate, but it’s the only method I know that somewhat works.
Thank you for taking the time to read this, and thanks again for creating this node. I look forward to hearing your thoughts soon!