Haidra-Org / horde-worker-reGen

The default client software to create images for the AI-Horde
https://aihorde.net/
GNU Affero General Public License v3.0
93 stars 42 forks source link

horde-bridge.sh stopps after / while downloading models #331

Closed mr-deamon closed 3 weeks ago

mr-deamon commented 3 weeks ago

Hi I try to start the horde-worker. It downloads models but then suddenly stops at Loading CLIP model ViT-L-14/openai... 100%|███████████████████████████████████████| 933M/933M [00:42<00:00, 21.8MiB/s] download_models.py exited with error code. Aborting after some "thinking".

I deleted the content of the clip/blip folder, but that did not change anything as well. adding -v to the python execution of download-models.py did not output anything more. Any hints on this?

p.s., i tried to checkout a tag instead of using the main-branch, but that did not help. should that maybe be included in the documentation?

mr-deamon commented 3 weeks ago

Never mind, the download-task got killed by OOM-killer. But there was nothing saying so... Let's see if i can make it work now!