Results 299 comments of Vladimir Mandic

sure. i've added a print on scan_cache_dir output so you have something to compare profile with ```log {'name': 'DucHaiten/DucHaitenAIart', 'size': 5482653204, 'files': 17} {'name': 'SG161222/Realistic_Vision_V3.0_VAE', 'size': 1589683, 'files': 9} {'name':...

yes, wsl2 is slow when accessing external storage on ntfs volume - typically half of performance, but this is just over the top - there is no reason why resolve...

using this code ```python t0 = time() resolved = [Path(f).resolve() for f in files] print('pathlib resolve:', time() - t0) t0 = time() resolved = [os.path.realpath(f) for f in files] print('os...

> Would you like to make a PR to use os.path instead of pathlib in `scan_cache_dir` i'd love to, but unfortunately no time right now - about to just on...

fyi, i've implemened my own "quick model list" and completely removed any dependency on hf.scan_cache. code is at

this isssue is open and zero progress in more than a month. although i have a workaround for slow scan-cache, that is just a workaround. and bigger concern is heavy...

> I am open to suggestions if you think there is a low hanging fruit we can work on to make your life easier but we will most probably not...

> If I understand correctly, the main feature request of this issue is now: _"Can we have an helper to scan the cache, returning for each model a list of...

i'm ok with that. note that biggest use case for move is users wanting to move entire `:~/.cache/huggingface` to a different drive.