Releases: ashleykleynhans/runpod-worker-a1111
Releases · ashleykleynhans/runpod-worker-a1111
3.0.0
2.5.0
- 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
- Pass A1111 API errors to
output
and a string in theerror
field, since theerror
field only supports a string and not a dict, and passing a dict results in a job status ofCOMPLETED
with no output.
2.4.3
- Fixed an issue with the Docker start script.
- Updated the InstantID test script to include upscaling.
2.4.0
- 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
- Bumped RunPod SDK to version 1.3.7.
- Changed
CMD
toENTRYPOINT
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
- Refresh the worker when an exception is raised.
2.2.1
- Added
/v1/download
endpoint to download files. - Added
/v1/sync
endpoint to sync files with Huggingface. - Restructured API docs.
2.1.6
- Fixed bug in validation of new samplers.
- Bumped RunPod SDK to version 1.3.6 to resolve issue with hanging workers.
2.1.5
- Bumped RunPod SDK to version 1.3.5.