[Bug]: Negative prompts in the styles csv don't work.
MrKuenning opened this issue · 4 comments
I used to have a bunch of complex negative prompts stored in the styles.csv file.
I have always been able to select whichever negative prompt I want, and it would apply.
Today I noticed that when I used unprompted, images generated did NOT change when selecting a negative style, unless I hit the button to "Apply the selected styles to the prompt"
- Add a negative prompt to the styles sheet.
- IMAGE 1 - Generate an image
- IMAGE 2 - Generate the same seed with the negative style selected
- IMAGE 3 - Apply the style to the prompt and generate the same image again.
In my case, I get the same image on IMAGE #1 and #2 and a new image on IMAGE #3
It should have changed on to a new image on IMAGE #2 instead.
As a dirty temporary fix you can store your negative prompt into a variable and hardcode a call to that variable in the default negative within de config file. Is what I'm doing and it works, but is dirty dirty.
Hi,
Unprompted should play nicely with negative prompt styles in v10.1.1. Let me know if it continues giving you any trouble. Thanks!
Hello there! Thank you very much for the quick update. Seems like it has improved a lot, but there's still an issue. Now the images are generated and processed, but when enabling hi res fix seems like if the prompt for the first image got stuck and applied to all the images (despite the text files generated state that they have the correct prompt). Look, these are the images without enabling hires fix and batch count 3 (I edited one to remove NSFW stuff):
And these are the same seeds after enabling high res fix:
You can pretty much tell that is the prompt for the first one the one that is being used again and again, despite the text files with the prompts inside stating otherwise. For example the last uses "amidst a river with clear waters."; obviously the 512 image is obeying that, while the 1024 is obeying the place from the first image: "amidst an airport terminal."
Again, thank you very much.
Damn I wroyte into the wrong issue! Sorry, this is for the broken prompt interaction issue, sorry a lot, I don't think I can move it!
What a noob I am...