comfy_library
Search and browse past generations, then record new ones with prompt, seed, and workflow details.
Instructions
Browse past generations and record new ones.
Return Format
{"success": bool, "generations": [...], "message": str}
Examples
comfy_library(operation="recent", limit=10)
comfy_library(operation="search", query="cat surfing")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results. | |
| model | No | Model for record. | |
| query | No | Search text. | |
| outputs | No | JSON outputs for record. | |
| seed_val | No | Seed for record. | |
| operation | Yes | Operation to perform. | |
| prompt_id | No | Prompt ID for record. | |
| prompt_text | No | Prompt for record. | |
| workflow_id | No | Workflow ID for record. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||