Add optimized workflow section

This commit is contained in:
Morpheus
2026-08-08 21:30:07 +00:00
parent 9c12e98295
commit e9efbc4616
7 changed files with 90 additions and 0 deletions
+31
View File
@@ -8,6 +8,7 @@ Model-organized workflow library for local ComfyUI use.
- `models/ltx/` - LTX workflows and notes
- `models/flux2klein/` - FLUX.2-klein workflows and notes
- `models/minimax/` - MiniMax workflows and notes
- `optimized/` - maintained category masters built from collected workflows
- `models/_incoming/` - temporary holding area when a workflow is still being classified
- `templates/workflow-template/` - starter folder for new workflow imports
@@ -27,6 +28,10 @@ Example:
`models/ltx/first-frame-character-lock/`
Optimized workflows live under:
`optimized/<category>/<family>-master/`
## Conventions
- Organize primarily by model family.
@@ -43,3 +48,29 @@ Example:
- `minimax`
More model families can be added later as needed.
## Optimized layer
The `optimized/` section is the maintained layer for cleaned-up "best current" workflows by category.
These are not raw imports. They are intended to become:
- better organized
- better documented
- stripped of junk or dead branches
- updated when stronger ideas appear in newly collected workflows
Expected categories:
- `text-to-image`
- `image-edit`
- `image-to-video`
- `text-to-video`
- `upscale-restoration`
Each optimized workflow should explain:
- what source workflows informed it
- what changes were made
- why those changes were chosen
- what still needs real-world testing