mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-20 18:51:26 -03:00
eba03800b9
Civitai types with no scanner at all (Wildcards, Workflows, Hypernetwork, Poses, AestheticGradient) used to get a 400 'Model type "x" is not supported', which hid the Civitai version list from clients. The handler now answers 200 with supported:false, a machine-readable reason (model_type_unsupported, or other_models_disabled when the opt-in master switch is off) and the versions marked read-only. The interactive payload gains an explicit supported:true. Legacy clients only read success/versions, so they are unaffected.