cmdr2
250afd2355
Update README.md
2023-03-12 13:25:29 +05:30
cmdr2
7fa3e2d2f9
Update README.md
2023-03-12 13:25:08 +05:30
cmdr2
91f28fa38f
Merge pull request #1001 from cmdr2/beta
...
Beta
2023-03-12 13:19:56 +05:30
cmdr2
a0dc82e1f9
mac link in readme
2023-03-12 13:19:13 +05:30
cmdr2
fc3c2925e5
Merge pull request #1000 from cmdr2/main
...
Main
2023-03-12 13:16:59 +05:30
cmdr2
6b3511e15d
Mac download button
2023-03-12 13:16:19 +05:30
cmdr2
59183aceec
Update README.md
2023-03-12 11:53:32 +05:30
cmdr2
ec44a84915
Icon in windows installer for Start Menu and Desktop
2023-03-12 10:41:38 +05:30
cmdr2
1010837cfd
Merge pull request #999 from cmdr2/beta
...
Beta
2023-03-12 09:57:17 +05:30
cmdr2
aec7e6d32e
changelog
2023-03-11 12:38:25 +05:30
cmdr2
bb0f7cd1cd
Load mask from file
2023-03-11 12:37:51 +05:30
cmdr2
5dd92b1d3f
sdkit 1.0.47 - mps buffer fix
2023-03-11 10:40:45 +05:30
cmdr2
7548f7cdbb
revert mps buffer fix
2023-03-11 10:27:57 +05:30
cmdr2
44da3d26f3
sdkit 1.0.45 - fix buffers used for mac mps
2023-03-11 10:24:01 +05:30
cmdr2
7c01c48297
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2023-03-11 09:27:36 +05:30
cmdr2
7826870d99
Logo change
2023-03-11 09:27:04 +05:30
cmdr2
bdb6649722
Merge pull request #995 from cmdr2/beta
...
Beta
2023-03-11 09:08:01 +05:30
cmdr2
31ee73c5eb
Merge pull request #994 from cmdr2/main
...
Main
2023-03-11 09:06:26 +05:30
cmdr2
0fd706f392
Bring back the ability to run on CPU on PCs with CUDA-compatible GPUs
2023-03-10 10:19:55 +05:30
cmdr2
8907dabd4c
Merge pull request #987 from michaelgallacher/beta
...
Hotfix rollup
2023-03-10 10:16:21 +05:30
Michael Gallacher
1496d6ec51
Hotfix rollup
...
* Reverts the recent 'torch.mps' changes since .mps is only available in torch v2.0, which isn't yet released.
* Includes Hotfitx 984
* Enables 'cpu-only' option when running on Apple silicon.
2023-03-09 14:10:29 -07:00
cmdr2
d1a45ed9ac
Report the device GPU memory (and existence) correctly for mps (mac)
2023-03-09 21:15:00 +05:30
cmdr2
f73d28ac10
changelog
2023-03-09 18:26:03 +05:30
cmdr2
1b7af75d4e
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2023-03-09 18:21:47 +05:30
cmdr2
ed0d78bf73
changelog
2023-03-09 18:21:37 +05:30
cmdr2
046e2acae1
Merge pull request #982 from cmdr2/beta
...
Beta
2023-03-09 17:58:41 +05:30
cmdr2
b6efa71efc
Merge pull request #981 from cmdr2/main
...
Main
2023-03-09 17:57:37 +05:30
Olivia Godone-Maresca
3bb835b5e1
Support custom modifiers with images ( #912 )
...
* Support custom modifiers with images
* Add dash support
* Avoid needing to upgrade fastapi
* Revert gitignore
2023-03-08 20:52:31 +05:30
cmdr2
fbeecda38c
Merge pull request #963 from JeLuF/patch-18
...
Remove AVX check
2023-03-08 13:37:59 +05:30
cmdr2
942904186a
changelog
2023-03-08 10:02:05 +05:30
cmdr2
737a81570a
Merge pull request #975 from michaelgallacher/beta
...
Add support for MPS when running on Apple silicon
2023-03-08 10:00:10 +05:30
cmdr2
3691aeb8e1
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2023-03-08 09:58:01 +05:30
cmdr2
32d8f4d24b
sdkit 1.0.44 - mps support for mac
2023-03-08 09:57:45 +05:30
cmdr2
30ccd35dd3
Merge pull request #976 from cmdr2/beta
...
Don't need to use bootstrap.bat after installation
2023-03-08 09:19:13 +05:30
Michael Gallacher
11265c4034
Add support for MPS when running on Apple silicon
...
Changes:
* autodetect if MPS is available and the pytorch version has MPS support.
* change logic from "is the device CPU?" to "is the device not CUDA?".
* set PYTORCH_ENABLE_MPS_FALLBACK=1
Known issues:
* Some samplers (eg DDIM) will fail on MPS unless forced to CPU-only mode
2023-03-07 14:57:37 -07:00
cmdr2
8acff43028
Merge pull request #973 from cmdr2/main
...
Main
2023-03-07 22:06:06 +05:30
cmdr2
660aa4f4ab
Don't include bootstrap.bat in the new installer, since we don't need micromamba, and we don't need to download and install conda/git separately
2023-03-07 21:33:38 +05:30
cmdr2
1384c2f1bc
Keep bootstrap.bat in the repo, until the new installer releases. However it won't be copied or used after installation.
2023-03-07 21:17:04 +05:30
cmdr2
459b9428d4
Remove bootstrap.bat, since it's only needed during installation (and the current installer contains it, and this installer will soon be phased out)
2023-03-07 21:16:05 +05:30
cmdr2
a82f16958b
Project name changes in NSIS installer
2023-03-07 19:43:04 +05:30
cmdr2
b9f436812b
Download the default CLIP model during NSIS installation; Allow setting the path to an existing installation, which will be used for creating the installer executable
2023-03-07 19:40:58 +05:30
JeLuF
88e3831bc6
Remove AVX check
...
https://discord.com/channels/1014774730907209781/1064237509913084087/1064237509913084087
2023-03-05 00:13:07 +01:00
cmdr2
2a597fcad7
Single-file installer - Include all the dependencies from an installed folder; Download the default models using the NSCurl plugin
2023-03-04 18:02:30 +05:30
cmdr2
6158f49400
Workaround to fix the broken Rabbit Hole plugin
2023-03-02 13:56:39 +05:30
cmdr2
9dd819e193
Workaround to fix the broken Rabbit Hole plugin
2023-03-02 13:55:53 +05:30
cmdr2
e706fae648
Update README.md
2023-03-02 10:31:23 +05:30
cmdr2
118a4862ab
Merge pull request #954 from cmdr2/beta
...
Beta
2023-03-02 10:26:25 +05:30
cmdr2
5e2f31e3bf
Merge branch 'main' into beta
2023-03-02 10:15:51 +05:30
cmdr2
f78b31b1bc
Less jittery dropdown
2023-03-01 18:41:21 +05:30
cmdr2
8d698cb997
reword
2023-03-01 18:35:41 +05:30