299 Commits

Author SHA1 Message Date
cmdr2
53b5ce6e2c typo 2023-08-02 00:10:19 +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
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
d39e1da183 Fixes for TensorRT 2023-08-01 11:49:30 +05:30
cmdr2
1d6742f463 sdkit 1.0.151 - An option to use strict mask borders 2023-07-30 13:51:19 +05:30
cmdr2
1e2c9ecb41 Use nvidia pypi index url for linux 2023-07-29 22:24:34 +05:30
cmdr2
2e3059a7c8 UI for TensorRT installation and conversion 2023-07-29 21:09:27 +05:30
cmdr2
c906c5d14a Don't rely on old keys to exist in the request 2023-07-29 09:14:00 +05:30
cmdr2
e61549e0cd Mega refactor of the task processing and rendering logic; Split filter into a separate task, and add support for running filter tasks individually; Change the format for sending model and filter data from the API, but maintain backwards compatibility for now with the old API 2023-07-28 18:57:28 +05:30
cmdr2
c71d7ea14f Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta 2023-07-22 15:10:44 +05:30
cmdr2
721ab8a0c7 Silly error, don't delete a key if it doesn't exist 2023-07-22 15:10:33 +05:30
cmdr2
d0d9c185f1
Merge pull request #1428 from ogmaresca/fix-synatax-warning-on-startup
Fix SyntaxWarning on startup
2023-07-22 12:10:53 +05:30
cmdr2
ade0912ba1 Fix for endlessly nesting config.yaml 2023-07-22 11:47:48 +05:30
Olivia Godone-Maresca
192520eafe Fix SyntaxWarning on startup 2023-07-21 21:15:21 -04:00
cmdr2
e358a72925
Merge pull request #1397 from ogmaresca/restart-needed
Add Restart needed to diffusers-only fields if you enable diffusers then refresh without restarting EasyDiffusion
2023-07-16 13:23:04 +05:30
Olivia Godone-Maresca
3461bb669d Merge remote-tracking branch 'origin/beta' into restart-needed 2023-07-15 13:22:41 -04:00
Olivia Godone-Maresca
8151bc57b1 Format LoRA model/strength as comma separated string in text metadata 2023-07-15 12:57:37 -04:00
cmdr2
959c1a196e Allow the UI to send (and resolve) multiple model paths 2023-07-15 12:09:20 +05:30
cmdr2
3980625be6
Merge pull request #1398 from ogmaresca/save-embeddings-to-metadata
Add embeddings to metadata
2023-07-13 12:57:56 +05:30
cmdr2
e43bf2b93a Revert the speed up from starting the browser early. Not sure why the fastapi server isn't ready to serve static html by this point, will need to investigate later 2023-07-10 09:01:48 +05:30
Olivia Godone-Maresca
ab75527df2 Formatting 2023-07-09 22:14:07 -04:00
Olivia Godone-Maresca
b5a661eec8 Add embeddings to metadata 2023-07-09 22:13:20 -04:00
Olivia Godone-Maresca
df655eb2d7 Rename method 2023-07-09 16:58:51 -04:00
Olivia Godone-Maresca
db55064bb2 Add Restart needed to diffusers-only fields if you enable diffusers then refresh without restarting EasyDiffusion 2023-07-09 16:54:25 -04:00
cmdr2
09f747a68e
Merge pull request #1362 from JeLuF/textualinv
Basic embeddings support
2023-07-09 22:03:22 +05:30
cmdr2
d4c1155ac3 Missing return 2023-07-09 20:32:55 +05:30
cmdr2
37e8158175 Improve responsiveness of UI startup by not waiting for render threads to start up before showing the UI. Errors while starting the render thread will be logged anyway, so there's no need to block the main thread for this 2023-07-08 23:28:47 +05:30
JeLuF
c6d6446606 Merge branch 'beta' into textualinv 2023-06-30 20:21:49 +02:00
cmdr2
4959e52559 Remove the old config.json file 2023-06-30 16:51:18 +05:30
cmdr2
95334715ab Don't use the same filename, will confuse our code later 2023-06-30 16:44:07 +05:30
cmdr2
5511d1090f Put a redirection notice at the old config.json location 2023-06-30 16:40:57 +05:30
cmdr2
d023fd07b0 Move config.yaml to the root folder of ED 2023-06-30 16:36:24 +05:30
cmdr2
5a643c383b Verify a newly written config file before setting that as the actual config file. Helps prevent a corrupted write from overwriting the config file 2023-06-30 13:22:23 +05:30
cmdr2
8618708fd1 Try closing the config file explicitly, to avoid null byte errors 2023-06-30 12:39:36 +05:30
JeLuF
f09c50ec90 Merge branch 'beta' into textualinv 2023-06-30 09:01:34 +02:00
cmdr2
45f99ab48a Include comments in config.yaml even when converting from config.json 2023-06-30 11:53:38 +05:30
cmdr2
26042b1e26 Don't use YAML as a singleton, seems to be stateful; Use ruamel in get_config for consistency 2023-06-30 10:37:25 +05:30
cmdr2
084ef5a28c Formatting 2023-06-30 09:44:44 +05:30
cmdr2
81a24249e6 Force move the old config.json to .bak, even if one exists. This is required for recovering from inconsistent states 2023-06-30 09:44:23 +05:30
JeLuF
7306ac0168 Merge branch 'beta' into textualinv 2023-06-28 19:55:25 +02:00
cmdr2
fda30b1ecd Use Patrice's Image Editor improvements plugin as a core plugin 2023-06-27 17:26:07 +05:30
cmdr2
ab0d08b7a3 debug log 2023-06-26 17:08:28 +05:30
cmdr2
af7073d9b6
Merge branch 'beta' into yaml 2023-06-26 16:57:35 +05:30
JeLuF
3dc62a8857 Basic embeddings support 2023-06-22 23:48:55 +02:00
ManInDark
ed59972b03
Changed all links as mentioned in #1339 2023-06-14 11:57:06 +02:00
cmdr2
267c7b85ea Use only realesrgan_x4 (not anime) for upscaling in codeformer 2023-06-07 16:37:44 +05:30
cmdr2
e23f66a697 Fix #1333 - listen_port isn't always present in the config file 2023-06-07 15:45:21 +05:30
cmdr2
9486c03a89 Don't use the default SD model (if the desired model was not found), unless the UI is starting up 2023-06-06 17:10:38 +05:30