Marc-Andre Ferland
|
e6f0d5bf44
|
Fixed a few undeclared variables I found.
|
2022-10-10 22:27:15 -04:00 |
|
Marc-Andre Ferland
|
781effc34e
|
Splitted ImgX2 into Redo and Double Size.
|
2022-10-10 04:06:15 -04:00 |
|
Marc-Andre Ferland
|
324c8f8146
|
Fixed showImages to clone batched reqBody and not reuse same objects.
|
2022-10-10 02:32:27 -04:00 |
|
Marc-Andre Ferland
|
27e372e38f
|
Clone the complete task object instead of only reqBody.
Avoids altering already completed tasks for reruns.
|
2022-10-10 02:31:02 -04:00 |
|
Marc-Andre Ferland
|
87122ce211
|
Each output render need it own instance of reqBody to avoid altering the other runs after they are completed.
|
2022-10-09 21:18:27 -04:00 |
|
Marc-Andre Ferland
|
c0c6675423
|
Removed dead code
|
2022-10-09 21:16:42 -04:00 |
|
Marc-Andre Ferland
|
fa4aeb5261
|
Only replace existing seeds when needed.
|
2022-10-09 21:16:24 -04:00 |
|
Marc-Andre Ferland
|
4e51eeb998
|
Bug fixes for createTask, use task object, not UI infos.
|
2022-10-09 19:59:34 -04:00 |
|
Marc-Andre Ferland
|
a27c3f09b3
|
Renamed getStartUpscaleHandler to getStartNewTaskHandler and added new tasks types.
|
2022-10-09 19:58:16 -04:00 |
|
Marc-Andre Ferland
|
3e5f117066
|
Cleaned up button creation for new tasks
|
2022-10-09 19:56:51 -04:00 |
|
Marc-Andre Ferland
|
3753fb3ea4
|
Added upscale button with matching 'getStartUpscaleHandler' function.
|
2022-10-09 07:19:00 -04:00 |
|
Marc-Andre Ferland
|
d3e49cf1e9
|
Cleanup of 'createTask'
|
2022-10-09 07:17:43 -04:00 |
|
cmdr2
|
d93f3468d3
|
Merge pull request #303 from madrang/resize-inpainting-disable
Resize in-painting disable
|
2022-10-08 19:48:43 +05:30 |
|
cmdr2
|
83032e858a
|
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
|
2022-10-08 18:22:13 +05:30 |
|
cmdr2
|
6855e314b3
|
Store the output format setting in localStorage
|
2022-10-08 18:22:01 +05:30 |
|
Marc-Andre Ferland
|
2c4a8619a8
|
Only 'resizeInpaintingEditor' if 'aspectRatio' has changed.
|
2022-10-08 08:42:25 -04:00 |
|
Marc-Andre Ferland
|
68dd9a29e8
|
Run 'resizeInpaintingEditor' once when 'maskSetting' is changed.
|
2022-10-08 07:56:01 -04:00 |
|
Marc-Andre Ferland
|
68c4b55945
|
Disable 'resizeInpaintingEditor' when 'maskSetting' is unchecked.
|
2022-10-08 07:55:24 -04:00 |
|
cmdr2
|
bab86c9ce2
|
Merge pull request #302 from cmdr2/canvas-resize
Follow the output aspect ratio in the inpainting editor
|
2022-10-08 16:55:36 +05:30 |
|
cmdr2
|
5f24e4d705
|
Increased the inpainting editor size; Fix a bug with the brush size not resetting
|
2022-10-08 16:53:47 +05:30 |
|
cmdr2
|
66c7b3fcb2
|
Don't use setAttribute to overwrite the style
|
2022-10-08 16:47:15 +05:30 |
|
cmdr2
|
1ffe29c657
|
Merge pull request #301 from madrang/resizeCanvas
Resize canvas following selected aspect ratio
|
2022-10-08 16:37:11 +05:30 |
|
cmdr2
|
6b7d4877e6
|
Initial implementation of prompt matrix - creates multiple task entries for the different permutations
|
2022-10-08 15:56:56 +05:30 |
|
Marc-Andre Ferland
|
80826eb500
|
Add min-width to .drawing-board-controls to keep the in-painting controls on one line.
|
2022-10-08 05:54:53 -04:00 |
|
Marc-Andre Ferland
|
11962facde
|
resize 'inpaintingEditor' on change from 'widthField' and 'heightField'
|
2022-10-08 05:53:44 -04:00 |
|
cmdr2
|
7ae70d5a4d
|
Don't delete the model variables twice
|
2022-10-08 13:58:44 +05:30 |
|
cmdr2
|
883dc72fc6
|
Unload the previous model while reloading
|
2022-10-08 13:19:18 +05:30 |
|
cmdr2
|
3b923e0d37
|
Didn't fix the ckpt bug properly
|
2022-10-08 12:48:37 +05:30 |
|
cmdr2
|
a208564f06
|
Wait for the model to load before changing the global 'model loaded' state
|
2022-10-08 12:35:23 +05:30 |
|
cmdr2
|
55d05ee590
|
Use euler_a and num_inference_steps 25 as the default
|
2022-10-07 23:54:42 +05:30 |
|
cmdr2
|
66f39e070b
|
Read prompts from a text file; Allow specifying multiple prompts in the textbox by separating them by new lines
|
2022-10-07 23:46:56 +05:30 |
|
cmdr2
|
bccf7e3f69
|
Merge pull request #293 from cmdr2/main
Merge from main
|
2022-10-07 19:58:49 +05:30 |
|
cmdr2
|
06c8a004d8
|
Remove the old dev console scripts
|
2022-10-07 19:52:31 +05:30 |
|
cmdr2
|
4ab90fb14d
|
Merge branch 'main' of github.com:cmdr2/stable-diffusion-ui
|
2022-10-07 19:48:40 +05:30 |
|
cmdr2
|
54d8feeaf0
|
Rename dev console script
|
2022-10-07 19:48:24 +05:30 |
|
cmdr2
|
23d20c918f
|
Merge pull request #292 from cmdr2/beta
Custom Models; Reduce RAM usage; JPG/PNG option
|
2022-10-07 19:45:17 +05:30 |
|
cmdr2
|
10012d7125
|
Merge branch 'main' into beta
|
2022-10-07 19:38:53 +05:30 |
|
cmdr2
|
d70ea854b1
|
Create the custom model instruction file even on existing installations
|
2022-10-07 19:36:18 +05:30 |
|
cmdr2
|
8c576ece28
|
Instructions for where to place the custom ckpt file
|
2022-10-07 19:33:52 +05:30 |
|
cmdr2
|
ab987e73c6
|
Copy the dev console script for linux on the first restart
|
2022-10-07 18:50:07 +05:30 |
|
cmdr2
|
cec203a6db
|
Allow saving in jpeg or png format; Default to saving in jpeg
|
2022-10-06 15:05:34 +05:30 |
|
cmdr2
|
cf8bb9efb0
|
Don't reload the model when using an initial image; Work in half-precision for txt2img as well, no change in the output image noticed
|
2022-10-06 14:42:47 +05:30 |
|
cmdr2
|
201a053025
|
Support an arbitrary number of custom models, placed in the models/stable-diffusion folder. Shows an option in the UI to select which model to use
|
2022-10-06 14:28:02 +05:30 |
|
cmdr2
|
703f987825
|
Copy the dev console script on the first update. Temporary until enough people have this update
|
2022-10-06 11:58:32 +05:30 |
|
cmdr2
|
4e3d677d8e
|
Developer console, to enter the activated conda environment easily for debugging and fixing the environnment
|
2022-10-06 11:58:27 +05:30 |
|
cmdr2
|
aab90130d2
|
Copy the dev console script on the first update. Temporary until enough people have this update
|
2022-10-06 11:25:14 +05:30 |
|
cmdr2
|
9321dfdd89
|
Developer console, to enter the activated conda environment easily for debugging and fixing the environnment
|
2022-10-06 10:37:41 +05:30 |
|
cmdr2
|
4a85296e23
|
Update README.md
|
2022-10-01 13:25:28 +05:30 |
|
cmdr2
|
deac32d843
|
Update Troubleshooting.md
|
2022-09-30 11:15:37 +05:30 |
|
cmdr2
|
ccfa32ce93
|
Report the error in the UI. Regression after switching to the task queue
|
2022-09-30 10:53:30 +05:30 |
|