aboutsummaryrefslogtreecommitdiffstats
path: root/webui-macos-env.sh
Commit message (Collapse)AuthorAgeFilesLines
* update torch to 2.1.0AUTOMATIC11112023-11-261-1/+1
|
* Mac k-diffusion workarounds are no longer neededbrkirch2023-08-131-2/+0
|
* Set PyTorch version to 2.0.1 for macOSbrkirch2023-05-121-1/+1
|
* Remove NVidia URL for OSX torch installation on OSX.AUTOMATIC2023-04-291-1/+1
|
* update torchVladimir Mandic2023-03-301-1/+1
|
* Add --no-half-vae to default macOS argumentsbrkirch2023-01-281-1/+1
| | | | Apparently the version of PyTorch macOS users are currently at doesn't always handle half precision VAEs correctly. We will probably want to update the default PyTorch version to 2.0 when it comes out which should fix that, and at this point nightly builds of PyTorch 2.0 are going to be recommended for most Mac users. Unfortunately someone has already reported that their M2 Mac doesn't work with the nightly PyTorch 2.0 build currently, so we can add --no-half-vae for now and give users that can install nightly PyTorch 2.0 builds a webui-user.sh configuration that overrides the default.
* Update arguments to use --upcast-samplingbrkirch2023-01-251-1/+1
|
* Set install_dir (per Ephil012's suggestion)brkirch2022-12-071-0/+1
| | | | Set install_dir to a correct value for macOS. Thanks to @Ephil012 for pointing out this is needed.
* Use python3.10 for python_cmd if availablebrkirch2022-12-051-0/+5
|
* Revert most launch.py changes, add mac user scriptbrkirch2022-12-031-0/+13
Adds an addition file to read environment variables from when the webui.sh is run from macOS.