Lovely model. Nice to use when taking a break from the more realistic models. I tested using the model in combination with the chatgpt API (gpt-3.5-turbo) to generate prompts for the model and I think they came out great.
Every single of these images was created by sending a variation of following prompt to the chatgpt API which I then pasted sent to this model. None of the images was cherrypicked, in all cases except for a couple I took the first result I got out of stable diffusion. The exceptions were when I got nsfw images. In that case I regenerated the prompt completely. I set it up to create two prompts with each chatgpt API request. Running this through the API costs approximately 450-550 tokens (which is ~0.001$). I haven't tested but I suspect this could be done with the normal chat-gpt interface as well.
For the negative prompt, I just took some negative prompt I found somewhere and slapped it on.
Chatgpt API prompt:
chat_messages_test = [
{"role": "system", "content": f"Act like you are a terminal which prints out strings as response. Always return exactly 2 strings per question, this is very important."},
{"role": "user", "content": f"I want you to act as a prompt generator. Compose each string as keywords or keyword pairings separated by commas. Do not write explanations on replies and do not write full sentences. Do not write out filler words such as 'The' and 'is'. Return exactly 2 strings to my question. Answer the questions exactly with a single prompt for each output string and at the end of the string add 10 generic descriptive keywords such as '4k','hd','beautiful','intricate' or 'high contrast'. Here's an example of such a string when asked to make an impressive person in a fantasy setting: 'Majestic male, ornate regal attire, metallic gold, tassels and frills, intricately embroidered, fierce horned helmet, mystical fog, shadowy colors, rendered in oil by Daniel Merriam, Michael Cheval, sharp focus, moody lighting, depth of field, bokeh, 4K, HDR, dark night deep shadows, beautiful lighting, deep shadows, high contrast'. Answer the following question:\r\n"},
{"role": "user", "content": f"Make a prompt describing an exotic person or character, it should be in a strange and weird setting. \nIf it's a person then pick a gender, male or female and use it while describing the person. Focus on the character and what they're wearing and if there's a theme. Describe in detail what they're wearing and what it's made of. \nDescribe the colors in the scene and maybe also describe what artstyle it should be made in. Mention an couple of contemporary artists who could have created the image."}
]
Note: The last image could be considered 18+ and I probably should have regenerated it but I just really liked those two Images so I decided against it.