ProConfig Tutorial
  • Overview & Setup
  • Tutorial Structure
  • Tutorial
    • Hello World with Pro Config
    • Building Workflow
    • Transitions
    • Expressions and Variables
    • An Advanced Example
    • Function Calling Example
    • Random Routing Example
  • API Reference
    • Widgets
      • Bark TTS
      • Champ
      • CoinGecko
      • ControlNet with Civitai
      • Crawler
      • Crypto News
      • Data Visualizer
      • Email Sender
      • Google Flight Search
      • Google Hotel Search
      • Google Image Search
      • Google Map Search
      • Google News Search
      • Google Scholar Search
      • Google Search
      • GroundedSAM
      • Image Text Fuser
      • Information Extractor - OpenAI Schema Generator
      • Information Extractor
      • Instagram Search
      • JSON to Table
      • LinkedIn
      • MS Word to Markdown
      • Markdown to MS Word
      • Markdown to PDF
      • Mindmap Generator
      • Notion Database
      • OCR
      • Pdf to Markdown
      • RMBG
      • Stabel-Video-Diffusion
      • Stable Diffusion Inpaint
      • Stable Diffusion Recommend
      • Stable Diffusion Transform
      • Stable Diffusion Upscale
      • Stable Diffusion with 6 fixed category
      • Stable Diffusion with Civitai
      • Storydiffusion
      • Suno Lyrics Generator
      • Suno Music Generator
      • Table to Markdown
      • TripAdvisor
      • Twitter Search
      • UDOP: Document Question Answering
      • Weather forecasting
      • Whisper large-v3
      • Wikipedia
      • Wolfram Alpha Search
      • Yelp Search
      • YouTube Downloader
      • YouTube Transcriber
      • Youtube Search
  • Tools
    • AutoConfig Bot
    • Cache Mode
Powered by GitBook
On this page
  • Try it in the Widget Center
  • Usage
  • Recommend Stable diffusion models
  • Detailed Guidelines
  1. API Reference
  2. Widgets

Stable Diffusion Recommend

Given a description, recommend Stable Diffusion models and loras

PreviousStable Diffusion InpaintNextStable Diffusion Transform

Last updated 1 year ago

Try it in the Widget Center

Click this to try this widget and copy the Pro Config template.

Usage

Recommend Stable diffusion models

Input Parameters

Name
Type
Description
Default
Required

prompt

string

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

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

{
   {
   "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."
   }
}

Detailed Guidelines

url