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
+8 -6
View File
@@ -8,27 +8,29 @@ Goal: guide **img2img** (Init Image) and **inpainting** (Init + Mask) on **Krea
| --- | --- |
| Soft edit / restyle whole frame | Init only + `init_creativity` |
| Change one region (face, hand, logo) | Init + Mask (white = edit) |
| Hair / sand / VAE halftone grain | Mask bad region + **low** denoise (~0.20.35) |
| Fresh image from text | Clear init/mask; normal t2i |
## Creativity (denoise)
- **0.20.35** — small fixes, keep composition
- **0.20.35** — small fixes, keep composition (also VAE grid fixes)
- **0.40.55** — noticeable edit, still related
- **0.60.8** — strong restyle; structure may drift
- Always set `use_init_image: true` when enabling img2img from the Assistent vision / current image.
- Always set `use_init_image: true` when enabling img2img (`slot_to_init` to point at a board window).
## Mask rules
- White = regenerate, black = preserve. Gray = partial.
- Only set `use_mask_image: true` if context shows a vision image that is meant as a mask, or the user said they prepared one.
- If `has_mask_image` is false and the user wants regional edit: ask them to paint a mask in Swarm Image Editor (or Assistent **As Mask**), then continue.
- Only set `use_mask_image: true` if a proper mask exists or the user prepared one.
- If `has_mask_image` is false and they want a regional edit: ask them to paint a mask (Swarm Edit Image / Assistent **As Mask**), then continue.
- Optional: `mask_blur` / `mask_grow` for softer edges.
## Prompting
- Describe **what should appear in the edited region**, not the whole scene dump.
- Describe **what should appear in the edited region**, not a whole-scene dump.
- Keep LoRA triggers if the subject depends on them.
- Match width/height to the init image when possible.
- Match width/height (or `aspect`) to the init image when possible.
- **Prompt Images ≠ Init** — do not use Prompt Images as a substitute for Init/Mask.
## Deliverable