# Prompting Guide

## Flux.1 \[Dev]

* Flux is the primary model for the /generate command&#x20;
* FLUX.1 \[dev] is an open-weight, guidance-distilled model for non-commercial applications. Directly distilled from FLUX.1 \[pro], FLUX.1 \[dev] obtains similar quality and prompt adherence capabilities, while being more efficient than a standard model of the same size.
* A great resource to view different prompt results is [PromptHero](https://prompthero.com/flux-prompts)
* A well-crafted FLUX.1 prompt typically includes the following components:
  * **Subject**: The main focus of the image.
  * **Style**: The artistic approach or visual aesthetic.
  * **Composition**: How elements are arranged within the frame.
  * **Lighting**: The type and quality of light in the scene.
  * **Color Palette**: The dominant colors or color scheme.
  * **Mood/Atmosphere**: The emotional tone or ambiance of the image.
  * **Technical Details**: Camera settings, perspective, or specific visual techniques.
  * **Additional Elements**: Supporting details or background information.
  * A more detailed guide can be found [here](https://www.giz.ai/flux-1-prompt-guide/)

## Pony Realism NSFW

* Pony realism is the latest supported model for NSFW and is accessed when using the /generate-nsfw command.
* As this is a NSFW model, prompts need to be based around humans/creatures and body features.&#x20;
* *This version leans more towards Pony for broader variety while maintaining realistic quality.*
  * *Good faces at medium-close distances.*
  * *Great skin detail.*
  * *Great prompt adherance.*
* *Prompting guidelines*
  * **Terminology:** Recommended the use of "female/male" instead of "woman/man"
  * **This version does not need any trigger words, and as like most Pony models it uses the following prompt style:**

    ***Positive:***

    ```
    score_9, score_8_up, score_7_up, BREAK
    ```

    ***Negative:***

    ```
    score_1, score_2, score_3
    ```
  * Any race keywords need to proper such as "african american" or "asian" or "caucasian" to get the best results.
  * Using proper descriptions for genetalia and other body parts is also highly recommended.&#x20;
  * For more info and to view prompts <https://tungsten.run/sparks/ponyrealism>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.distribute.ai/distribute-for-consumers/distribute.ai-discord-bot/prompting-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
