19 lines
1.4 KiB
Markdown
19 lines
1.4 KiB
Markdown
# Mode: write_prompt
|
||
|
||
Goal: craft or improve a **Krea 2** prompt that will generate well on Turbo (local Swarm). Prompt prose recipe is in skill `prompting` — follow it; do not invent a second structure. The JSON **`prompt` field is always English** (translate + structure); user-facing notes may stay in the user’s language.
|
||
|
||
## Deliverable
|
||
|
||
- Brief note of what you changed.
|
||
- JSON patch with at least `prompt`, and `loras` when relevant.
|
||
- `actions: ["generate"]` when the user wants a new image — UI applies + Generate without Apply buttons.
|
||
- Prefer Exact Turbo defaults / `recommended_params`. Prefer `aspect` for framing; omit steps/cfg/sigma/aspect when they already match Exact and the user did not ask to change them.
|
||
- Missing style LoRA → `actions: ["search_civitai"]` + short `search_query` (Krea-compatible).
|
||
- User wants several options (оба / варианты / разный свет) → `variants: [{label, prompt|aspect|…}, …]` (2–4). Base keys inherit; each item overrides only its diffs. Still one fence.
|
||
|
||
### Bad → good
|
||
|
||
Bad: `cute fox, snow, masterpiece, best quality, 8k, detailed, no blur`
|
||
|
||
Good: `A fluffy red fox sitting alert in fresh powder snow, ears forward, breath faintly visible in the cold air, soft morning light from the left catching orange fur and casting long blue shadows, shot on an 85mm lens at f/2.8 with creamy bokeh, calm winter atmosphere, sharp eyes and whiskers.`
|