@@ -7,7 +7,7 @@ description: "Transform simple prompts into professional images with LLM-powered
77 ** CLI Command:** ` gaia sd ` - Your AI assistant for professional-quality images on Ryzen AI
88</Info >
99
10- # From "a robot" to Masterpiece in 15 Seconds
10+ # From "a robot puppy " to Masterpiece in 17 Seconds
1111
1212The ` gaia sd ` command is ** not just another Stable Diffusion wrapper** . It's an AI-powered prompt enhancement engine that transforms casual descriptions into professional-quality images.
1313
@@ -22,11 +22,11 @@ The `gaia sd` command is **not just another Stable Diffusion wrapper**. It's an
2222``` mermaid
2323%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#ED1C24', 'primaryTextColor':'#fff', 'primaryBorderColor':'#C8171E', 'lineColor':'#F4484D', 'secondaryColor':'#2d2d2d', 'tertiaryColor':'#f5f5f5', 'fontSize':'16px', 'fontFamily': 'system-ui, -apple-system, sans-serif'}}}%%
2424graph LR
25- A["You Type:<br/><b>'a robot'</b>"] --> B["🧠 LLM Brain<br/><small>Analyzes Intent</small>"]
25+ A["You Type:<br/><b>'robot puppy '</b>"] --> B["🧠 LLM Brain<br/><small>Analyzes Intent</small>"]
2626
2727 B --> C["✨ Enhancer<br/><small>Adds Keywords</small>"]
2828
29- C --> D["Enhanced Prompt:<br/><i>'futuristic robot ,<br/>studio lighting ,<br/>metallic finish ,<br/>highly detailed, 8K '</i>"]
29+ C --> D["Enhanced Prompt:<br/><i>'cute robotic puppy ,<br/>glowing LED eyes ,<br/>soft lighting ,<br/>detailed, 4K '</i>"]
3030
3131 D --> E["🖼️ Stable Diffusion<br/><small>on Ryzen AI</small>"]
3232
@@ -43,11 +43,11 @@ graph LR
4343```
4444
4545** The 3-Second Story:**
46- 1 . 🧠 LLM analyzes what you want
47- 2 . ✨ Adds pro keywords (lighting, style, quality, composition)
48- 3 . 🖼️ SD generates with the enhanced prompt
46+ 1 . 🧠 LLM analyzes "robot puppy" → understands cute + robotic theme
47+ 2 . ✨ Adds keywords: glowing LED eyes, metallic fur texture, soft lighting, detailed
48+ 3 . 🖼️ SD generates professional-quality robot puppy
4949
50- ** Result:** 2-word input → 20+ keyword professional prompt → High -quality image
50+ ** Result:** Simple idea → Enhanced prompt → Adorable high -quality image
5151
5252---
5353
@@ -76,7 +76,7 @@ photorealistic, shallow depth of field, 8K"
7676```
7777</CodeGroup >
7878
79- ** You type 2 words , the LLM adds 15+ keywords !** No SD expertise needed.
79+ ** You type "robot puppy" , the LLM adds lighting, materials, details !** No SD expertise needed.
8080
8181---
8282
@@ -92,10 +92,10 @@ photorealistic, shallow depth of field, 8K"
9292
9393 <Step title = " Generate!" >
9494 ``` bash
95- gaia sd " sunset over mountains "
95+ gaia sd " robot puppy "
9696 ```
9797
98- Watch the LLM enhance your prompt and SD generate the image.
98+ Watch the LLM enhance your prompt and SD generate an adorable robot animal!
9999 </Step >
100100</Steps >
101101
@@ -105,9 +105,9 @@ photorealistic, shallow depth of field, 8K"
105105
106106| You Type | LLM Enhances To | Result |
107107| ----------| ----------------| --------|
108- | ** "robot"** | "futuristic robot, metallic chrome, studio lighting, sci-fi, detailed, 8K" | Professional render |
108+ | ** "robot puppy"** | "cute robotic puppy, glowing LED eyes, metallic fur, soft lighting, playful, detailed, 4K" | Adorable robot animal |
109+ | ** "robot owl"** | "mechanical owl, glowing amber eyes, bronze feathers, steampunk, detailed gears, 8K" | Majestic robot bird |
109110| ** "sunset"** | "vibrant sunset, golden hour, dramatic clouds, wide angle, volumetric lighting, 4K" | Cinematic scene |
110- | ** "cat"** | "fluffy orange cat, soft lighting, detailed fur, photorealistic, bokeh, 8K" | Photo-quality |
111111
112112** Pattern:** Simple → Professional in every case.
113113
@@ -119,20 +119,20 @@ The LLM knows how each model works best:
119119
120120| Model | Speed | What LLM Does |
121121| -------| -------| ---------------|
122- | ** SD -Turbo** | ~ 13s | Focuses on key elements, concise enhancement |
123- | ** SDXL -Turbo** | ~ 17s | Adds artistic style keywords, detailed lighting |
124- | ** SD-1.5** | ~ 88s | Balanced approach, traditional keywords |
122+ | ** SDXL -Turbo** (default) | ~ 17s | Adds artistic style keywords, detailed lighting, best balance |
123+ | ** SD -Turbo** | ~ 13s | Focuses on key elements only, concise enhancement |
124+ | ** SD-1.5** | ~ 88s | Balanced traditional approach |
125125| ** SDXL-Base-1.0** | ~ 9min | Natural language, photorealistic focus, keyword weights |
126126
127127``` bash
128- # Fast iteration
129- gaia sd " test concept " --sd-model SD-Turbo
128+ # Default (good quality, fast)
129+ gaia sd " robot puppy "
130130
131- # Better quality
132- gaia sd " final design " --sd-model SDXL -Turbo
131+ # Even faster (lower quality)
132+ gaia sd " quick test " --sd-model SD -Turbo
133133
134- # Photorealistic
135- gaia sd " product photo " --sd-model SDXL-Base-1.0
134+ # Photorealistic (slow)
135+ gaia sd " robot kitten, photorealistic " --sd-model SDXL-Base-1.0
136136```
137137
138138** The LLM adjusts its strategy based on which model you pick!**
@@ -148,17 +148,17 @@ gaia sd -i
148148Have a conversation about your image:
149149
150150```
151- You: a dragon
152- Agent: [enhances] → Generates epic dragon
151+ You: robot puppy
152+ Agent: [enhances] → Generates cute robotic puppy
153153
154- You: make it blue
155- Agent: [enhances with "blue scales "] → Blue dragon
154+ You: make it playful
155+ Agent: [enhances with "playful pose, wagging tail "] → Playful robot puppy
156156
157- You: add fire
158- Agent: [enhances with "breathing fire, flames "] → Dragon with fire
157+ You: add glowing eyes
158+ Agent: [enhances with "bright LED eyes, glowing "] → Glowing-eyed version
159159
160- You: more dramatic lighting
161- Agent: [enhances lighting ] → Cinematic version
160+ You: more futuristic
161+ Agent: [enhances with "holographic elements, sleek" ] → Futuristic design
162162```
163163
164164The agent remembers context and refines based on feedback!
@@ -274,7 +274,7 @@ Peer-reviewed best practices, automatically applied to your prompts.
274274
275275** Try it now:**
276276``` bash
277- gaia sd " your idea here "
277+ gaia sd " robot puppy "
278278```
279279
280- Watch the LLM work its magic! ✨
280+ Watch the LLM transform it into an adorable robotic companion! 🤖🐶 ✨
0 commit comments