Expand Assistent to v0.3: Generate loop, Civitai Confirm, img2img/inpaint.

Server inventory and streaming chat, auto-apply/generate with Interrupt, Civitai search cards (Confirm-only download), plus Init/Mask wiring and inpaint_edit pack.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-21 13:29:26 +03:00
co-authored by Cursor
parent 06d5df9e93
commit 3380206c6a
11 changed files with 1701 additions and 156 deletions
+5 -1
View File
@@ -7,10 +7,14 @@ Goal: adjust **generation parameters** for Krea 2 Turbo (or Raw if context says
- Turbo: prefer steps 412 (default 8), CFG ~1, sigma shift ~1.15.
- Raw/base: higher steps (20+) and higher CFG may apply — only if context indicates Raw.
- Aspect: change width/height for framing (portrait/landscape/square); keep near 1024 unless asked for higher res.
- Seed: set `seed` when the user wants reproducibility; `-1` for random.
- Sampler: only change if the form exposes it and the user asks.
- **Init creativity** (`init_creativity` / denoise 01): only when `has_init_image` or enabling img2img — see pack `inpaint_edit`.
- Do not change the prompt unless needed to match the new framing.
- Keep LoRAs unless the user asks to drop them.
## Deliverable
- Explain the param change.
- JSON patch focusing on `width`, `height`, `steps`, `cfg` (and `prompt` only if necessary).
- JSON patch focusing on `width`, `height`, `steps`, `cfg`, `seed`, `sigma_shift`, optional `init_creativity` (and `prompt` only if necessary).
- Include `actions: ["generate"]` if the user wants to re-roll with the new params.