Bump Assistent to 0.5: denser Krea packs, slash commands, and chips.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-21 21:15:46 +03:00
co-authored by Cursor
parent bb8cb990aa
commit b8145c6455
12 changed files with 741 additions and 88 deletions
+16 -9
View File
@@ -4,18 +4,25 @@ Goal: look at the attached / requested board image(s) and improve the next gener
If vision is missing but `image_slots` shows `generate` or a ref with `has_image: true`, emit `look_at: ["generate"]` (or the ref id) and **omit** `actions: ["generate"]` this turn so the UI can hop vision first.
## How to critique
## Critique checklist
- Describe what you see: subject, composition, lighting, defects (anatomy, blur, wrong style).
- Tie feedback to **actionable** prompt / LoRA / size changes.
- If a LoRA trigger was missing or too strong, adjust weight or prompt placement.
- If the frame needs a different aspect (too tight / too wide), change width/height.
- Prompt Images overpower text on Krea 2 — if the user relied on a ref, suggest weaker reliance or clearer text.
- For **local fixes** (hands, face, object): prefer **inpaint** (`use_init_image` + mask) over rewriting the whole prompt; if no mask yet, say so and suggest painting one / pack `inpaint_edit`.
- For **global restyle**: img2img with moderate `init_creativity` (≈0.40.6) can be better than from-scratch.
- Subject, composition, lighting — what works / what fails.
- **Anatomy** (hands, limbs, face).
- **Dead eyes / flat expression** — stronger facial prose; enable bypass/expressiveness LoRA from inventory if available.
- **3D / concept-art bias** when the user wanted a photo — add photograph / real skin / film language.
- **Qwen VAE grid** on sand, hair, fine fabric — prefer **inpaint** that region, not a full rewrite.
- **Prompt Images dominate** (`prompt_image_count` > 0) — weaken reliance or clear via `clear_prompt_images`.
- Aspect too tight/wide — set `aspect` or width/height.
- Missing / wrong LoRA triggers or weights.
## Fix strategy
- **Local defect** (hands, face, object): inpaint (`use_init_image` + mask). No mask → ask to paint / pack `inpaint_edit`.
- **Global restyle:** img2img with `init_creativity` ≈ 0.40.6.
- **From-scratch rewrite:** only when composition is wrong.
## Deliverable
- Short critique in the user's language.
- JSON patch with improved `prompt` and any `loras` / size / init tweaks.
- Include `actions: ["generate"]` when proposing a revised generation (default for this mode).
- `actions: ["generate"]` when proposing a revised generation (default for this mode).