You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/concepts/image-generation.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,17 +43,17 @@ There are two prompt boxes: **Positive Prompt** & **Negative Prompt**.
43
43
<LinkCard
44
44
title="Prompting Guide"
45
45
description="Learn how to structure prompts, use positive and negative prompts well, and iterate toward better results."
46
-
href="/concepts/prompting-guide"
46
+
href="../prompting-guide"
47
47
/>
48
48
<LinkCard
49
49
title="Prompting Syntax"
50
50
description="Learn InvokeAI's advanced prompt weighting and composition syntax, including `+`, `-`, `.blend()`, and `.and()`."
51
-
href="/concepts/prompt-syntax"
51
+
href="../prompt-syntax"
52
52
/>
53
53
<LinkCard
54
54
title="Dynamic Prompting"
55
55
description="Expand one prompt into many prompt variations with curly-brace syntax."
56
-
href="/concepts/dynamic-prompting"
56
+
href="../dynamic-prompting"
57
57
/>
58
58
</CardGrid>
59
59
@@ -78,7 +78,7 @@ Invoke offers a number of different workflows for interacting with models to pro
78
78
<Steps>
79
79
1.**Fine-tuning your prompt:**
80
80
81
-
The more specific you are, the closer the image will turn out to what is in your head. Adding more details in the Positive or Negative Prompt can help add or remove parts of the image. You can also use advanced techniques like upweighting and downweighting to control the influence of specific words. Learn more in the [Prompting Guide](/concepts/prompting-guide) and [Prompting Syntax](/concepts/prompt-syntax).
81
+
The more specific you are, the closer the image will turn out to what is in your head. Adding more details in the Positive or Negative Prompt can help add or remove parts of the image. You can also use advanced techniques like upweighting and downweighting to control the influence of specific words. Learn more in the [Prompting Guide](../prompting-guide) and [Prompting Syntax](../prompt-syntax).
82
82
83
83
:::tip
84
84
If you're seeing poor results, try adding the things you don't like about the image to your negative prompt. E.g. *distorted, low quality, unrealistic, etc.*
@@ -99,7 +99,7 @@ Invoke offers a number of different workflows for interacting with models to pro
99
99
100
100
5.**Explore Advanced Settings:**
101
101
102
-
InvokeAI has a full suite of tools available to allow you complete control over your image creation process. Check out our [docs if you want to learn more](https://invoke-ai.github.io/InvokeAI/features/).
102
+
InvokeAI has a full suite of tools available to allow you complete control over your image creation process. Check out our [features docs](../../features/gallery) if you want to learn more.
description="Learn how to write effective prompts for InvokeAI."
15
15
/>
16
16
17
17
<LinkCard
18
18
title="Dynamic Prompting"
19
-
href="/concepts/dynamic-prompting"
19
+
href="../dynamic-prompting"
20
20
description="Learn how to create many prompt variations from a single template."
21
21
/>
22
22
</CardGrid>
23
23
24
-
InvokeAI supports Compel-style prompt weighting and prompt functions for `SD 1.5` and `SDXL` text conditioning workflows. Recent model families, including `FLUX`, `Z-Image`, `CogView4`, and `Qwen Image`, bypass Compel and do not use the syntax documented on this page. This page documents syntax for those Compel-based workflows only. If you want general advice on writing better prompts, start with [Prompting Guide](/concepts/prompting-guide).
24
+
InvokeAI supports Compel-style prompt weighting and prompt functions for `SD 1.5` and `SDXL` text conditioning workflows. Recent model families, including `FLUX`, `Z-Image`, `CogView4`, and `Qwen Image`, bypass Compel and do not use the syntax documented on this page. This page documents syntax for those Compel-based workflows only. If you want general advice on writing better prompts, start with [Prompting Guide](../prompting-guide).
25
25
26
26
:::note[Compatibility note]
27
27
If a weighted prompt seems to be ignored, check whether you are using an `SD 1.5` or `SDXL` workflow. Compel syntax on this page does not apply to newer model families such as `FLUX`, `Z-Image`, `CogView4`, and `Qwen Image`.
@@ -134,5 +134,5 @@ Use unescaped parentheses only when you mean grouping or weighting.
134
134
135
135
## Related pages
136
136
137
-
- For practical prompt-writing advice, read [Prompting Guide](/concepts/prompting-guide).
138
-
- For prompt expansion and permutations, read [Dynamic Prompting](/concepts/dynamic-prompting).
137
+
- For practical prompt-writing advice, read [Prompting Guide](../prompting-guide).
138
+
- For prompt expansion and permutations, read [Dynamic Prompting](../dynamic-prompting).
description="Learn how to weight prompt terms, blend concepts, and use prompt conjunctions for more control."
15
15
/>
16
16
17
17
<LinkCard
18
18
title="Dynamic Prompting"
19
-
href="/concepts/dynamic-prompting"
19
+
href="../dynamic-prompting"
20
20
description="Learn how to create many prompt variations from a single template."
21
21
/>
22
22
</CardGrid>
@@ -82,7 +82,7 @@ Good negative prompts usually name specific failure modes: `blurry`, `distorted
82
82
83
83
5. Escalate only when needed
84
84
85
-
If the result is close but one element is too weak or too strong, move to [Prompting Syntax](/concepts/prompt-syntax) for weighting. If you want lots of variations, use [Dynamic Prompting](/concepts/dynamic-prompting).
85
+
If the result is close but one element is too weak or too strong, move to [Prompting Syntax](../prompt-syntax) for weighting. If you want lots of variations, use [Dynamic Prompting](../dynamic-prompting).
86
86
</Steps>
87
87
88
88
Here is the same idea refined in stages:
@@ -108,10 +108,10 @@ The same prompt can behave very differently across models.
108
108
109
109
Reach for advanced syntax when a normal comma-separated prompt is almost right, but you need more control.
110
110
111
-
- Use [Prompting Syntax](/concepts/prompt-syntax) when one term needs more or less influence.
111
+
- Use [Prompting Syntax](../prompt-syntax) when one term needs more or less influence.
112
112
- Use `.blend()` when you want to mix concepts or styles deliberately.
113
113
- Use `.and()` when you want separate prompt clauses encoded individually.
114
-
- Use [Dynamic Prompting](/concepts/dynamic-prompting) when you want many prompt variations from one template.
114
+
- Use [Dynamic Prompting](../dynamic-prompting) when you want many prompt variations from one template.
0 commit comments