adetailer icon indicating copy to clipboard operation
adetailer copied to clipboard

Not work when put models in ./models/adetailer

Open spldmanager opened this issue 1 year ago • 1 comments

In windows, models are downloaded into C:\Users\Administrator.cache\huggingface\hub\models--Bingsu--adetailer\snapshots\403e56c1b291da2145da824f3fde640bbe08de2f with shotcut to C:\Users\Administrator.cache\huggingface\hub\models--Bingsu--adetailer\blobs Any way to use ./models/adetailer directly? It is bad network to download files from huggingface

spldmanager avatar May 13 '23 04:05 spldmanager

I just added the --ad-no-huggingface option, try adding it when you run it.

The hf_hub_download function also includes a check for files. Please note that this extension uses unsafe torch load when loading models, so be careful with downloaded files.

Bing-su avatar May 13 '23 07:05 Bing-su