mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-05-16 10:07:36 -03:00
The CivitAI /api/v1/models endpoint defaults to filtering out NSFW content when the nsfw query parameter is omitted. Both get_user_models() and get_model_versions_bulk() hit this endpoint without passing nsfw=true, causing models whose nsfwLevel doesn't include the PG bit to be silently dropped from results. Add nsfw=true to both call sites so all browsing levels are returned.