Commit Graph

3555 Commits

Author SHA1 Message Date
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
d5277cd38c Potential fix for #1869 2024-12-17 14:35:41 +05:30
fe2443ec0c Annual 2024-12-13 15:55:19 +05:30
b3136e5738 typo 2024-12-12 00:27:03 +05:30
b302764265 2024-12-12 00:26:16 +05:30
6121f580e9 winter is coming 2024-12-12 00:15:31 +05:30
45a882731a Pin wandb 2024-12-11 11:59:09 +05:30
d38512d841 Merge pull request #1867 from tjcomserv/tjcomserv-patch-1-pydantic
Tjcomserv patch 1 pydantic
2024-12-11 11:20:17 +05:30
5a03b61aef Merge branch 'beta' into tjcomserv-patch-1-pydantic 2024-12-11 11:19:58 +05:30
TJ
ca0dca4a0f Update check_modules.py
Use later version of FastApi that is compatible with pydantic v2

Set allowed version of setuptools to 69.5.1 to clear error on startup
2024-12-10 01:54:56 +00:00
TJ
4228ec0df8 Update types.py
Pydantic Error:

pydantic.errors.PydanticUserError: A non-annotated attribute was detected: `preserve_init_image_color_profile = False`. All model fields require a type annotation; if `preserve_init_image_color_profile` is not meant to be a field, you may be able to resolve this error by annotating it as a `ClassVar` or updating `model_config['ignored_types']`.
2024-12-10 01:52:28 +00:00
3c9ffcf7ca Update check_modules.py 2024-11-13 21:50:52 +05:30
b3a961fc82 Update check_modules.py 2024-11-13 21:49:17 +05:30
0c8410c371 Pin huggingface-hub to 0.23.2 to fix broken deployments 2024-11-13 21:39:01 +05:30
96ec3ed270 Pin huggingface-hub to 0.23.2 to fix broken deployments 2024-11-13 21:36:35 +05:30
d0be4edf1d Update to the latest forge commit - b592142f3b46852263747a4efd0d244ad17b5bb3 2024-10-28 18:34:36 +05:30
d4ea34a013 Increase the webui health-check timeout to 30 seconds (from 1 second); Also trap ReadTimeout in the collection of TimeoutError 2024-10-28 18:34:00 +05:30
459bfd4280 Temp patch for missing attribute 2024-10-18 08:30:29 +05:30
f751070c7f Warn for schedulers and steps with Flux models 2024-10-17 12:14:01 +05:30
3f03432580 Get the Controlnet filters from the backend, instead of hardcoding to sdkit 2024-10-17 11:23:52 +05:30
d5edbfee8b Remember the Face Fix and Codeformer settings in the UI 2024-10-17 10:49:26 +05:30
7e0d5893cd Merge pull request #1849 from easydiffusion/forge
Include wbem in env PATH (to find wmic)
2024-10-17 10:29:39 +05:30
5d0e5e96d6 Include wbem in env PATH (to find wmic) 2024-10-17 10:28:53 +05:30
d8c3d7cf92 Merge pull request #1847 from easydiffusion/forge
ED 3.5 - Forge as a new backend
2024-10-12 12:52:16 +05:30
7f9394b621 Refactor force-fp32 to not crash on PCs without cuda 2024-10-12 12:45:48 +05:30
76c8e18fcf [webui] Force full-precision on NVIDIA 16xx graphics cards 2024-10-12 12:23:45 +05:30
f514fe6c11 Different way to use python path in dev shell 2024-10-11 19:46:36 +05:30
c947004ec9 Don't use shell=True in dev console 2024-10-11 19:36:05 +05:30
154b550e0e Handle connection error during ping 2024-10-11 19:18:35 +05:30
739ad3a964 Remove fixes for condabin, since we copy that for linux/mac now 2024-10-11 19:14:07 +05:30
648187d2aa use condabin's conda instead of bin/conda 2024-10-11 19:13:02 +05:30
79cfee0447 debugging 2024-10-11 19:05:37 +05:30
7e00e3c260 typo 2024-10-11 19:04:01 +05:30
4ab9d7aebb Expose the CONDA_BASEPATH env variable 2024-10-11 19:03:10 +05:30
3ff9d9c3bb Attempt 2 at fixing conda basepath 2024-10-11 18:57:49 +05:30
02a2dce049 Use condabin's conda binary on linux and mac. Works around a bug in conda 4.14 (very old version) 2024-10-11 18:48:48 +05:30
72095a6d97 Copy webui_console.py in on_sd_start script 2024-10-11 17:34:23 +05:30
3580fa5e32 update changelog for 3.5 2024-10-11 17:21:08 +05:30
926c55cf69 update changelog for 3.5 2024-10-11 17:19:58 +05:30
8bf8d0b1a1 update changelog for 3.5 2024-10-11 17:18:26 +05:30
b3f714923f changelog 2024-10-11 15:13:42 +05:30
7e208fb682 Remove temp hack for debugging 2024-10-11 13:38:45 +05:30
d0cd340cbd Fix bug with post-install browser open 2024-10-11 13:37:26 +05:30
696b65049f Merge branch 'forge' of github.com:cmdr2/stable-diffusion-ui into forge 2024-10-11 13:34:45 +05:30