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