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 |
|
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
|
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
|
ccfa32ce93
|
Report the error in the UI. Regression after switching to the task queue
|
2022-09-30 10:53:30 +05:30 |
|
cmdr2
|
196649c0e9
|
Use the correct seed from the response
|
2022-09-29 13:55:09 +05:30 |
|
cmdr2
|
12182ee04f
|
Newer images go on top
|
2022-09-29 13:52:48 +05:30 |
|
cmdr2
|
5db64526cc
|
Fix a bug where batches would overwrite the previous images inside a task
|
2022-09-29 13:43:25 +05:30 |
|
cmdr2
|
5c2ec70eb4
|
Hide the sampler field when an output image is used as the new input
|
2022-09-29 13:12:01 +05:30 |
|
cmdr2
|
24a2c6251f
|
Remove log statement
|
2022-09-29 13:08:58 +05:30 |
|
cmdr2
|
0d035d9ae9
|
Remove unnecessary semicolons
|
2022-09-29 13:08:42 +05:30 |
|
cmdr2
|
a28f1294e2
|
Integrate with beta; Use the outputContainer for the task; Don't show the info while a live preview is generating; Use the local task container reference instead of a seed-based identifier (will fail if the seed is same across two tasks)
|
2022-09-29 13:01:18 +05:30 |
|
cmdr2
|
c2dec9eac4
|
Merge branch 'haka-fix' into main
|
2022-09-29 12:00:44 +05:30 |
|
cmdr2
|
b4c68a8ae5
|
Save the negative prompt in the text file
|
2022-09-28 18:33:08 +05:30 |
|
cmdr2
|
34023f66f0
|
Bump version
|
2022-09-28 15:10:24 +05:30 |
|
cmdr2
|
2696da7337
|
Allow using a custom ckpt model
|
2022-09-28 15:10:05 +05:30 |
|
cmdr2
|
553525a0fb
|
Make the task entries collapsible
|
2022-09-28 13:44:48 +05:30 |
|
cmdr2
|
38ebb95e63
|
Bring the bell back
|
2022-09-28 13:17:45 +05:30 |
|
Haka
|
10c4bee1e5
|
Fix for show all images
|
2022-09-28 00:05:34 +03:00 |
|
cmdr2
|
32bafd8b01
|
Stop batched tasks properly
|
2022-09-27 20:05:22 +05:30 |
|
Haka
|
c1dea44fa6
|
Fix for live preview
|
2022-09-27 17:23:19 +03:00 |
|
cmdr2
|
008b4228d2
|
Support negative prompts. Credit for the approach: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Negative-prompt
|
2022-09-27 19:41:21 +05:30 |
|
cmdr2
|
828a7aabd7
|
Show a processing label
|
2022-09-27 18:37:21 +05:30 |
|
cmdr2
|
acbf2a8ab0
|
Bump version
|
2022-09-27 18:10:32 +05:30 |
|
cmdr2
|
05a4701d98
|
Allow queuing up of tasks
|
2022-09-27 18:09:07 +05:30 |
|
cmdr2
|
864fc84899
|
Hide the image info when the mouse isn't over it
|
2022-09-27 14:28:29 +05:30 |
|
cmdr2
|
a2b9ee5988
|
Stop the images from jumping while rendering
|
2022-09-27 13:56:17 +05:30 |
|
cmdr2
|
fac8e8aa8b
|
Insert the latest batch of images on top
|
2022-09-27 13:48:50 +05:30 |
|
mrbusysky
|
926ffefac8
|
Correction of link position
and correction of the label being on the wrong line.
|
2022-09-26 21:24:20 -07:00 |
|
Haka
|
5ba802dc68
|
Overlaid info
|
2022-09-26 17:50:27 +03:00 |
|
mrbusysky
|
e107037011
|
Updated links to add the reddit
|
2022-09-24 22:00:42 -07:00 |
|
Haka
|
62048c68f0
|
Image item refactor and redesign
|
2022-09-25 02:55:11 +03:00 |
|
cmdr2
|
688659b815
|
Hotfix for batched-up chunked responses
|
2022-09-24 22:29:31 +05:30 |
|
cmdr2
|
6fc9098035
|
Slightly improve how the inpainting editor canvas looks
|
2022-09-24 17:31:46 +05:30 |
|
cmdr2
|
86d0feed32
|
Update readme image; Tweak modifier wording
|
2022-09-24 16:19:59 +05:30 |
|
cmdr2
|
102e454902
|
Don't log thumbnail requests into the access log, makes it hard to answer support queries since the server and access logs are the same right now
|
2022-09-24 15:55:45 +05:30 |
|
cmdr2
|
88d59eb7fa
|
Keep the first thumbnail category open, to invite users to try it out
|
2022-09-24 15:39:48 +05:30 |
|