ComfyUI image generation plugin for OpenClaw
  • TypeScript 99.5%
  • JavaScript 0.5%
Find a file
Rudy cc4962a236 feat(list): workflow-aware filter, pagination, and numbered select
/image-option list models|loras now uses the active workflow's primary
loader enum from the cached schema instead of the global /models/checkpoints
endpoint — only entries the workflow can actually load show up.

Arguments: /image-option list <models|loras> [filter] [page]
  - filter: substring match across qualified name + filename (case
    insensitive). Matches "(Illustrious)" / "(Pony)" naturally because
    qualifiedModelName embeds base_model.
  - page: 50 entries per page; defaults to 1.

Each list persists on session.lastListing. /image-option set model|lora <N>
resolves N against that listing (1-indexed), so picking entries with kanji,
emoji, or version-collision names no longer requires typing the name.

LoRAs use the generic LoraLoader.lora_name enum (workflows often inject
the LoraLoader at gen time rather than embedding it statically).

Falls back to legacy live-fetch when no schema cache or loader can be
resolved.
2026-06-12 17:14:05 -04:00
skills/comfyui docs: update anima references from official model page 2026-03-31 23:23:44 -04:00
src feat(list): workflow-aware filter, pagination, and numbered select 2026-06-12 17:14:05 -04:00
workflows feat(options): per-workflow option declarations + node-template inheritance 2026-06-12 15:14:19 -04:00
.gitignore feat(schema): /object_info cache + fallback for node-template resolution 2026-06-12 15:49:33 -04:00
index.ts feat(options): per-workflow option declarations + node-template inheritance 2026-06-12 15:14:19 -04:00
openclaw.plugin.json feat: add comfyui skill with per-model prompting guides 2026-03-31 23:14:04 -04:00
package-lock.json fix: display loaded model names instead of [object Object] 2026-03-31 22:26:50 -04:00
package.json feat(options): per-workflow option declarations + node-template inheritance 2026-06-12 15:14:19 -04:00
test-loader.mjs feat(options): per-workflow option declarations + node-template inheritance 2026-06-12 15:14:19 -04:00
tsconfig.json feat: add openclaw comfyui CLI + pre-flight model check 2026-03-31 22:23:04 -04:00