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?
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?