f7b8e000c5
Merge pull request #830 from ogmaresca/sort-models
...
Sort models alphabetically
2023-02-10 17:42:24 +05:30
9e718da70e
Merge pull request #789 from JeLuF/gfpgan-chooser
...
Support multiple GFPGAN models
2023-02-10 17:16:49 +05:30
4df442f169
Merge pull request #736 from JeLuF/enfdir
...
Enforce an autosave directory
2023-02-10 16:55:23 +05:30
ed9f18e22c
Trim lines
2023-02-09 17:56:54 -05:00
666c2f8771
Merge pull request #831 from ogmaresca/remove-promt-strength-txt2img
...
Restore VAE model in metadata files and remove prompt strength in txt2img generations
2023-02-09 19:23:54 +05:30
63c5de2612
Add T500 to list of full precision cards
2023-02-09 01:46:32 +01:00
0332cc8cb3
Don't force the user to 'low' VRAM usage automatically, if their GPU is less than 4 GB of VRAM. We need a better way to set 'low' as the default in the UI, but the user should be able to override it if they want
2023-02-08 19:41:55 +05:30
e7bf2ee58b
Show models above folders in child folders to avoid models from appearing to belong the grandchild folder, prevent creating empty <optgroup />s
2023-02-07 21:13:06 -05:00
f07d05a490
Also remove Hypernetwork Strength if not using a hypernetwork
2023-02-06 23:35:23 -05:00
b3a988bc0b
Restore VAE model in metadata files and remove prompt strength in txt2img generations
2023-02-06 23:07:23 -05:00
e0f22d29e8
Sort models alphabetically
2023-02-06 19:03:03 -05:00
5cd8a732c7
grammar
2023-02-06 16:29:46 +05:30
368967fbcf
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2023-02-03 21:41:23 +05:30
78e917a6fb
Fix the broken 'Make Similar Images' button
2023-02-03 21:40:03 +05:30
96b45385e8
Merge pull request #803 from JeLuF/patch-10
...
Add T600 to list of FP only GPUs
2023-02-03 19:56:54 +05:30
51443741b8
Proactively delete the partial samples from the callbacks
2023-02-01 11:50:50 +05:30
3e7f14af2c
Don't use Rich Tracebacks, can cause a memory leak. It keeps a reference to the Exception object (which in turn keeps references to any torch Tensors in the stack, preventing their garbage-collection)
2023-02-01 11:50:27 +05:30
733439da07
Fix a memory leak. Apparently the Exception object keeps references to torch Tensors in the stack, so keeping a reference to the Exception object prevents those Tensors from getting garbage-collected.
2023-02-01 11:49:18 +05:30
efba81cb66
Add T1000, make Quadro equivalent to nvidia or geforce
2023-01-28 20:51:01 +01:00
b2cc5dcf4b
Add T600 to list of FP only GPUs
...
https://discord.com/channels/1014774730907209781/1068948110304354314
2023-01-28 20:18:07 +01:00
fe89d487f6
Merge pull request #733 from JeLuF/mrgui
...
Backend side merge API
2023-01-25 19:38:21 +05:30
64bf4356b4
Update save_utils.py
2023-01-24 01:48:16 -08:00
b044bc1791
Support multiple GFPGAN models
...
Add scanning for models and a dropdown to choose different models from
2023-01-19 20:49:54 +01:00
e2ae2715a3
Revert "Revert "Don't set the specific vram optimizations to use, instead use the new sdkit API for setting the vram usage level directly""
...
This reverts commit 52458ae273
.
2023-01-18 17:03:14 +05:30
52458ae273
Revert "Don't set the specific vram optimizations to use, instead use the new sdkit API for setting the vram usage level directly"
...
This reverts commit 42f9abdfe3
.
2023-01-18 10:30:56 +05:30
42f9abdfe3
Don't set the specific vram optimizations to use, instead use the new sdkit API for setting the vram usage level directly
2023-01-17 21:33:15 +05:30
649cbf07e3
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2023-01-16 18:30:46 +05:30
5089ac5ad1
Fix a bug where the .vae.pt extension wouldn't get picked up. Thanks Madrang, rbertus2000 and JeLuf
2023-01-16 18:30:22 +05:30
b5d1912c94
Add NVIDIA T1200 to the list of FP GPUs
...
Fixes https://discord.com/channels/1014774730907209781/1014774732018683926/1064269949339697163
2023-01-16 00:42:02 +01:00
152aa7de09
bugfix for FP GPUs
2023-01-13 12:54:11 +01:00
7302927e4c
Add NVIDIA T550 to list of FP GPUs #755
...
The Nvidia T550 needs full precision to work correctly.
2023-01-12 14:16:35 +01:00
a13713adaf
Don't search for a yaml config file next to the model, since sdkit now does this automatically
2023-01-11 18:23:56 +05:30
192fd223b4
use config.json instead of config.bat
2023-01-10 23:40:35 +01:00
a671dd8e00
Fix import, remove debug output
2023-01-10 20:34:17 +01:00
5173957368
Minor refactor of save file
2023-01-10 20:13:39 +05:30
9ea51b174a
Merge branch 'beta' into sync-fn
2023-01-10 20:06:58 +05:30
80e265e547
Merge pull request #746 from JeLuF/modelload
...
Don't crash on unsupported models
2023-01-10 20:01:24 +05:30
12ba5b8096
Merge pull request #753 from JeLuF/modeldir
...
Recursive scanning for models
2023-01-10 19:29:27 +05:30
156c5f4792
Fix incorrect seeds returned when no filters were applied. Fixes https://github.com/cmdr2/stable-diffusion-ui/pull/748
2023-01-10 19:23:17 +05:30
9532928998
Recursive scanning for models
2023-01-07 19:04:15 +01:00
ed64b9bfed
Don't crash on unsupported models
2023-01-06 01:41:55 +01:00
5d5ebfdef6
Synchronize .img and .txt autosave file names
2023-01-04 16:51:18 +01:00
60f7c73c8a
prevent flooding the log with warnings for GPU<3GB
2023-01-04 02:45:51 +01:00
d5e76e662f
Enforce a autosave directory
2022-12-30 21:05:25 +01:00
15a1436c8b
Backend side merge API
2022-12-30 10:07:23 +01:00
5b1078e0db
Merge pull request #719 from patriceac/fix-duplicate-image
...
Fix for duplicate images
2022-12-29 10:13:51 +05:30
e82a8a7f3d
Fix for duplicate images
...
When eye correction, upscaling, and only show filtered image are ALL disabled, the UI still generates two of the same image, and increments the second's seed by 1 (although it's the same image). It doesn't perform an additional process, but the item is shown twice.
2022-12-28 12:06:36 -08:00
083390da83
Fix a bug where the task and req data needed to print with a backslash
2022-12-28 19:23:36 +05:30
dc6d48580b
Merge pull request #715 from jsuelwald/beta
...
Convert [ to \[ so the logging backend...
2022-12-28 19:20:28 +05:30
6eafcdfafd
Update renderer.py
...
Use .replace on pformat in both lines
2022-12-28 14:27:07 +01:00