In the prior versions you could easily just add folders that contained models you got from hugging face directly #856
-
|
In this version, I don't think it works like that. I tried copying a folder from a saved location to the model folder and it's not pickable. Am I missing something? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
That should still work the same. What may have happened is... (A) you just downloaded the model with the webui still running, in which case you need to click the Refresh button next to the model list |
Beta Was this translation helpful? Give feedback.
Thanks, the problem seems to be that the older version worked fine with .bin and the new version wants .pt files when I have the bat file appended with --wbits 4 --groupsize 128. When I remove those, it works with .bin again but really slowly for some reason.