64be622285
sdkit 2.0.22.7/2.0.15.16 - python 3.9 compatibility
2025-03-04 14:58:34 +05:30
80a4c6f295
torchruntime upgrade - fix bug with multiple GPUs of the same model
2025-03-04 11:27:17 +05:30
7a383d7bc4
sdkit upgrade - fixes loras with numpy arrays
2025-02-19 14:56:23 +05:30
5cddfe78b2
Potential fix for #1902
2025-02-18 11:12:46 +05:30
1ec4547a68
v3.5.6
2025-02-17 14:53:00 +05:30
827ec785e1
Fix broken model merge
2025-02-17 14:52:13 +05:30
40bcbad797
Recognize Phoenix3 and Phoenix4 AMD APUs
2025-02-13 15:21:52 +05:30
03c49d5b47
Hotfix for missing torchruntime on new installations
2025-02-10 19:31:05 +05:30
e9667fefa9
Temporary fix for #1899
2025-02-10 18:14:43 +05:30
19c6e10eda
Use the correct size of the image when used as the input. Code credit: @AvidGameFan
2025-02-10 12:49:38 +05:30
55daf647a0
v3.5.5 / v3.0.13 - torchruntime
2025-02-10 10:36:43 +05:30
077c6c3ac9
Use torchruntime for installing torch/torchvision on the users' PC, instead of the custom logic used here. torchruntime was built from the custom logic used here, and covers a lot more scenarios and supports more devices
2025-02-10 10:33:57 +05:30
d0f45f1f51
Another fix for mps backend
2025-02-10 10:04:55 +05:30
7a17adc46b
Fix broken mps backend
2025-02-10 09:55:08 +05:30
3380b58c18
torchruntime 1.9.2 - fixes a bug on cpu platforms
2025-02-08 16:14:48 +05:30
7577a1f66c
v3.5.4
2025-02-08 11:27:32 +05:30
a8b1bbe441
Fix a bug where the inpainting mask wasn't resized to the image size when using the WebUI/v3.5 backend. Thanks @AvidGameFan for their help in investigating and fixing this!
2025-02-08 11:26:03 +05:30
a1fb9bc65c
Revert "Merge pull request #1874 from AvidGameFan/inpaint_mask_size"
...
This reverts commit f737921eaa
, reversing
changes made to b12a6b9537
.
2025-02-07 10:46:03 +05:30
f737921eaa
Merge pull request #1874 from AvidGameFan/inpaint_mask_size
...
Remove inpaint size limit
2025-02-07 10:27:44 +05:30
b12a6b9537
changelog
2025-02-06 13:08:58 +05:30
2efef8043e
Remove hardcoded torch.cuda references from the webui backend code
2025-02-06 13:07:10 +05:30
9e21d681a0
Remove hardcoded references to torch.cuda; Use torchruntime and sdkit's device utilities instead
2025-02-06 13:06:51 +05:30
964aef6bc3
Fix a bug preventing the installation of the WebUI backend
2025-02-04 17:57:08 +05:30
07105d7cfd
Debug logging for webui root dir
2025-02-04 17:47:58 +05:30
7aa4fe9c4b
sdkit 2.0.22.3 or 2.0.15.12 - fixes a regression on mac
2025-02-03 21:29:48 +05:30
03a5108cdd
sdkit 2.0.22.2 or 2.0.15.11 - install torchruntime
2025-02-03 16:35:48 +05:30
c248231181
sdkit 2.0.22 or 2.0.15.9
2025-01-31 18:35:29 +05:30
35f752b36d
Move the half precision bug check logic to sdkit
2025-01-31 16:28:12 +05:30
d5a7c1bdf6
[sdkit update] v2.0.22 (and v2.0.15.8 for LTS)
2025-01-31 16:22:02 +05:30
d082ac3519
changelog
2025-01-28 10:34:27 +05:30
e57599c01e
Fix for conda accidental jailbreak when using WebUI
2025-01-28 10:33:25 +05:30
fd76a160ac
changelog
2025-01-28 09:53:28 +05:30
5337aa1a6e
Temporarily remove torch 2.5 from the list, since it doesn't work with Python 3.8. More on this in future commits
2025-01-28 09:51:18 +05:30
89ada5bfa9
Skip sdkit/diffusers install if it's in developer mode
2025-01-27 18:46:19 +05:30
88b8e54ad8
Don't need wmic in webui_console.py
2025-01-09 17:15:19 +05:30
be7adcc367
Even older rocm versions
2025-01-09 16:39:21 +05:30
00fc1a81e0
Allow older rocm versions
2025-01-09 15:59:28 +05:30
5023619676
Upgrade the version of torch used for rocm for Navi 30+, and point to the broader torch URL
2025-01-07 10:32:02 +05:30
52aaef5e39
Update the index url for AMD ROCm torch install
2025-01-06 19:48:44 +05:30
493035df16
Extend the list of supported torch, CUDA and ROCm versions
2025-01-06 19:30:18 +05:30
4a62d4e76e
Workaround for when the context doesn't have a model_load_errors field; Not sure why it doesn't have it
2025-01-04 18:04:43 +05:30
0af3fa8e98
version bump for wmic deprecation
2025-01-04 13:28:50 +05:30
74b25bdcb1
Replace the use of wmic (deprecated) with a powershell call
2025-01-04 13:25:53 +05:30
e084a35ffc
Allow image editor to grow
...
Limiting the editor size seems to cause failures in inpainting, probably due to a mismatch with the requested image size.
2024-12-27 22:10:14 -05:00
ad06e345c9
Allow new resolutions with Use As Input
...
When Use As Input provides unlisted resolutions, add them first so that they'll be recognized as valid.
2024-12-24 23:36:12 -05:00
572b0329cf
Prevent invalid size settings for Use As Input
...
Images larger than the window size show up as blank sizes when setting the field. Retain previous (presumably valid) size rather than set an invalid one.
2024-12-23 21:46:25 -05:00
33ca04b916
Use as Input sets size
...
Force the generate size to match the image size when clicking Use as Input.
2024-12-22 21:22:37 -05:00
8cd6ca6269
Remove inpaint size limit
...
With the limit removed, inpaint can work with image sizes larger than 768 pixels.
2024-12-22 17:36:01 -05:00
49488ded01
v3.5.1
2024-12-17 18:29:39 +05:30
2f9b907a6b
Update Forge to the latest commit
2024-12-17 18:28:47 +05:30