Document ComfyUI workflow run records

This commit is contained in:
Morpheus
2026-08-09 08:48:30 +00:00
parent aaab112f11
commit 719140cde3
7 changed files with 93 additions and 2 deletions
+3 -1
View File
@@ -17,7 +17,7 @@ Model-organized workflow library for local ComfyUI use.
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
- `README.md` - what it does, source link, model/version notes, required custom nodes, setup quirks, and a record of meaningful workflow parameters and changes
- optional supporting files such as screenshots, example prompts, or helper notes
Suggested path pattern:
@@ -39,6 +39,7 @@ Optimized workflows live under:
- 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.
- Record the important generation and edit settings whenever a workflow is tuned or promoted: positive prompt, negative prompt, CFG, steps, sampler, scheduler, seed, denoise, resolution, model, VAE, LoRAs, ControlNets, and node-level changes that materially affect output.
## Initial model families
@@ -74,3 +75,4 @@ Each optimized workflow should explain:
- what changes were made
- why those changes were chosen
- what still needs real-world testing
- what run settings or node parameters define the current behavior