Skip to content

Tags: AbdBarho/stable-diffusion-webui-docker

Tags

9.0.0

Toggle 9.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove invoke (#705)

The invoke team already maintains a docker setup for their service, this
copy here was maybe relevant 2 years ago when all of this started, but I
don't think it makes sense anymore.

Refer to invoke's docs to install using docker
https://invoke-ai.github.io/InvokeAI/installation/040_INSTALL_DOCKER/

8.2.0

Toggle 8.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update open_clip to v2.20.0 in Auto (#617)

Fixes #615.

Updates `open-clip-torch` to the one specified in auto's
[requirements_versions.txt](https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/requirements_versions.txt#L18).

---------

Co-authored-by: AbdBarho <ka70911@gmail.com>

8.1.0

Toggle 8.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Automatic1111 to 1.5.1 to add compatibility for SDXL (#560)

Uses the latest release of
https://github.com/Stability-AI/generative-models
45c443b316737a4ab6e40413d7794a7f5657c19f

Tested with the official SDXL 1.0 model from
https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/sd_xl_base_1.0.safetensors
and official refiner from
https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/blob/main/sd_xl_refiner_1.0.safetensors.
VAE:
https://huggingface.co/stabilityai/sdxl-vae/blob/main/sdxl_vae.safetensors

Closes #558
Closes #559

AUTOMATIC1111/stable-diffusion-webui@68f336b

---------

Co-authored-by: AbdBarho <ka70911@gmail.com>

8.0.0

Toggle 8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

7.0.0

Toggle 7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change capabilities in docker-compose (#497)

#479

6.0.0

Toggle 6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Deprecate Sygil (#450)

It has been a long and wonderful journey

5.0.3

Toggle 5.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add styles.csv support (#440)

Follow up to #386 after
AUTOMATIC1111/stable-diffusion-webui#9334 has
been merged.

Closes #435

5.0.2

Toggle 5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor invoke (#405)

Fixes a problem with cross attention class missing from diffusers


models are now taken from the huggingFace cache.


invoke-ai/InvokeAI@50eb02f

5.0.1

Toggle 5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update versions (#332)

### Update versions

- auto:
AUTOMATIC1111/stable-diffusion-webui@3715ece
- invoke:
invoke-ai/InvokeAI@6551527

Update xformers

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[MAJOR] Update auto to torch 1.13.1 (#290)

AUTOMATIC1111/stable-diffusion-webui@82725f0

torch==1.13.1+cu117

This might break your extensions!