Document ComfyUI workflow run records

This commit is contained in:
Morpheus
2026-08-09 08:48:30 +00:00
parent aaab112f11
commit 719140cde3
7 changed files with 93 additions and 2 deletions
@@ -37,6 +37,28 @@ This master is a curated hold of the community inpainting workflow because it gi
- any manual sampler surgery before real testing
- any claim that this is better than `FLUX.2-klein` for edits
## Change Record
Fill this out whenever the master is materially updated so we can see exactly what changed, not just that something changed.
- Positive prompt: not recorded yet
- Negative prompt: not recorded yet
- CFG: not recorded yet
- Steps: not recorded yet
- Sampler: community inpaint sampler path retained; exact values not recorded yet
- Scheduler: not recorded yet
- Seed: not recorded yet
- Denoise: not recorded yet
- Resolution: not recorded yet
- Checkpoint / model: `models/diffusion_models/z_image_turbo_bf16.safetensors`
- VAE: `models/vae/ae.safetensors`
- Text encoder(s): `models/text_encoders/qwen_3_4b.safetensors`
- LoRAs: none recorded yet
- ControlNets / guidance nodes: `ZImageFunControlnet`
- Masks / inpaint settings: inpainting-focused graph retained; exact mask settings not recorded yet
- Node-level graph changes: held the community inpainting graph shape with `LanPaint_KSampler` and `ZImageFunControlnet`; no manual sampler surgery recorded yet
- Why this change was made: keep a plausible real edit path on a `3070` without prematurely bloating the graph
## Required models
- `models/text_encoders/qwen_3_4b.safetensors`