ComfyUI/app/model_downloader
Talmaj Marinc fe4d0c9722
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Disable newline translations on Windows, \r\n -> \n only.
2026-07-01 12:06:17 +02:00
..
api Add initial commit for model downloader. 2026-06-30 20:33:15 +02:00
credentials Add support for ENV based HF_TOKEN. 2026-07-01 12:02:19 +02:00
database Fix ruff. 2026-07-01 11:36:23 +02:00
engine Disable newline translations on Windows, \r\n -> \n only. 2026-07-01 12:06:17 +02:00
net Prevent redirects to loopback/internal IPs (SSRF) 2026-06-30 20:33:16 +02:00
security Fix ruff. 2026-07-01 11:36:23 +02:00
verify Normalize malformed safetensors headers into StructuralError. 2026-06-30 20:33:16 +02:00
constants.py Add support for ENV based HF_TOKEN. 2026-07-01 12:02:19 +02:00
manager.py Redact urls in logging and fix concurrent enqueue issue that could corrupt the downloaded files. 2026-06-30 20:33:16 +02:00
scheduler.py Fix more AI detected issues., 2026-07-01 11:38:33 +02:00