Checkpoint name in logs
- 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
Assessment
This issue has not been assessed yet.