mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-09 12:39:23 -03:00
Teach CivitaiClient.get_model_versions() to recognise Cloudflare 524, generic 5xx, and connection-level errors as transient failures and return None instead of raising RuntimeError, so a single upstream glitch does not block the entire batch update or produce a scary traceback. Also downgrade the generic except Exception log level in ModelUpdateService._refresh_single_model() from error (with exc_info) to warning (message only), since the full traceback is already logged upstream in CivitaiClient. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>