cmdr2
|
9bc7521de0
|
Make custom VAE an Image Setting, rather than a System Setting; Don't load a VAE into memory by default
|
2022-11-08 16:54:15 +05:30 |
|
Marc-Andre Ferland
|
3576214920
|
Remove prompt_strength and init_image when not using in-painting
|
2022-11-05 13:39:19 -04:00 |
|
Marc-Andre Ferland
|
f964fe3750
|
Add on/off support for parsing boolean.
|
2022-11-05 13:33:38 -04:00 |
|
cmdr2
|
749c72e6a6
|
Fix https://github.com/cmdr2/stable-diffusion-ui/issues/441 - numerical validation
|
2022-11-04 19:48:34 +05:30 |
|
Marc-Andre Ferland
|
d04aa89812
|
Fix 'Use Upscaling' dropdown getting blank on False.
|
2022-11-03 20:34:51 -04:00 |
|
Marc-Andre Ferland
|
d5f854d376
|
Fix use_face_correction not disabling on false
|
2022-11-03 20:34:12 -04:00 |
|
Marc-Andre Ferland
|
c3cc75feff
|
Adds a list of properties to not export by default.
|
2022-11-03 03:16:20 -04:00 |
|
Marc-Andre Ferland
|
d2e6011089
|
Windows paths...
|
2022-11-03 03:12:11 -04:00 |
|
Marc-Andre Ferland
|
5a18144366
|
Enable/disable seedField when updating randomSeedField.checked
|
2022-11-03 03:11:58 -04:00 |
|
cmdr2
|
8a0a22bfb0
|
Merge pull request #427 from madrang/dragNdrop
Add support for drag&drop for the text files made by the backend
|
2022-11-03 11:41:21 +05:30 |
|
Marc-Andre Ferland
|
950b226374
|
Moved copy icon css to main.css
|
2022-11-03 02:09:42 -04:00 |
|
Marc-Andre Ferland
|
045ad78bb9
|
Added calls to update sliders.
|
2022-11-02 10:53:48 -04:00 |
|
Marc-Andre Ferland
|
c0350e5be7
|
Moved file ext to a var.
|
2022-11-02 10:45:51 -04:00 |
|
Marc-Andre Ferland
|
93b3419737
|
Better human formatted JSON
|
2022-11-01 04:54:38 -04:00 |
|
Marc-Andre Ferland
|
268d7495cc
|
Naming...
|
2022-10-31 01:13:04 -04:00 |
|
Marc-Andre Ferland
|
ce16e61e63
|
Adds a copy as JSON button.
|
2022-10-31 01:02:23 -04:00 |
|
Marc-Andre Ferland
|
f92bca58fa
|
Lines endings...
|
2022-10-31 01:01:56 -04:00 |
|
Marc-Andre Ferland
|
83d541b60d
|
Fixed model parsing...
|
2022-10-30 23:41:26 -04:00 |
|
Marc-Andre Ferland
|
965efc3a13
|
Restore old values if invalid values for the dropdown was used.
|
2022-10-30 23:35:42 -04:00 |
|
Marc-Andre Ferland
|
d656c34bd4
|
Add support for drag&drop for the text files made by the backend and also supports JSON.
|
2022-10-30 23:21:39 -04:00 |
|
Marc-Andre Ferland
|
a922a93016
|
Can work with one or more params, don't need a minimum of two.
Still works just the same.
|
2022-10-30 14:09:12 -04:00 |
|
Marc-Andre Ferland
|
3bd97352ba
|
Don't reset reqBody, only replace using req as we use a new task object created from UI inputs.
Fix plugins needing to specify many params or they would be missing in the render request.
|
2022-10-29 14:47:58 -04:00 |
|
Malcolm Diller
|
784c7465d1
|
updated settings labels
|
2022-10-28 18:31:46 -07:00 |
|
Malcolm Diller
|
301af7bd7a
|
added parameters
|
2022-10-28 18:25:54 -07:00 |
|
Malcolm Diller
|
09c11a385d
|
normalized popups
|
2022-10-28 16:48:32 -07:00 |
|
cmdr2
|
a8c16e39b8
|
Support custom VAE files; Use vae-ft-mse-840000-ema-pruned as the default VAE, which can be overridden by putting a .vae.pt file inside models/stable-diffusion with the same name as the ckpt model file. The UI / System Settings allows setting the default VAE model to use
|
2022-10-28 20:06:44 +05:30 |
|
Malcolm Diller
|
7d29b9901c
|
updated progressbar to end more consistently
|
2022-10-27 22:47:08 -07:00 |
|
Malcolm Diller
|
5a6e7a46d1
|
added progressbar
|
2022-10-27 17:03:09 -07:00 |
|
cmdr2
|
6285980f98
|
Merge pull request #377 from madrang/beta
Missing '?' in case renderRequest is ever undefined.
|
2022-10-25 10:44:37 +05:30 |
|
cmdr2
|
9c9998b468
|
Merge pull request #364 from mdiller/mdiller_settings
Settings Refactor
|
2022-10-25 10:32:38 +05:30 |
|
Marc-Andre Ferland
|
1ec95d42ba
|
Missing '?' in case renderRequest is ever undefined.
|
2022-10-22 21:19:42 -04:00 |
|
cmdr2
|
5ee05e3aaa
|
Merge pull request #376 from cmdr2/beta
Custom Modifiers; Try to fix the 503 error bug; Show the number of images being created in the Make Image button
|
2022-10-22 22:27:05 +05:30 |
|
Marc-Andre Ferland
|
1199c431ff
|
Removed a new line by mistake. Formatting...
|
2022-10-22 12:51:43 -04:00 |
|
Marc-Andre Ferland
|
305f2fa448
|
In case of failure, display error in renderRequest.detail
|
2022-10-22 12:32:41 -04:00 |
|
Marc-Andre Ferland
|
b051685727
|
More logging for each state and improved handling.
|
2022-10-22 12:31:14 -04:00 |
|
cmdr2
|
7580bb21c3
|
Fix upscale multiple images bug
|
2022-10-22 08:38:19 +05:30 |
|
Malcolm Diller
|
726abf6e65
|
removed some extra comment stuff
|
2022-10-21 17:31:57 -07:00 |
|
Malcolm Diller
|
5453925e26
|
Merge branch 'beta' into mdiller_settings
|
2022-10-21 17:16:50 -07:00 |
|
Malcolm Diller
|
537e314b49
|
updated to consume the old settings nicely
|
2022-10-21 17:13:13 -07:00 |
|
rbertus2000
|
1696a5c8e1
|
modifyCurrentRequest with rest parameters
|
2022-10-21 23:04:42 +02:00 |
|
rbertus2000
|
816cf8f702
|
fix multiple images with upscale/fix face button
|
2022-10-21 22:40:26 +02:00 |
|
cmdr2
|
329360aa5b
|
Show the number of images it'll make in the Make Image button
|
2022-10-21 15:18:05 +05:30 |
|
cmdr2
|
eb1a276e60
|
Move the image modifers toolbar back to the top
|
2022-10-21 14:54:45 +05:30 |
|
cmdr2
|
a53bac1a94
|
Fix a bug where a null value for custom modifiers would break
|
2022-10-21 14:43:32 +05:30 |
|
cmdr2
|
93bf93d3a1
|
Fix a bug where a null value for custom modifiers would break
|
2022-10-21 14:42:02 +05:30 |
|
cmdr2
|
48a88a8624
|
Custom modifiers
|
2022-10-21 14:08:16 +05:30 |
|
Marc-Andre Ferland
|
807e9573fb
|
Check result status, not json object.
|
2022-10-20 20:36:45 -04:00 |
|
cmdr2
|
090dfff730
|
Refactor the time delays into constants and mention the units
|
2022-10-20 17:22:01 +05:30 |
|
cmdr2
|
2e17ea99e2
|
Don't cache ui plugins in the browser
|
2022-10-20 16:05:18 +05:30 |
|
cmdr2
|
f4bcc1f2e5
|
Bug fix - autosave wasn't saving the changes in the textboxes next to guidance scale and prompt strength sliders
|
2022-10-20 15:26:18 +05:30 |
|