Fix flux2klein fp8 master labels

This commit is contained in:
Morpheus
2026-08-23 02:09:00 +00:00
parent a16fbf315c
commit 026ca23043
11 changed files with 682 additions and 17 deletions
@@ -54,20 +54,20 @@ Fill this out whenever the master is materially updated so we can see exactly wh
- Denoise: not recorded yet
- Resolution: not recorded yet
- Checkpoint / model: `models/diffusion_models/flux-2-klein-9b-fp8.safetensors`
- VAE: `models/vae/flux2-vae.safetensors`
- VAE: `models/vae/full_encoder_small_decoder.safetensors`
- Text encoder(s): `models/text_encoders/qwen_3_8b_fp8mixed.safetensors`
- LoRAs: none recorded yet
- ControlNets / guidance nodes: none recorded yet
- Masks / inpaint settings: not recorded yet
- Node-level graph changes: stayed on the official `9B distilled` template route; no extra community graph surgery recorded yet
- Node-level graph changes: aligned both saved diffusion-model widgets to the real `flux-2-klein-9b-fp8.safetensors` filename and kept the shared `full_encoder_small_decoder.safetensors` VAE; no extra community graph surgery recorded yet
- Smoke test: `2026-08-21`, `4` steps, `cfg 1`, `1536x864`, output `benchmarks/flux2klein/runs/2026-08-21T02-03-28-751Z-single-smoke/cases/case01/01-flux2klein-overnight-smoke_00001_.png`
- Why this change was made: keep the master aligned with your `9B fp8` preference while staying more practical than the heavier base route
- Why this change was made: keep the master aligned with your `9B fp8` preference and the actual saved model filenames while staying more practical than the heavier base route
## Required models
- `models/diffusion_models/flux-2-klein-9b-fp8.safetensors`
- `models/text_encoders/qwen_3_8b_fp8mixed.safetensors`
- `models/vae/flux2-vae.safetensors`
- `models/vae/full_encoder_small_decoder.safetensors`
## Required custom nodes
@@ -203,7 +203,7 @@
"previewExposures": []
},
"widgets_values": [
"flux-2-klein-9b-fp8mixed.safetensors",
"flux-2-klein-9b-fp8.safetensors",
"qwen_3_8b_fp8mixed.safetensors",
"full_encoder_small_decoder.safetensors",
"Replace the background with a quiet coastal cliff at overcast sunset. Remove all buildings and streets. Add wind-shaped grass and a distant ocean horizon. Keep the subjects pose and framing unchanged.",
@@ -386,7 +386,7 @@
"previewExposures": []
},
"widgets_values": [
"flux-2-klein-9b-fp8mixed.safetensors",
"flux-2-klein-9b-fp8.safetensors",
"qwen_3_8b_fp8mixed.safetensors",
"full_encoder_small_decoder.safetensors",
"Let this character hold the bag with both hands",
+1
View File
@@ -13,6 +13,7 @@
- `image-edit-9b-distilled`
- `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.
- 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`