worker-a1111
worker-a1111 copied to clipboard
Automatic1111 serverless worker.
I could build working images with requirements.txt like ``` -pydantic
Bumps [transformers](https://github.com/huggingface/transformers) from 4.36.0 to 4.38.0. Release notes Sourced from transformers's releases. v4.38: Gemma, Depth Anything, Stable LM; Static Cache, HF Quantizer, AQLM New model additions 💎 Gemma 💎 Gemma...
Hello , Great work! just one question, how to add LoRa in Dockerfile ?
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@hugovk] Use functools.lru_cache for hopper() #7912 [@hugovk]...
Bumps [gradio](https://github.com/gradio-app/gradio) from 4.11.0 to 4.19.2. Release notes Sourced from gradio's releases. [email protected] Features #7495 ddd4d3e - Enable Ruff S101. Thanks @abidlabs! #7443 b7a97f2 - Update httpx to httpx>=0.24.1 in...
Return 404 Docker code return 8
RUN export COMMANDLINE_ARGS="--skip-torch-cuda-test --precision full --no-half" does not have effect in my local build. Without exporting such variable, the caching step has a few failure. Changing it with "ARG COMMANDLINE_ARGS"...
1. Bump A1111 to latest 1.9.3 release. 2. Use A1111 installation scripts to install everything instead of installing manually. 3. Removed redundant code. 4. Properly implement libtcmalloc. 5. Implemented xformers....
Hi! Endpoint is awesome to use. But while building Dockerfile from scratch to customize it, I got many issues about pip conflicts and non-existing weights etc. Do you have a...
Hi :) I tried to use your worker and build it with Docker. Unfortunately there are some dependencies issues. Script failed on: ` => ERROR [build_final_image 12/17] RUN --mount=type=cache,target=/root/.cache/pip pip...