get_download_progress
Monitor download progress with bytes, percent, speed, and ETA. Detect stalled transfers via silence duration and rely on automatic retry to resume.
Instructions
Report how far a download has got: bytes, percent, speed and an ETA.
silent_for_s is the telling number, as it is for a run: a slow link keeps it
small while a dead one lets it grow. A stalled transfer does not need
cancelling - the retry logic resumes by itself - so act only on a silence that
outlasts COMFYUI_DOWNLOAD_TIMEOUT several times over.
Args: job_id: '/', or just the file name, or empty for the most recent download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||