Commit Graph

738 Commits

Author SHA1 Message Date
19c6e10eda Use the correct size of the image when used as the input. Code credit: @AvidGameFan 2025-02-10 12:49:38 +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
9e21d681a0 Remove hardcoded references to torch.cuda; Use torchruntime and sdkit's device utilities instead 2025-02-06 13:06:51 +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
f751070c7f Warn for schedulers and steps with Flux models 2024-10-17 12:14:01 +05:30
d5edbfee8b Remember the Face Fix and Codeformer settings in the UI 2024-10-17 10:49:26 +05:30
c46f29abb0 Include scheduler in drag-and-drop 2024-10-09 21:18:15 +05:30
3327244da2 Scheduler selection in the UI; Store Scheduler and Distilled Guidance in metadata 2024-10-09 11:43:45 +05:30
d283fb0776 Option to select Distilled Guidance Scale; Show warnings for Euler Ancestral sampler with Flux 2024-10-09 11:12:28 +05:30
90bc1456c9 Suggest guidance value for Flux and non-Flux models 2024-10-08 18:54:06 +05:30
c1193377b6 Use vram_usage_level while starting webui 2024-10-07 13:33:25 +05:30
754a5f5e52 Case-insensitive model directories 2024-10-01 13:55:35 +05:30
9a12a8618c First working version of dynamic backends, with Forge and ed_diffusers (v3) and ed_classic (v2). Does not auto-install Forge yet 2024-10-01 10:54:58 +05:30
2eb0c9106a Temporarily disable the auto-selection of the appropriate controlnet model 2024-09-24 17:43:34 +05:30
05f3523364 Set the controlnet alpha correctly from older exports; Fix a bug with null lora model in exports 2024-05-28 19:16:48 +05:30
44789bf16b sdkit 2.0.15.4 - Controlnet strength slider 2024-05-28 18:45:08 +05:30
547febafba Autosave the VAE tiling setting 2023-12-12 18:10:04 +05:30
097780be26 Setting to enable/disable VAE tiling 2023-12-11 22:28:19 +05:30
52cc99bf1f Revert "Revert the support banner experiment"
This reverts commit 45a14a9be9.
2023-10-12 09:58:29 +05:30
45a14a9be9 Revert the support banner experiment 2023-10-03 19:35:23 +05:30
e999832c26 Prevent the user from changing the metadata format if the server has set force_save_metadata 2023-09-30 20:11:28 +05:30
4c8d5a7077 Allow setting the metadata field in the server settings, instead of forcing json whenever force_save_path is set 2023-09-29 20:23:24 +05:30
e23eb1fea8 Save metadata as json if using force_save_path 2023-09-26 20:58:27 +05:30
41f2c82eaf Save metadata if force_save_path is enabled. We can make this more flexible later 2023-09-26 20:54:16 +05:30
d6a02a31a7 LoraManager: Implement 'Upload thumbnail' button 2023-09-17 22:36:50 +02:00
4aca3c4639 Lora Manager 2023-09-04 01:36:32 +02:00
b0294f8cbd Support banner 2023-09-01 19:31:46 +05:30
19f37907d9 Allow changing the models directory via a setting, to share models with other locations on the disk 2023-09-01 10:40:18 +05:30
b458d57355 Keep the old test_diffusers id around to prevent broken plugins 2023-08-31 22:24:27 +05:30
a5962dae33 Allow underscore in embeddings path 2023-08-31 22:19:04 +05:30
670768e5b3 Allow hyphens in embeddings 2023-08-31 22:16:48 +05:30
7a118eeb15 Rename the test_diffusers config key to upgrade all the existing users to the v3 engine. Users can now opt to disable v3. This upgrades existing users who had maybe tried diffusers many months ago (when it was still unstable) and decided against it (at that time). 2023-08-31 19:20:26 +05:30
536082c1a6 Save filtered images to disk if required by the API, for e.g. when clicking 'Upscale' or 'Fix Faces on the image 2023-08-31 15:57:53 +05:30
a7c12e61d8 Fix incorrect tiling message in the task info 2023-08-30 19:32:29 +05:30
16f0950ebd sdkit 2.0.6 - Fix broken VAE tiling 2023-08-30 17:42:50 +05:30
b89d152540 Support lora models in subfolders when scanning the <lora> tag (#1521)
* Recursive lora search

* Support lora models in subfolders when scanning the <lora> tag
2023-08-29 10:48:57 +05:30
b1cb03962c Fix embedding extraction for weights, commas, etc. This fixes the recent change where 'world' would match 'rld'. 2023-08-29 10:23:05 +05:30
a7b0858b22 Temporarily hide the support banner until v3 releases to main. Avoids the distraction from handling support/bugs during v3's release, will bring this back soon 2023-08-29 09:43:31 +05:30
2bc66cc640 Merge branch 'banner' into beta 2023-08-24 18:24:28 +05:30
1b6aae9678 Cancel/Stop/Remove task buttons (#1493)
* Cancel/Stop/Remove task
So far, the button to remove a not yet rendered and a completed task was labeled 'Remove'. This can lead to confusions.
This PR changes the label to 'Cancel' for not yet rendered tasks. It also changes the color of the undoable 'Remove' button

* Keep the button color as red
2023-08-24 16:07:58 +05:30
1e13c4e808 Support banner with kofi, patreon and itch.io links 2023-08-23 19:50:38 +05:30
dba573bf1a Show v3 engine selection even without beta 2023-08-23 13:02:20 +05:30
04274f5839 Fix styling on mobile devices 2023-08-23 12:11:06 +05:30
1cd9c7fdac Show the negative embeddings button only if the negative prompt panel is open 2023-08-22 16:59:40 +05:30
55af328181 Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta 2023-08-22 12:02:42 +05:30