stable-diffusion-webui-forge icon indicating copy to clipboard operation
stable-diffusion-webui-forge copied to clipboard

"ROCK AND ROLL” breaks generation.

Open random-667 opened this issue 1 year ago • 2 comments

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.

random-667 avatar Aug 14 '24 00:08 random-667

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

rabidcopy avatar Aug 14 '24 00:08 rabidcopy

Please close this issue.

kerizane avatar Aug 18 '24 08:08 kerizane