Comfy-Org / Comfy-Org/ComfyUI

Checkpoint name in logs

Open
#3,633 0 comments 0 reactions 0 assignees View on GitHub
Feature
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 6h
Merged PRs (30d)
155

Description

Ive looked everywhere for this, google, chatgpt, discord, issues here and I either cant find it, or my search terms are brining too many other things it.

Is there a way to have the checkpoint that is being loaded show in the logs?

So instead of just getting:

```
Loading 1 new model
model_type EPS
Using xformers attention in VAE
Using xformers attention in VAE
Requested to load SD1ClipModel
Loading 1 new model
Requested to load BaseModel
Loading 1 new model
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 35/35 [00:02<00:00, 12.31it/s]
Requested to load AutoencoderKL
Loading 1 new model
model_type EPS
Using xformers attention in VAE
Using xformers attention in VAE
Requested to load SD1ClipModel
Loading 1 new model
Requested to load BaseModel
Loading 1 new model
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 35/35 [00:02<00:00, 12.47it/s]
Requested to load AutoencoderKL
Loading 1 new model
```

It would be nice if it said `Loading 1 new model: Model file name/path`
Its helpful for batching of loras and checkpoints, to see what one is failing.
Thanks.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.