Skip to content

Releases: brkirch/stable-diffusion-webui

Experimental Offline Standalone Mac Installer/Application for Stable Diffusion Web UI (unofficial) 20230919

19 Sep 12:22
Compare
Choose a tag to compare

This is an offline standalone installer/application for a modified version of AUTOMATIC1111's Stable Diffusion web UI that includes experimental changes and uses a release candidate PyTorch build for 2.1.0. Note that this is an test build so crashes and bugs should be expected. All dependencies needed to start using Stable Diffusion (other than the model) are included and this does not require Xcode command line tools to be installed.

This release currently only has the installer and application for Apple silicon Macs, an installer and application for Intel Macs will be included on a later release. macOS 13.5 or later is highly recommended, older versions of macOS are untested.

This has the following changes and bug fixes since 20230915_experimental:

  • The installation of additional extension dependencies is now supported
  • Restarting Web UI now works correctly when using the --electron option or application
  • Updating extensions from the UI in the application is fixed

Experimental Offline Standalone Mac Installer/Application for Stable Diffusion Web UI (unofficial) 20230915

15 Sep 08:26
Compare
Choose a tag to compare

This is an offline standalone installer/application for a modified version of AUTOMATIC1111's Stable Diffusion web UI that includes experimental changes and uses a release candidate PyTorch build for 2.1.0. Note that this is an test build so crashes and bugs should be expected. All dependencies needed to start using Stable Diffusion (other than the model) are included and this does not require Xcode command line tools to be installed.

This release currently only has the installer and application for Apple silicon Macs, an installer and application for Intel Macs will be included on a later release. macOS 13.5 or later is highly recommended, older versions of macOS are untested.

This has the following changes and bug fixes since 20230913_experimental:

  • Installing to a folder is fixed
  • Interrogate CLIP should work via the application
  • Interrogate CLIP now runs on MPS instead of CPU
  • The PyTorch 2.1.0 release candidate build has been updated
  • Fix issues reported by linter

Experimental Offline Standalone Mac Installer/Application for Stable Diffusion Web UI (unofficial) 20230913

13 Sep 08:27
Compare
Choose a tag to compare

This is an offline standalone installer/application for a modified version of AUTOMATIC1111's Stable Diffusion web UI that includes experimental changes and uses a release candidate PyTorch build for 2.1.0. Note that this is an test build so crashes and bugs should be expected. All dependencies needed to start using Stable Diffusion (other than the model) are included and this does not require Xcode command line tools to be installed.

This release currently only has the installer and application for Apple silicon Macs, an installer and application for Intel Macs will be included on a later release. macOS 13.5 or later is highly recommended, older versions of macOS are untested.

Now it is possible to run web UI as an application (which utilizes Electron), with an icon courtesy of @ParityError. Note that the installer can create the application, so if the installer is downloaded then the app download is not needed.

When run as an application, a log file is created in /tmp/Stable Diffusion Web UI Logs which stores the output from the Terminal - and it is also possible to close the Terminal window or quit Terminal entirely without closing out the web UI. If you want to return the output to a Terminal window, just enter screen -r. When the application with web UI is quit, the process for web UI will exit as well. Models and configuration files are stored in the Stable Diffusion Web UI folder in the Documents folder in the current user’s home folder

To use Electron from a folder install, it is now necessary to use --electron --electron-path bin-deps/Electron.app/Contents/MacOS/Electron because Node.js is not included (since it wasn't needed other than to get Electron's path).

Offline Standalone Mac Installer for Stable Diffusion Web UI (unofficial) v1.6.0

05 Sep 06:26
Compare
Choose a tag to compare

This is an offline standalone installer for a slightly modified version of AUTOMATIC1111's Stable Diffusion web UI (changes were applied to AUTOMATIC1111's Stable Diffusion Web UI v1.6.0). The ControlNet extension (and its dependencies) as of Mikubill/sd-webui-controlnet@fd37e9f is included. All dependencies needed to start using Stable Diffusion (other than the model) are included and this does not require Xcode command line tools to be installed.

macOS 13.5 or later is highly recommended, older versions of macOS are untested.

Experimental Offline Standalone Mac Installer for Stable Diffusion Web UI (unofficial) 20230831

31 Aug 08:56
Compare
Choose a tag to compare

This is an offline standalone installer for a modified version of AUTOMATIC1111's Stable Diffusion web UI that includes experimental changes and uses the nightly PyTorch build from 8/30. Note that this is an test build so crashes and bugs should be expected. All dependencies needed to start using Stable Diffusion (other than the model) are included and this does not require Xcode command line tools to be installed.

This release currently only has the installer for Apple silicon Macs, an installer for Intel Macs will be included with 1.6.0. macOS 13.5 or later is highly recommended, older versions of macOS are untested.

Also included now is a fork of the ControlNet extension which is currently Mikubill/sd-webui-controlnet#1952 with Mikubill/sd-webui-controlnet#1950 merged into it. Note that since this is from a draft PR that is a major rework of the ControlNet extension there could still be some bugs.

The --electron command line option is still available, but it is no longer the default. To make it the default, open webui-user.sh in Xcode or any text editor and change

#export COMMANDLINE_ARGS=""

to

export COMMANDLINE_ARGS="$COMMANDLINE_ARGS --electron"

The 1.6.0 installer will be available soon. It is currently delayed until SDXL support is merged into the main branch of the ControlNet extension so that it can be included. That will likely happen within the next week.

Experimental Offline Standalone Mac Installer for Stable Diffusion Web UI (unofficial) 20230822

22 Aug 15:33
Compare
Choose a tag to compare

This is an offline standalone installer for a modified version of AUTOMATIC1111's Stable Diffusion web UI that includes experimental changes and uses the nightly PyTorch build from 8/21. Note that this is an test build so crashes and bugs should be expected. All dependencies needed to start using Stable Diffusion (other than the model) are included and this does not require Xcode command line tools to be installed.

This release currently only has the installer for Apple silicon Macs, an installer for Intel Macs will be included with 1.6.0 RC. macOS 13.4 or later is highly recommended, older versions of macOS are untested.

Python has been updated to 3.10.12 and the --electron option from @diegocr's PR (AUTOMATIC1111#12694) has been added.

Experimental Offline Standalone Mac Installer for Stable Diffusion Web UI (unofficial) 20230821

22 Aug 02:58
Compare
Choose a tag to compare

This is an offline standalone installer for a modified version of AUTOMATIC1111's Stable Diffusion web UI that includes experimental changes and uses the nightly PyTorch build from 8/21. Note that this is an test build so crashes and bugs should be expected. All dependencies needed to start using Stable Diffusion (other than the model) are included and this does not require Xcode command line tools to be installed.

This release currently only has the installer for Apple silicon Macs, an installer for Intel Macs will be included with 1.6.0 RC. macOS 13.4 or later is highly recommended, older versions of macOS are untested.

Experimental Offline Standalone Mac Installer for Stable Diffusion Web UI (unofficial) 20230820

20 Aug 08:16
Compare
Choose a tag to compare

This is an offline standalone installer for a modified version of AUTOMATIC1111's Stable Diffusion web UI that includes experimental changes and uses the nightly PyTorch build from 8/14. Note that this is an test build so crashes and bugs should be expected. All dependencies needed to start using Stable Diffusion (other than the model) are included and this does not require Xcode command line tools to be installed.

This release currently only has the installer for Apple silicon Macs, an installer for Intel Macs will be included with 1.6.0 RC. macOS 13.4 or later is highly recommended, older versions of macOS are untested.

Experimental Offline Standalone Mac Installer for Stable Diffusion Web UI (unofficial) 20230816

16 Aug 11:13
Compare
Choose a tag to compare

This is an offline standalone installer for a modified version of AUTOMATIC1111's Stable Diffusion web UI that includes experimental changes and uses the nightly PyTorch build from 8/14. Note that this is an test build so crashes and bugs should be expected. All dependencies needed to start using Stable Diffusion (other than the model) are included and this does not require Xcode command line tools to be installed.

This release currently only has the installer for Apple silicon Macs, an installer for Intel Macs will be included with 1.6.0 RC. macOS 13.4 or later is highly recommended, older versions of macOS are untested.

AUTOMATIC1111#12599 is included, which should slightly reduce memory usage.

Experimental Offline Standalone Mac Installer for Stable Diffusion Web UI (unofficial) 20230814

15 Aug 00:20
Compare
Choose a tag to compare

This is an offline standalone installer for a modified version of AUTOMATIC1111's Stable Diffusion web UI that includes experimental changes and uses the nightly PyTorch build from 8/14. Note that this is an test build so crashes and bugs should be expected. All dependencies needed to start using Stable Diffusion (other than the model) are included and this does not require Xcode command line tools to be installed.

This release currently only has the installer for Apple silicon Macs, an installer for Intel Macs may be added later. macOS 13.4 or later is highly recommended, older versions of macOS are untested.