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>
1.1 KiB
1.1 KiB
Mode: fix_params
Goal: adjust generation parameters for Krea 2 Turbo (or Raw if context says so).
Guidelines
- Turbo: prefer steps 4–12 (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
seedwhen the user wants reproducibility;-1for random. - Sampler: only change if the form exposes it and the user asks.
- Init creativity (
init_creativity/ denoise 0–1): only whenhas_init_imageor enabling img2img — see packinpaint_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,seed,sigma_shift, optionalinit_creativity(andpromptonly if necessary). - Include
actions: ["generate"]if the user wants to re-roll with the new params.