stable-diffusion-webui-forge
stable-diffusion-webui-forge copied to clipboard
"ROCK AND ROLL” breaks generation.
Using the recommended flux model and the phrase "ROCK AND ROLL" in quotes and all caps causes the image generation to slow down and the resulting image is fried. I've had no other issues with flux and forge. Also, the issue isn't there in comfyui with the original flux-dev model. Seems like "AND" is causing the issue.
The reason for this is the AND syntax. When AND is in the prompt, it treats it as two prompts being combined. Try placing a \ before the A in AND. https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#composable-diffusion
Please close this issue.