mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
- Add failed_model_timestamps to track when models fail - Retry failed models after 24-hour cooldown period - Skip retry if example folder already has files - Skip retry if failure was less than 24 hours ago - Log count of failed models with retry message - Fix unbound snapshot variable in exception path - Remove duplicate/unreachable directory check code - Update string quotes to double quotes (PEP 8) This fixes the issue where failed models were permanently skipped in auto-download mode, even when their example folders were empty.