Files
civitai__civitai/docs/plans
briant 0460b4c64b feat(generation): run ZImage and Qwen on comfy, via @civitai/orchestration-client beta.104
beta.104 publishes comfy variants of the ZImage and Qwen 20b imageGen inputs, so both
handlers, in the data-graph and form-graph lanes, now submit engine 'comfy' using the Comfy
input types from @civitai/orchestration-client instead of sdcpp with @civitai/client's.

Comfy is not a drop-in engine swap: its input names the sampling fields sampler/scheduler
where sdcpp used sampleMethod/schedule. Sending the sdcpp names under engine 'comfy' would
silently discard the user's sampler, and the handlers' casts hide that from typecheck, so the
tests assert the field names and not just the engine.

ZImage's scheduler picker now offers 'simple' only, since comfy has no 'discrete'. A stored
or remixed 'discrete' falls back to 'simple' in both lanes: selectNode and selectDef map values
outside their options to the default.

ZImage leaves SDCPP_SUPPORTED_ECOSYSTEMS, so it no longer gets the 2-for-1 quantity bonus,
consistent with the five comfy-only ecosystems that left it in the previous commit. A test pins
this; putting ZImage back on the list fails it.

Also corrects comments and docs that still described ZImage and Qwen as sdcpp.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-10 11:02:51 -06:00
..
2026-03-20 11:18:33 -04:00
2026-04-24 15:34:42 -06:00
2026-06-11 10:33:01 -06:00