# Stable Diffusion Recommend

## Try it in the Widget Center

Click this [url](https://app.myshell.ai/robot-workshop/widget/1782389093624786944) to try this widget and copy the Pro Config template.

## Usage

### Recommend Stable diffusion models

**Input Parameters**

<table><thead><tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>prompt</td><td><code>string</code></td><td>The description of your desired image: briefly describe the subject and setting of your image, along with any desired artistic style, and whatever you what</td><td></td><td>false</td></tr></tbody></table>

**Output Parameters**

| Name      | Type     | Description                                                                                        | File Type |
| --------- | -------- | -------------------------------------------------------------------------------------------------- | --------- |
| response  | `string` | The recommended stable diffusion models come with information and demo pictures, as well as loras. |           |
| raw\_info | `array`  | The raw information of the recommended stable diffusion models.                                    |           |

**Output Example**

{% tabs %}
{% tab title="success" %}
{% code fullWidth="false" %}

```json
{
   {
   "raw_info": [
      {
         "base_model": "SD 1.5",
         "demoPictureLora": "",
         "demo_picture_lora": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be49568e-943f-4c60-a2f8-3d27cb575854/width=1024/be49568e-943f-4c60-a2f8-3d27cb575854.jpeg",
         "description": "The stable diffusion model generates a wide variety of images with a style that can range from simple prompts like \"A female soccer player\" to more complex prompts, showcasing compatibility with LoRAs and producing high-quality results even before upscaling.",
         "loras": "",
         "model_version_id": "66857",
         "name": "FantasticChix-HR",
         "official_demo_picture": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06efa61a-2cab-48ba-980a-12246bbd6518/width=450/751232.jpeg",
         "prompt": "An adorable 13 year old female wearing a witch outfit and witch hat reading an old book with (magic potions:1.2) and magical items on table in an (alchemy laboratory)"
      },
      {
         "base_model": "SD 1.5",
         "demoPictureLora": "",
         "demo_picture_lora": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30c1223e-dee3-442d-a79b-14390c55e762/width=1024/30c1223e-dee3-442d-a79b-14390c55e762.jpeg",
         "description": "This stable diffusion model excels at generating high-resolution female portraits with a focus on capturing the essence of girls in a visually appealing manner.",
         "loras": "",
         "model_version_id": "77225",
         "name": "Real Goofball",
         "official_demo_picture": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06161f7e-38b0-4cce-a5b8-6a8a07b772cb/width=450/866029.jpeg",
         "prompt": "(masterpiece, top quality, best quality, official art, beautiful and aesthetic:1.2), (1girl:1.3), (fractal art:1.3),"
      }
   ],
   "response": "Here are summaries of the two stable diffusion models along with my personal recommendation:\n\n1. **FantasticChix-HR**\n   - **Description:** This model generates a wide variety of images with a style that can range from simple to complex prompts. It is compatible with LoRAs and produces high-quality results even before upscaling.\n   - **Base Model:** SD 1.5\n   - **Prompt:** An adorable 13-year-old female wearing a witch outfit and witch hat reading an old book with magic potions and magical items on a table in an alchemy laboratory.\n   - **Official Demo Picture:** [View Demo Picture](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06efa61a-2cab-48ba-980a-12246bbd6518/width=450/751232.jpeg)\n\n2. **Real Goofball**\n   - **Description:** This model excels at generating high-resolution female portraits with a focus on capturing the essence of girls in a visually appealing manner.\n   - **Base Model:** SD 1.5\n   - **Prompt:** (masterpiece, top quality, best quality, official art, beautiful and aesthetic), (1girl), (fractal art)\n   - **Official Demo Picture:** [View Demo Picture](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06161f7e-38b0-4cce-a5b8-6a8a07b772cb/width=450/866029.jpeg)\n\n**Personal Recommendation:** Both models offer unique strengths in generating high-quality images, with FantasticChix-HR being versatile in producing a wide range of styles and Real Goofball focusing on high-resolution female portraits. Depending on your specific needs, you can choose the model that aligns best with the type of images you aim to create."
   }
}
```

{% endcode %}
{% endtab %}
{% endtabs %}

## Detailed Guidelines


---

# 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.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/24-stable-diffusion-recommend.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.
