Upload Image

Upload a local image to ComfyUI input storage with deterministic naming.

steliosot e06c7be 4 files · 3.9 KB Updated

File contents

upload_image

Upload a local image to ComfyUI input storage with deterministic naming.

Usage

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

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

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

Inputs / Outputs

  • Inputs follow skills/infra/upload_image/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/upload_image commit e06c7bedec

Frequently asked questions

npx skillmds@latest add steliosot/upload-image