Releases: ashleykleynhans/runpod-worker-inswapper
Releases · ashleykleynhans/runpod-worker-inswapper
4.0.5
- Rename the RunPod Hub test.
4.0.4
- Bumped runpod SDK to version 1.7.10.
4.0.3
- Added CUDA 12.8 back to RunPod Hub config.
4.0.2
- Remove CUDA 12.8 from RunPod Hub config for now.
4.0.1
- Added assets.
4.0.0
- Bumped CUDA to version 12.4.1.
- Bumped to torch to version 2.6.0.
- Pinned RunPod SDK to version 1.7.9.
- Added support for RunPod Hub.
3.0.0
- Bumped CUDA to version 12.1.1.
- Bumped to torch to version 2.4.0.
- Pinned RunPod SDK to version 1.6.2.
2.0.0
- Removed the option to use a Network Volume because it doesn't make any sense and is significantly slower.
- Added the job id to all of the logs where the job id is known.
1.5.0
- Cache the models outside of the handler so that they aren't loaded on every request.
- Download the models and weights using wget so that the handler doesn't need to be invoked to download them.
- Clean up temporary files on successful as well as failed requests, not only successful requests.
- Added timer to the test scripts.
- Bumped RunPod SDK to version 1.6.2.
1.4.4
- Use
CUDAExecutionProviderfor insightface Face Analysis. - Improved error handling.