Releases: ashleykleynhans/stable-diffusion-docker
Releases · ashleykleynhans/stable-diffusion-docker
4.0.1
- Added back A1111 Deforum extension which now works with A1111 v1.8.0.
- Bumped runpodctl to version v1.14.2.
4.0.0
- Bumped A1111 to version v1.8.0.
- Bumped Dreambooth extension for A1111 to latest version.
- Bumped A1111 ControlNet extension to version v1.1.441.
- Bumped A1111 ADetailer extension to version to version v24.3.0.
- Removed A1111 Deforum extension which currently has issues with A1111 v1.8.0.
- Install
bc
apt package which is now used by A1111. - Moved tensorboard out of the A1111 venv and into the system venv instead.
- Removed custom requirement files, and use the ones from the applications instead.
- Removed password for Jupyter.
- Added environment variable
VENV_PATH
to enable setting a custom path for the application venv, with a default of/workspace/venvs/stable-diffusion-webui
. - Supports sharing a network volume with other applications.
3.12.5
- Bumped Kohya_ss to version 22.6.2.
3.12.4
- Added OhMyRunPod.
- Added RunPod File Uploader.
3.12.3
- Bumped Kohya_ss to version 22.6.1.
- Bumped runpodctl to version 1.13.0.
3.12.2
- Start SSH and Jupyter while syncing is in progress.
- Prevent
start.sh
script from crashing on error. - Added screen.
- Added tmux.
3.12.1
- Bumped ControlNet extension for A1111 to version 1.1.440.
- Added back the VAE and clip skip dropdowns to the A1111 WebUI which got lost somehow.
3.12.0
- Bumped Kohya_ss to version 22.6.0.
- Bumped ControlNet extension for A1111 to version 1.1.439.
- Bumped After Detailer extension for A1111 to version 24.1.2.
3.11.2
- Fixed a bug in the
fix_venv.sh
script that wasn't fixing the venv correctly unless it was in/workspace/venv
.
3.11.1
- Fixed a bug in the
fix_venv.sh
script that was causing the venvs not to be fixed on a RunPod Network Volume. - Updated rsync commands.
- Updated the HTTP 502 error page to provide additional information.
- Refactored the
pre_start.sh
script to use functions. - Only sync when necessary to speed up startup time.
- Create FileZilla config for Runpod at
/workspace/filezilla_sftp_config.xml
if the pod has a public IP.