01dde9d23a
merge beta
2023-08-07 00:14:42 +02:00
0427730308
Aesthetic changes
2023-08-06 22:13:27 +02:00
73a6e6c737
Moved JS&CSS into appropriate files and changed observer to refresh button
2023-08-06 22:06:16 +02:00
3cc951cdaa
Resolved issue mentioned by @JeLuF concerning paths
2023-08-06 21:52:01 +02:00
44082b83fc
Added UI components
2023-08-06 18:56:07 +02:00
265a45fcd7
Added prompt and negative_prompt to DB
2023-08-06 18:27:33 +02:00
8994378bdb
Added /all_images route that serves all images in DB
2023-08-06 18:22:25 +02:00
9cfc7511b4
Added serving of images that are in the DB
2023-08-06 17:40:19 +02:00
d48f566389
Moved some stuff
2023-08-04 23:24:33 +02:00
7a3314a927
Added mapping for images and automatically adding them to database
2023-08-04 23:20:29 +02:00
50dea4cb52
Use --pre for trt installs
2023-08-04 19:48:24 +05:30
20b06db359
Include onnx and polygraphy for TRT, and allow skipping the wheels for TRT
2023-08-04 19:46:37 +05:30
b6e512e65f
v3 engine name
2023-08-04 11:21:31 +05:30
7d71c353b2
changelog
2023-08-04 11:19:35 +05:30
3216a68d63
Fix regression with new installations not being able to start ED
2023-08-03 21:01:21 +05:30
df518f822c
SDXL
2023-08-03 20:11:27 +05:30
2d2a75f23c
v2.6.0 (beta) - switch beta to use diffusers by default
2023-08-03 20:01:27 +05:30
21297d98f2
Option to disable LoRA tag parsing
2023-08-03 18:38:25 +05:30
cc7452374d
Remove hypernetworks from the UI options in diffusers. Sorry
2023-08-03 17:43:49 +05:30
376d238ad8
Keep IMAGE_STEP_SIZE synchronized across all the clamps
2023-08-03 17:40:26 +05:30
d35a89bb01
Show the controlnet buttons only for diffusers
2023-08-03 17:08:21 +05:30
404329f9b5
Fix for image modifier improvements plugin
2023-08-03 16:33:20 +05:30
3929e88d87
Include the lora parser plugin as a core feature
2023-08-03 16:20:27 +05:30
83a5b5b46f
Clamp controlnet images to multiples of 8
2023-08-03 15:51:39 +05:30
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
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
f0f6578b9c
Round image sizes to a multiple of 8
2023-08-03 10:22:24 +05:30
befe8ad24e
TRT logging
2023-08-02 18:55:09 +05:30
c5249e6144
TRT styling
2023-08-02 16:45:12 +05:30
76b7e32125
Bug fixes for TRT
2023-08-02 16:37:05 +05:30
d1fdf1766a
Allow batch size ranges again in TRT
2023-08-02 14:03:59 +05:30
7d496f4ad0
Add ControlNet model and filter to metadata ( #1454 )
2023-08-02 10:13:21 +05:30
53b5ce6e2c
typo
2023-08-02 00:10:19 +05:30
38ab5b090f
TRT ui changes
2023-08-02 00:08:43 +05:30
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
56f92ccab0
Don't restrict TRT to batch size 1
2023-08-01 21:24:22 +05:30
3d9a9299dc
changelog
2023-08-01 17:42:15 +05:30
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
eba7bab15e
Allow named models in the dropdown
2023-08-01 16:16:38 +05:30
ee6db85768
Initial support for Controlnet
2023-08-01 15:39:15 +05:30
05ed110519
Don't show parallel field for tensorrt demo
2023-08-01 13:02:53 +05:30
4cee1be99c
Default settings for TensorRT demo; Don't show splash screen for diffusers
2023-08-01 12:43:23 +05:30
d39e1da183
Fixes for TensorRT
2023-08-01 11:49:30 +05:30
518df4bd3e
Merge branch 'beta' into bucketlite
2023-07-30 23:41:39 +02:00
ab37dbf98f
show images
2023-07-30 12:59:40 +02:00
432fd57581
Use the desired output format and quality while applying the quick filter
2023-07-30 14:06:31 +05:30
1d6742f463
sdkit 1.0.151 - An option to use strict mask borders
2023-07-30 13:51:19 +05:30
2e849827d1
Restore width/height dropdown ( #1445 )
2023-07-30 10:16:04 +05:30
1e2c9ecb41
Use nvidia pypi index url for linux
2023-07-29 22:24:34 +05:30
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