diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-22 08:42:56 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-22 08:42:56 +0300 |
| commit | f9baad3a11e48a6d438d3e614e1ca1ee45c1547d (patch) | |
| tree | 72db85faa6307b7b586d0ed982da977ad12c6e46 /prompts | |
| parent | 15639ba3508ab92599bd1884ba07139c73b2dac0 (diff) | |
Fix manual prompt mode flags
Diffstat (limited to 'prompts')
| -rw-r--r-- | prompts/manual_prompt.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/prompts/manual_prompt.md b/prompts/manual_prompt.md new file mode 100644 index 0000000..177bfca --- /dev/null +++ b/prompts/manual_prompt.md @@ -0,0 +1,9 @@ +Create a single image based on this prompt: + +{{.Prompt}} + +{{if .Style}}Visual style: {{.Style}}. +{{end}}{{if .Theme}}Theme context: {{.Theme}}. +{{end}}{{if .RenderingRequirement}}{{.RenderingRequirement}} +{{end}}No text, captions, logos, borders, panels, or UI elements. +The image must stay faithful to the prompt while incorporating the style and theme context above.{{if .RenderingRequirement}}{{.RenderingRequirementEnd}}{{end}} |
