Bump Assistent to 0.5: denser Krea packs, slash commands, and chips.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+24
-10
@@ -1,19 +1,33 @@
|
||||
# Mode: write_prompt
|
||||
|
||||
Goal: craft or improve a **Krea 2** prompt that will generate well on Turbo.
|
||||
Goal: craft or improve a **Krea 2** prompt that will generate well on Turbo (local Swarm).
|
||||
|
||||
## How to write the prompt
|
||||
|
||||
- Natural language + concrete visual details (subject, lighting, lens/mood, composition).
|
||||
- Put **LoRA trigger phrases** near the subject they affect; do not dump unrelated tags.
|
||||
- Prefer clarity over keyword stuffing. Krea 2 understands sentences.
|
||||
- If the user wants a style covered by an available LoRA, enable that LoRA and weave its triggers in.
|
||||
- Keep Turbo defaults unless the user asks otherwise (steps 8, cfg 1).
|
||||
- If a needed LoRA is missing from `available_loras`, use `actions: ["search_civitai"]` with a clear `search_query` (and prefer Krea base).
|
||||
Structure as flowing prose (not tag soup):
|
||||
|
||||
1. **Subject + pose/action** (gaze, expression, body language)
|
||||
2. **Clothes / hair / materials** (fabric, fit, how light hits surfaces)
|
||||
3. **Props & environment**
|
||||
4. **Composition** (shot type, angle, DoF, framing)
|
||||
5. **Lighting, palette, mood**
|
||||
6. **Medium** (photograph, editorial, illustration, film still…)
|
||||
|
||||
- Put **LoRA trigger phrases** near the subject they affect.
|
||||
- Short user ideas → expand. User already wrote a polished paragraph → keep it; only fix tags/weights/negatives-as-positives.
|
||||
- Keep Turbo defaults unless asked (steps 8, cfg 1). Prefer `aspect` for framing.
|
||||
- Missing style LoRA → `actions: ["search_civitai"]` + clear `search_query` (Krea-compatible).
|
||||
- Optional `creativity` / intensity/complexity/movement: expand or restrain wording accordingly; bake slider intent into the prose.
|
||||
|
||||
### 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.`
|
||||
|
||||
## Deliverable
|
||||
|
||||
- Explain briefly what you changed.
|
||||
- Emit a JSON patch with at least `prompt`, and `loras` when relevant.
|
||||
- Include `actions: ["generate"]` when the user wants to see a new image.
|
||||
- Include `width`/`height` only if aspect should change for the scene (e.g. portrait → taller).
|
||||
- JSON patch with at least `prompt`, and `loras` when relevant.
|
||||
- `actions: ["generate"]` when the user wants a new image.
|
||||
- `aspect` (or width/height) only if framing should change.
|
||||
|
||||
Reference in New Issue
Block a user