#Generating Stable Diffusion Prompts with ChatGPT

1 messages · Page 1 of 1 (latest)

granite sage
#

I am trying to generate Stable Diffusion prompts from the ChatCompletion API. This works somewhat, but I need to avoid certain words in the generated prompts such as "hands", "face", "chart", "graph", "logo" and others.

The ChatCompletion API seems to ignore explicit directives saying to "avoid the following words ..."

What should I do?