Painting to Imagine #1095
Replies: 2 comments 3 replies
-
Thanks for the sharing the detailed train of thought, query, output and your image generation setup. There are multiple different points being discussed here. Let me address the unsafe image generation bit first: Context:
Issue:What seems to be happening is that for your prompt the LLM generates a "cannot generate content of type X" which is then passed to the image generation model. This results in the image generation model using that text as its instruction to generate the image! This result in it actually generating a generic image of type X 😬 . For commercial image models that we use, this wasn't being an issue as the image gen safety filters would prevent such image generations anyway if the LLM did not refuse. FixThe fix for this would be to not have the image generation model called if LLM doesn't want to generate such an image. |
Beta Was this translation helpful? Give feedback.
-
I do have some trouble with the "Painting to Imagine" in the "Image Generation" process.
At first, ... it is always tried to apply the/my current location to the/my prompt. This is nearly always useless but in some cases it even destroys the original intention of the image description.
How could one disable having these things get applied?!
But my current and (for me currently) important "question" is, ... if using (e.g.) the following prompt ...
... the following
train of thought
is applied, ...... but neverthelesse the most brutal scene ever seen is displayed; but with no relation to Star Wars and Storm Troopers.
Inspired from this, I tried the prompt ...
... where the following
train of thought
was applied, ...... but neverthelesse a picture of a girl without any shirt is generated. (Comment for this: I absolutely do understand and follow the "I cannot create content that sexualizes a minor" message; but ... there is a SUCH A pic returned and MY prompt has nothing to do with such a message)
My real question is, ...
... where comes the "I cannot create content that depicts violence or harm." from?
... how could I disable/change this filter/behaviour/...?
... This specially according to location and stuff of my own context
I use
LocalAI
withdreamshaper
as the image generation mode and using this prompt via curl (or web frontend of Local AI) the/a corrent image - according to the prompt - is generated.Beta Was this translation helpful? Give feedback.
All reactions