Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compare LORA strenghs - Only first value used #798

Open
DrJimmyBrungus opened this issue Jun 28, 2024 · 0 comments
Open

Unable to compare LORA strenghs - Only first value used #798

DrJimmyBrungus opened this issue Jun 28, 2024 · 0 comments

Comments

@DrJimmyBrungus
Copy link

Using Automatic1111, I've run in to this issue. I'd like to say I feel like this has only started happening recently as I surely would have noticed it before, but I can't say for sure...

Let's say I want to test the effect of a LORA by generating the same image with and witout the LORA applied:

{ <lora:MyStyleLora:0.0> | <lora:MyStyleLora:1.0> }

What I get however is two identical images both with no LORA effect (i.e strength at 0.0). It appears only the first value in the comparison is being used. This can be confirmed by switching it around to:

{ <lora:MyStyleLora:1.0> | <lora:MyStyleLora:0.0> }

Now both images have the LORA at 1.0 strength.

This happens both using combinatiorial mode, or standard mode with a batch size of 2.
Generating the images separately without using a dynamic prompt (i.e same seed, one with strength 0.0, one with 1.0) gives the expected results. Also comparing other things other than LORAs with dynamic prompts still works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant