Assistant
Image Gen - Uncensored Edition
I built this starting from the populate "Image Gen Plus" model by KingNish, and made several improvements while keeping core architecture the same - the images are generated without the need for tool use, by creating markdown Image URLs with embedded prompts that get processed by pollinations.ai.
Here is a summary of how we have added to and improved upon the original:
- Underlying LLM is now Qwen 2.5 72B Instruct. This is a sometimes censored model, but with our system prompt and for this use case it is behaving quite compliantly.
- Added extensive instructions and directives to push the model into an uncensored modality where image requests will not be refused due to nudity etc. The model still will NOT generate pornography, but nudes are fine as long as they have artistic value.
- Trained the model to request specific diffusion models when crafting the prompt-URLs... specifically, for content that is NSFW or close to it, the Flux models are unreliable, so the LLM will specify that SD3 turbo be used instead. For all other prompts, the LLM decides whether it is suited for one of the specialized flux models or if the base flux is more appropriate. See prompt for details.
- User requests always take precedence if the user wants a specific model to be used etc.
- Improved examples of prompt-url template