#The official a1111 worker fails to build

3 messages · Page 1 of 1 (latest)

slim steeple
#

Attempts to build the main branch of https://github.com/runpod-workers/worker-a1111 fail.

civit.ai no longer appears to allow unauthenticated model downloads, returning a 401. This was quite easy to fix.

More importantly, the dependency chain appears to have regressed. Currently building the given repository, as cloned, with docker build --platform linux/amd64 -t test . results in

46.08 Requested torchsde==0.2.5 from https://files.pythonhosted.org/packages/73/8d/efd3e7b31ea854d0bd6886aa3cf44914adce113a6d460850af41ac1dd4dd/torchsde-0.2.5-py3-none-any.whl (from -r /requirements.txt (line 25)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators 46.08 numpy (>=1.19.*) ; python_version >= "3.7" 46.08 ~~~~~~~^ 46.08 Please use pip<24.1 if you need to use this version. 46.08 ERROR: Could not find a version that satisfies the requirement torchsde==0.2.5 (from versions: 0.2.5, 0.2.6) 46.25 ERROR: No matching distribution found for torchsde==0.2.5

Manually addressing it, only exposes further dependency chain issues. Is this template deprecated? If so, is there a replacement? Or am I just missing something?

Thanks.

GitHub

Automatic1111 serverless worker. . Contribute to runpod-workers/worker-a1111 development by creating an account on GitHub.

golden tiger
slim steeple
#

Thanks, mate. Will give it a shot.