Skip to content

Releases: ashleykleynhans/runpod-worker-a1111

3.0.0

22 Apr 17:53
a20d207
Compare
Choose a tag to compare
  • Support for A1111 1.9.x+.
  • The API format has changed significantly and is not backwards compatible, please read the README.

2.5.0

11 Mar 14:19
f162851
Compare
Choose a tag to compare
  • Added bc package required by A1111 1.8.0 to the Docker image.
  • Support for A1111 1.8.0.
  • Fixed bug with installing InstantID models in the install.sh script.

2.4.6

06 Feb 20:17
b98a8fa
Compare
Choose a tag to compare
  • Pass A1111 API errors to output and a string in the error field, since the error field only supports a string and not a dict, and passing a dict results in a job status of COMPLETED with no output.

2.4.3

02 Feb 09:21
856ed48
Compare
Choose a tag to compare
  • Fixed an issue with the Docker start script.
  • Updated the InstantID test script to include upscaling.

2.4.0

31 Jan 16:00
6fb4810
Compare
Choose a tag to compare
  • Bumped RunPod SDK to version 1.6.0.
  • Added support for InstantID.
  • Added InstantID ControlNet models.
  • Added FAQ on how to upgrade ControlNet and install InstantID models.

2.3.3

30 Nov 15:39
0ebd030
Compare
Choose a tag to compare
  • Bumped RunPod SDK to version 1.3.7.
  • Changed CMD to ENTRYPOINT to suppress Nvidia notice which spams the serverless logs.
  • Added the ADetailer extension.
  • Added example script for txt2img with ADetailer.
  • Added docs for txt2img with ReActor.
  • Added docs for txt2img with ADetailer.
  • Updated A1111 configs to get ADetailer to function correctly.
  • Refresh worker on error.
  • Retry POST requests 5 times if they get an HTTP 404 (usually not required).

2.2.2

28 Nov 18:06
aa54e44
Compare
Choose a tag to compare
  • Refresh the worker when an exception is raised.

2.2.1

24 Nov 15:40
8922607
Compare
Choose a tag to compare
  • Added /v1/download endpoint to download files.
  • Added /v1/sync endpoint to sync files with Huggingface.
  • Restructured API docs.

2.1.6

23 Nov 19:28
dae287d
Compare
Choose a tag to compare
  • Fixed bug in validation of new samplers.
  • Bumped RunPod SDK to version 1.3.6 to resolve issue with hanging workers.

2.1.5

23 Nov 06:37
0102fa0
Compare
Choose a tag to compare
  • Bumped RunPod SDK to version 1.3.5.