Is there a flag that shows how long a model download took?
If not, it would be very useful to have something like --time, for example:
comfy --skip-prompt --time model download \
--set-civitai-api-token <TOKEN> \
--url "<URL>" \
--relative-path "models/loras/"
resulting:
Start downloading URL: <URL> into
/ComfyUI/models/loras/<NAME>.safetensors
Downloading 292 MB ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
Done in HH:MM:SS
Is there a flag that shows how long a model download took?
If not, it would be very useful to have something like
--time, for example:resulting: