You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edit: nevermind, that actually worked. It turns out I didn't save it properly before starting the webui.
When downloading models through the webui, I notice in the cmd window that 4 files will download simultaneously. So I have 4 files downloading slowly. It would be faster if each file downloaded at my full bandwidth.
I changed the default threads from 4 to 1 in download-model.py (lines 219,222 and 277), but that didn't have the effect I was looking for. Still 4 files at a time.
What do I have to change in what file to have only 1 file download at a time?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
edit: nevermind, that actually worked. It turns out I didn't save it properly before starting the webui.
When downloading models through the webui, I notice in the cmd window that 4 files will download simultaneously. So I have 4 files downloading slowly. It would be faster if each file downloaded at my full bandwidth.
I changed the default threads from 4 to 1 in download-model.py (lines 219,222 and 277), but that didn't have the effect I was looking for. Still 4 files at a time.
What do I have to change in what file to have only 1 file download at a time?
Beta Was this translation helpful? Give feedback.
All reactions