You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and checked the recent builds/commits
What happened?
When generating images using DDIM sample, I tried AND operator in negative prompt. Getting somehow good results. No error.
But when I tried to add some AND keyword to the positive prompt, it crashed.
Reason is : AND keyword don't work with DDIM / PLMS sampler, as written in #1695 and in #3747.
However what I just don't understand is : Why didn't it crash when only ANDs in negative prompt ? I have'nt gottend deep enough into the code currently, to answer this question myself.
Best regards.
Steps to reproduce the problem
Go to txt2img and select DDIM
write some prompt, using AND keyword in negative, generate and see that it doesn't crash
write some prompt, using AND keyword in positive, generate and see that it crash
What should have happened?
After reading both linked thread, I thought that it should have crashed since the first prompt using negative ANDs
@Ehplodor, I don't know if the AND has any effect for the negative prompt, it doesn't seem like the option was added at the beginnings, right? and I think that's what AND NOT would have been, dividing the negative prompt from 50% to two 25% prompts, three 16.7% prompts..
@Ehplodor, I don't know if the AND has any effect for the negative prompt, it doesn't seem like the option was added at the beginnings, right? and I think that's what AND NOT would have been, dividing the negative prompt from 50% to two 25% prompts, three 16.7% prompts..
Well, I did not dig into the code at present so not very confident but yes, it seems like AND is not implemented in the negative prompt. Else that would have crashed.
Is there an existing issue for this?
What happened?
When generating images using DDIM sample, I tried AND operator in negative prompt. Getting somehow good results. No error.
But when I tried to add some AND keyword to the positive prompt, it crashed.
Reason is : AND keyword don't work with DDIM / PLMS sampler, as written in #1695 and in #3747.
However what I just don't understand is : Why didn't it crash when only ANDs in negative prompt ? I have'nt gottend deep enough into the code currently, to answer this question myself.
Best regards.
Steps to reproduce the problem
What should have happened?
After reading both linked thread, I thought that it should have crashed since the first prompt using negative ANDs
Commit where the problem happens
44c46f0
What platforms do you use to access UI ?
No response
What browsers do you use to access the UI ?
No response
Command Line Arguments
Additional information, context and logs
No response
The text was updated successfully, but these errors were encountered: