cmdr2
07b584b3b4
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2023-08-03 17:08:38 +05:30
cmdr2
d35a89bb01
Show the controlnet buttons only for diffusers
2023-08-03 17:08:21 +05:30
cmdr2
22a6fe7721
Merge branch 'main' into beta
2023-08-03 16:56:38 +05:30
cmdr2
404329f9b5
Fix for image modifier improvements plugin
2023-08-03 16:33:20 +05:30
cmdr2
3929e88d87
Include the lora parser plugin as a core feature
2023-08-03 16:20:27 +05:30
cmdr2
83a5b5b46f
Clamp controlnet images to multiples of 8
2023-08-03 15:51:39 +05:30
cmdr2
b97c906128
Fix a bug where setting an initial image would mess up the width and height field
2023-08-03 15:49:01 +05:30
cmdr2
b8328b6071
sdkit 1.0.165 - warn users about incompatible loras
2023-08-03 15:14:00 +05:30
cmdr2
9a528496a3
Reload the model if the path exists in the request but the model has been unloaded
2023-08-03 15:13:41 +05:30
cmdr2
6a95c602b1
sdkit 1.0.164 - Warn the user if the controlnet isn't compatible with the SD model version
2023-08-03 12:43:30 +05:30
cmdr2
f0f6578b9c
Round image sizes to a multiple of 8
2023-08-03 10:22:24 +05:30
cmdr2
83c93eb9ef
sdkit 1.0.163 - trt multi-gpu fix
2023-08-02 21:53:11 +05:30
cmdr2
befe8ad24e
TRT logging
2023-08-02 18:55:09 +05:30
cmdr2
c5249e6144
TRT styling
2023-08-02 16:45:12 +05:30
cmdr2
9be3297c27
sdkit 1.0.162 - bug fixes for TRT
2023-08-02 16:42:24 +05:30
cmdr2
b6344ef6f9
sdkit 1.0.161 - bug fixes for TRT
2023-08-02 16:37:19 +05:30
cmdr2
76b7e32125
Bug fixes for TRT
2023-08-02 16:37:05 +05:30
cmdr2
801a3dd598
sdkit 1.0.160 - Dynamic load/unload of TensorRT engines
2023-08-02 15:34:55 +05:30
cmdr2
d1fdf1766a
Allow batch size ranges again in TRT
2023-08-02 14:03:59 +05:30
cmdr2
35073adc1f
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
2023-08-02 12:36:15 +05:30
cmdr2
d76930c7f4
sdkit 1.0.159 - typo in TensorRT forward
2023-08-02 12:35:44 +05:30
Olivia Godone-Maresca
7d496f4ad0
Add ControlNet model and filter to metadata ( #1454 )
2023-08-02 10:13:21 +05:30
cmdr2
53b5ce6e2c
typo
2023-08-02 00:10:19 +05:30
cmdr2
38ab5b090f
TRT ui changes
2023-08-02 00:08:43 +05:30
cmdr2
fa58996f37
sdkit 1.0.157 - tensorRT build configuration from the UI; clamp images to 8 instead of 64 pixels
2023-08-01 23:53:01 +05:30
cmdr2
56f92ccab0
Don't restrict TRT to batch size 1
2023-08-01 21:24:22 +05:30
cmdr2
4e444b418e
sdkit 1.0.156 - missing jsons for controlnet
2023-08-01 18:23:34 +05:30
cmdr2
3d9a9299dc
changelog
2023-08-01 17:42:15 +05:30
cmdr2
ae34c9e84b
Download known controlnet models if selected; Auto-pick the recommended controlnet model when a filter is selected
2023-08-01 17:39:04 +05:30
cmdr2
eba7bab15e
Allow named models in the dropdown
2023-08-01 16:16:38 +05:30
cmdr2
ee6db85768
Initial support for Controlnet
2023-08-01 15:39:15 +05:30
cmdr2
05ed110519
Don't show parallel field for tensorrt demo
2023-08-01 13:02:53 +05:30
cmdr2
9690fd1fa8
sdkit 1.0.154 - restrict tensorrt from 768x768 to 1024x1024, and Unet-only, to avoid going out of memory
2023-08-01 12:45:56 +05:30
cmdr2
4cee1be99c
Default settings for TensorRT demo; Don't show splash screen for diffusers
2023-08-01 12:43:23 +05:30
cmdr2
d39e1da183
Fixes for TensorRT
2023-08-01 11:49:30 +05:30
cmdr2
8538a684e7
sdkit 1.0.153 - use TensorRT only if enabled in the UI
2023-07-31 13:19:56 +05:30
cmdr2
47d7513dd8
sdkit 1.0.152 - fix for black images with TensorRT, and enable a timing cache
2023-07-31 12:54:05 +05:30
cmdr2
432fd57581
Use the desired output format and quality while applying the quick filter
2023-07-30 14:06:31 +05:30
cmdr2
9c06e2612a
changelog
2023-07-30 13:53:27 +05:30
cmdr2
1d6742f463
sdkit 1.0.151 - An option to use strict mask borders
2023-07-30 13:51:19 +05:30
JeLuF
2e849827d1
Restore width/height dropdown ( #1445 )
2023-07-30 10:16:04 +05:30
cmdr2
1e2c9ecb41
Use nvidia pypi index url for linux
2023-07-29 22:24:34 +05:30
cmdr2
14679586a8
changelog
2023-07-29 22:04:03 +05:30
cmdr2
11fb83a2a7
sdkit 1.0.148 - fix watermarking which is causing image artifacts in SDXL; fix SDXL long prompts with compel 2.0.1
2023-07-29 22:03:39 +05:30
JeLuF
4d3f55622a
Support more image sizes ( #1441 )
...
* Support more image sizes
With diffusers, width and height must be a multiple of 8 (instead of 64), allowing more resolution values.
* Add swap button
* Change popup button icon
2023-07-29 21:42:48 +05:30
cmdr2
eedf6f0aad
changelog
2023-07-29 21:30:43 +05:30
cmdr2
13592fae1a
sdkit 1.0.147 - diffusers 0.19.2 - fix red specs in SDXL images
2023-07-29 21:29:24 +05:30
cmdr2
4dd05d3efe
Merge branch 'trt' into beta
2023-07-29 21:10:00 +05:30
cmdr2
2e3059a7c8
UI for TensorRT installation and conversion
2023-07-29 21:09:27 +05:30
cmdr2
3b53b5ebaf
sdkit 1.0.144 - use prompts for SDXL refiner; use VAE slicing and VAE tiling for larger images
2023-07-29 12:42:34 +05:30