List Comfy Assets

List available ComfyUI assets (checkpoints, vae, clip, lora, unet) and local input/output image files.

steliosot 9a2bd6a 4 files · 4.6 KB Updated

File contents

list_comfy_assets

List available ComfyUI assets (checkpoints, vae, clip, lora, unet) and local input/output image files.

Usage

python3 skills/infra/list_comfy_assets/scripts/run.py --args '{}' --pretty

Pass JSON kwargs for run(...) via --args:

python3 skills/infra/list_comfy_assets/scripts/run.py --args '{"param":"value"}' --pretty

Inputs / Outputs

  • Inputs follow skills/infra/list_comfy_assets/skill.yaml.
  • Output is JSON printed to stdout from run(...).

Composition

This skill is designed to compose with other single-purpose skills. Use run_id and artifact references when chaining.

steliosot/comfy-agent/tree/main/skills/infra/list_comfy_assets commit 9a2bd6a20a

Frequently asked questions

npx skillmds@latest add steliosot/list-comfy-assets