31ee73c5eb
Merge pull request #994 from cmdr2/main
...
Main
2023-03-11 09:06:26 +05:30
0fd706f392
Bring back the ability to run on CPU on PCs with CUDA-compatible GPUs
2023-03-10 10:19:55 +05:30
8907dabd4c
Merge pull request #987 from michaelgallacher/beta
...
Hotfix rollup
2023-03-10 10:16:21 +05:30
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
d1a45ed9ac
Report the device GPU memory (and existence) correctly for mps (mac)
2023-03-09 21:15:00 +05:30
f73d28ac10
changelog
2023-03-09 18:26:03 +05:30
1b7af75d4e
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2023-03-09 18:21:47 +05:30
ed0d78bf73
changelog
2023-03-09 18:21:37 +05:30
046e2acae1
Merge pull request #982 from cmdr2/beta
...
Beta
2023-03-09 17:58:41 +05:30
b6efa71efc
Merge pull request #981 from cmdr2/main
...
Main
2023-03-09 17:57:37 +05:30
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
fbeecda38c
Merge pull request #963 from JeLuF/patch-18
...
Remove AVX check
2023-03-08 13:37:59 +05:30
942904186a
changelog
2023-03-08 10:02:05 +05:30
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
3691aeb8e1
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2023-03-08 09:58:01 +05:30
32d8f4d24b
sdkit 1.0.44 - mps support for mac
2023-03-08 09:57:45 +05:30
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
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
8acff43028
Merge pull request #973 from cmdr2/main
...
Main
2023-03-07 22:06:06 +05:30
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
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
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
a82f16958b
Project name changes in NSIS installer
2023-03-07 19:43:04 +05:30
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
88e3831bc6
Remove AVX check
...
https://discord.com/channels/1014774730907209781/1064237509913084087/1064237509913084087
2023-03-05 00:13:07 +01:00
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
6158f49400
Workaround to fix the broken Rabbit Hole plugin
2023-03-02 13:56:39 +05:30
9dd819e193
Workaround to fix the broken Rabbit Hole plugin
2023-03-02 13:55:53 +05:30
e706fae648
Update README.md
v2.5.22
2023-03-02 10:31:23 +05:30
118a4862ab
Merge pull request #954 from cmdr2/beta
...
Beta
2023-03-02 10:26:25 +05:30
5e2f31e3bf
Merge branch 'main' into beta
2023-03-02 10:15:51 +05:30
f78b31b1bc
Less jittery dropdown
2023-03-01 18:41:21 +05:30
8d698cb997
reword
2023-03-01 18:35:41 +05:30
8945aac319
Merge models is no longer in beta
2023-03-01 18:28:58 +05:30
f2a960136e
Move zoom and 'scroll to generated image' into a flat icon strip, with a press-toggle button for the 'scroll to' button; Tweaked the behavior of the on-scroll dropdown CSS class
2023-03-01 18:27:48 +05:30
7a1170f1dd
Use naturalWidth, to show the actual image width (especially for upscaled images)
2023-03-01 15:22:38 +05:30
24cce08580
Show the image dimensions on mouse over
2023-03-01 15:17:27 +05:30
b425b43d3e
changelog
2023-02-28 15:38:53 +05:30
353fe88226
Set tertiary colors on buttons that don't need to be visible in a very dominant manner
2023-02-28 15:37:38 +05:30
1a3086230e
Set the dropdown width only when the dropdown is opened, to fix a bug where it would get set before the DOM element actually rendered. The settings field is collapsed by default (on new installations), so the computed DOM width would be invalid
2023-02-28 15:37:06 +05:30
0e57487774
Preserve full names for shortened modifiers ( #945 )
...
* Preserve full names for shortened modifiers
The PR https://github.com/cmdr2/stable-diffusion-ui/pull/779/files added code to preserve the full names of truncated image modifiers, but only in the "short image modifiers" code path. This PR fixes that by preserving the full car name for truncated modifier names too.
* Pick the full modifier name
The previous code selected the entire innerText from the modifier-car-label element, but for truncated modifiers this would also include the tooltip text. This modification fixes that by only picking specifically the full modifier name.
* Only pick the full modifier name
Previous code would pick up the tooltip text too, causing a mismatch of strings in the comparison.
* Display the truncated image modifier names
What we process and compare is always the full image modifier string, but we still want to display a shortened string when applicable.
2023-02-28 14:42:24 +05:30
3024465086
Merge pull request #932 from patriceac/patch-42
...
DOM tweaking to identify modifier categories
2023-02-28 14:41:46 +05:30
c95b43253a
Merge pull request #933 from patriceac/patch-43
...
Cleanup logging
2023-02-28 14:41:04 +05:30
aedf7856e5
Merge pull request #940 from patriceac/patch-47
...
Select model by clicking on the file icon itself
2023-02-28 11:59:32 +05:30
d83e034d5e
Select model by clicking on the file icon itself
...
Currently one has to click on the model name to select a model. Clicking on the file icon won't work and doesn't do anything. This change fixes that behavior by allowing the user to click on either the model name or the file icon to select a model.
2023-02-26 17:26:22 -08:00
b9676b51cb
Cleanup logging
...
Is it okay for you if I comment this in Beta?
2023-02-24 17:46:53 -08:00
5698473891
Renaming custom-modifier-category to modifier-category
2023-02-24 13:55:18 -08:00
de1d1ad961
Shrink the preview tools buttons to icons-only on a small screen
2023-02-24 21:50:21 +05:30
bd82480fa3
Keep the min-width of a dropdown equal to the width of the input element
2023-02-24 20:08:19 +05:30
fce8b96d3b
Tweaks to the styling of the models dropdown
2023-02-24 19:29:25 +05:30