Refresh daily workflow review notes

This commit is contained in:
Morpheus
2026-08-20 20:07:50 +00:00
parent a84c26a5f5
commit 69f3c0f9c3
7 changed files with 67 additions and 1 deletions
+6
View File
@@ -19,6 +19,9 @@
- Community Hugging Face workflow worth remembering:
- `models/flux2klein/community-gguf-kv-yarvixpa/`
- Interesting because of KV-cache / GGUF optimization ideas, not because it is the default path
- Community multi-reference donor worth watching:
- `models/flux2klein/geceff-flux2klein9b-multiref-3image/`
- Useful as a reference-control donor, but still too heavy and opinionated to replace the official `9B fp8` edit baseline by default
## Strong current heuristics
@@ -29,11 +32,13 @@
- `CFG=1`
- 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.
## Current weak areas
- We still do not have a clean, trusted, explicitly labeled `9B fp8 outpainting` community workflow import.
- Some public workflow pages mention outpainting but do not expose a trustworthy raw workflow asset.
- The multi-reference donor is promising, but it is not a clean maintainable replacement for the current edit master.
## Best current optimization direction
@@ -42,6 +47,7 @@
- cleaner graph organization
- low-step settings when they are clearly validated
- better reference/outpaint control if portable
- Treat the `geceff` multi-reference pack as a donor for future reference-heavy variants, not as the first default promotion.
## What needs Monday proof