Hello @Sally33507316kwad,
Negative prompting is a problem. The model does not understand the concept of a word being negated by the word in front of it. So using "not [X]", "no [X]", "exclude [X]", "with no [X]", and "without [X]" does not work. As you observed, it ignores the negation word and adds to the image the thing you are trying to avoid. You basically need to find "positive" words and phrases telling the model what you want to see rather than telling it what you do not want to see. Su
...