krita_configure_diffusion
Persist diffusion generation settings in Krita without starting a job. Update only specified fields, leaving all omitted options unchanged.
Instructions
Persist specified Generate settings without starting a job. Omitted fields stay unchanged. Requires the pinned add-on and active document; style changes require its local backend. Generation requests still supply their own root prompts/strength/seed and request one image. Reuse operation_id on retries; no guaranteed undo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| strength | No | ||
| style_id | No | ||
| fixed_seed | No | ||
| batch_count | No | ||
| document_id | Yes | ||
| instance_id | Yes | ||
| region_only | No | ||
| use_inpaint | No | ||
| inpaint_mode | No | ||
| operation_id | Yes | ||
| negative_prompt | No | ||
| positive_prompt | No | ||
| use_prompt_focus | No | ||
| resolution_multiplier | No |