Refresh flux2klein notes and smoke state

This commit is contained in:
Morpheus
2026-08-31 02:10:48 +00:00
parent 237f6a18d4
commit 1189c892ea
10 changed files with 700 additions and 13 deletions
+2
View File
@@ -14,6 +14,7 @@
- `image-edit-4b-base`
- `image-edit-4b-distilled`
- The maintained `flux2klein-9b-fp8-edit-master` now lines up with the real `9B fp8` diffusion filename and `full_encoder_small_decoder` VAE, so the documented model pair matches the saved graph instead of the older mixed-label shorthand.
- Keep the maintained `9B fp8` edit master as the canonical saved graph; the imported `9B distilled` and `9B base` templates still serialize the older `fp8mixed` widget label, so those are source imports to mine, not promotion targets.
- Current best outpainting starter:
- `models/flux2klein/image-edit-4b-distilled/`
- Reason: official, current, and easiest first test even though Chris's main stack is `9B`
@@ -35,6 +36,7 @@
- cleaner model/text-encoder pairing
- avoiding broken loader substitutions
- Keep the official `9B fp8` edit master as the default lane, then borrow from the multi-reference donor only when reference control is the real problem.
- When testing, use the maintained `9B fp8` master as the comparison baseline rather than the raw imported `fp8mixed` widget label.
## Current weak areas
@@ -0,0 +1,21 @@
# 2026-08-31 Daily Review
## Scope
Reviewed the current `flux2klein`, `zimage`, `ltx`, and `minimax` source packs against the maintained optimized layer.
## Findings
- `flux2klein`: the maintained `9B fp8` edit master remains the only canonical saved graph to keep promoting. The raw imported `9B distilled` and `9B base` templates still carry the older `fp8mixed` widget label, so they should stay source imports rather than promotion targets.
- `zimage`: the maintained inpaint starter is still a straight hold of the imported community graph, so there is no separate graph-side optimization to carry tonight.
- `ltx` and `minimax`: no new low-risk maintained promotion surfaced from the notes-only pass.
## Smoke test
- Submitted one single-image `flux2klein` smoke test using the existing repo runner.
- Queue check came back idle, so the job was accepted.
- Handoff state was written to `benchmarks/flux2klein/overnight-state.json` with `testsSet=true` and `reviewPending=true`.
## Review target
- `benchmarks/flux2klein/runs/2026-08-31T02-08-05-386Z-single-smoke/`
+2
View File
@@ -18,6 +18,7 @@
- `models/zimage/z-image-turbo-inpainting-community/`
- `models/zimage/z-image-turbo-controlnet-union-community/`
- `models/zimage/qujincheng-z-image-lora-facetailer/` for face-detail follow-up, not as a core generator
- `optimized/image-edit/zimage-turbo-3070-inpaint-start/` is currently a straight hold of `z-image-turbo-inpainting-community`, so it should stay a curated import until a real graph-side improvement appears.
## Current heuristics
@@ -26,6 +27,7 @@
- Treat `Z-Image` as especially relevant for image-generation and image-edit categories, not video categories.
- Keep the official example as the clean text-to-image baseline, then compare the community inpaint and controlnet-union graphs against it for real edit gains.
- Treat facetailer-style graphs as post-pass helpers unless they prove they can stand alone.
- Do not spend optimization time on the inpaint master unless a new run shows a concrete advantage over the imported community graph.
## What still needs proof