46 lines
1.3 KiB
Markdown
46 lines
1.3 KiB
Markdown
# ComfyUI Workflows
|
|
|
|
Model-organized workflow library for local ComfyUI use.
|
|
|
|
## Layout
|
|
|
|
- `models/flux/` - FLUX family workflows and notes
|
|
- `models/ltx/` - LTX workflows and notes
|
|
- `models/flux2klein/` - FLUX.2-klein workflows and notes
|
|
- `models/minimax/` - MiniMax workflows and notes
|
|
- `models/_incoming/` - temporary holding area when a workflow is still being classified
|
|
- `templates/workflow-template/` - starter folder for new workflow imports
|
|
|
|
## How workflows are stored
|
|
|
|
Each workflow gets its own folder so it can carry:
|
|
|
|
- `workflow.json` - the actual ComfyUI workflow file
|
|
- `README.md` - what it does, source link, model/version notes, required custom nodes, and any setup quirks
|
|
- optional supporting files such as screenshots, example prompts, or helper notes
|
|
|
|
Suggested path pattern:
|
|
|
|
`models/<model-family>/<workflow-slug>/`
|
|
|
|
Example:
|
|
|
|
`models/ltx/first-frame-character-lock/`
|
|
|
|
## Conventions
|
|
|
|
- Organize primarily by model family.
|
|
- Prefer one workflow per folder.
|
|
- Keep source links in each workflow README.
|
|
- Note whether the workflow is `tested`, `imported-only`, or `needs-fixes`.
|
|
- Record required custom nodes so the workflow is easier to revive later.
|
|
|
|
## Initial model families
|
|
|
|
- `flux`
|
|
- `ltx`
|
|
- `flux2klein`
|
|
- `minimax`
|
|
|
|
More model families can be added later as needed.
|