record_learning
Avoid re-entering configuration each session by persisting researched sampling, technique, and model source settings for automatic reuse in future workflows.
Instructions
Persist researched settings so FUTURE sessions start smarter. updates uses the guidance shape, e.g. {"sampling": {"cfg": {"default": 3.5}}} or {"techniques": {"face_detailer": {"denoise": 0.4}}}. source = URL/model page. Any family name works; for a NEW family also include a "detect" block so it's auto-recognized next session: {"detect": {"checkpoint_patterns": ["mymodel"]}, "loader": "unet_clip_vae"}.
A "sources" list teaches organize_workflow's Models note where to download each file - it never invents a URL, so this is the only way one appears: {"sources": [{"match": ["mymodel_v1.safetensors"], "what": "checkpoint", "url": "https://..."}]}. Verify the URL resolves before recording it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| family | Yes | ||
| source | Yes | ||
| updates | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||