ComfyUI Node
Symbiotica Auto Packer
The whole order as ready-to-run template sheets: similar assets grouped 1-2 columns x 3-4 rows per sheet, each sheet paired with its client prompts. Wire sheets -> img2img and sheet_prompts -> your LLM/prompt input; downstream runs once per sheet.
Symbiotica Auto Packer
- order
- preset
- settings
- template
- sheets
- sheet_prompts
- sheet_names
- categories
- sheet_categories
◄category►
◄overrides{}►
◄save_as►
Categorysymbiotica/pipeline
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| category | STRING | One asset type, or All | |
| overrides | STRING | {} | Per-asset hide/reorder, set from the node's Assets panel (JSON) |
| save_as | STRING | Set by the '💾 Save as template' button — names the template this run writes to the project's templates/ folder. Empty = don't save. | |
| orderopt | SYMBIOTICA_ORDER | — | |
| presetopt | SYMBIOTICA_MODEL_PRESET | — | |
| settingsopt | SYMBIOTICA_PACK_SETTINGS | — | |
| templateopt | SYMBIOTICA_PACK_TEMPLATE | — |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| sheets | IMAGE | One template sheet per chunk of similar assets |
| sheet_prompts | STRING | Client prompts for sheet i — index-aligned with sheets |
| sheet_names | STRING | Slug per sheet — wire into Save Image filename_prefix |
| categories | STRING | The asset types this pack covers, each named ONCE (e.g. 'Food - 3 stages'), in first-appearance order. Not one per sheet — a type that paginates is still one type. |
| sheet_categories | STRING | Asset type of sheet i — ONE PER SHEET, index-aligned with sheets. Wire THIS into Category Prompts, not the deduped `categories` above: a short list does not error, it silently reuses its last entry. |