mirror of
https://github.com/civitai/civitai.git
synced 2026-09-20 22:08:18 +08:00
0460b4c64b
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>