Add optimized workflow notes layer

This commit is contained in:
Morpheus
2026-08-08 21:35:04 +00:00
parent e9efbc4616
commit 5cdfcad277
5 changed files with 147 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Optimization Process Notes
## Standing rules
- Always `git pull --ff-only` before changing the repo.
- Prefer practical gains over clever complexity.
- Do not claim "optimal" when the evidence is still thin; "best current" is acceptable.
- Prefer removing dead branches, duplicated wiring, and stale custom-node clutter.
## Current weekly review priorities
1. `flux2klein`
2. `ltx`
3. `minimax`
4. category masters in:
- `image-edit`
- `image-to-video`
- `text-to-video`
- `text-to-image`
- `upscale-restoration`
## Current repo split
- `models/` = collected originals and community finds
- `optimized/` = maintained masters
- `optimized/notes/` = accumulated reasoning and unresolved questions
## What to record after each Sunday review
- Which optimized categories changed
- Which source workflows influenced the update
- What was removed
- What was kept
- What still needs Monday testing