Commit Graph

114 Commits

Author SHA1 Message Date
caranicas
f3fdac2762 tidy and pretty 2022-09-14 17:24:18 -04:00
caranicas
96e43cbb65 audio component and gated 2022-09-14 17:19:40 -04:00
caranicas
28a7c6d3aa wip 2022-09-14 16:59:14 -04:00
caranicas
445959abbd fix issue with upsclaing checkbox 2022-09-14 16:49:27 -04:00
caranicas
62842968cb upscaling and face fixing passing thru 2022-09-14 16:45:12 -04:00
caranicas
2dda683aa6 face correctiona and scaling passing thru properly 2022-09-14 16:33:56 -04:00
caranicas
acd74c60c8 moved assets 2022-09-14 15:35:39 -04:00
caranicas
c1c4a2933e make pretty 2022-09-14 14:49:23 -04:00
caranicas
8158ead1a2 fix testing values 2022-09-14 14:32:01 -04:00
caranicas
d55e2492d4 file metadata and saveing 2022-09-14 14:23:55 -04:00
caranicas
eb53739c95 fix modifiers path 2022-09-14 13:20:19 -04:00
caranicas
4a35059711 comments 2022-09-14 13:07:27 -04:00
caranicas
a1ad1147e6 adjust server 2022-09-14 12:57:03 -04:00
caranicas
eefa7d53c5 updated parallel logic 2022-09-14 12:53:28 -04:00
caranicas
716491a68e clean build, and moved assets 2022-09-14 11:16:36 -04:00
caranicas
29e5263fcc add a comment 2022-09-14 11:05:50 -04:00
caranicas
4df61d7efc hide original dom 2022-09-14 10:52:19 -04:00
caranicas
34aa60d47b inital push 2022-09-14 10:48:46 -04:00
cmdr2
1d88a5b42e Show the approximate time remaining 2022-09-14 17:48:26 +05:30
cmdr2
74a9c46f08 Show the final output, if it was sent in a single streaming packet 2022-09-14 17:21:00 +05:30
cmdr2
7a540f2a88 Plural in images 2022-09-14 17:15:05 +05:30
cmdr2
9f48d5e5ff Show the progress percentage while generating images 2022-09-14 16:52:03 +05:30
cmdr2
3b47eb3b07 Bug fix - tasks with an initial image were not resizing the initial image to the desired dimension 2022-09-14 11:36:55 +05:30
cmdr2
d13e08e53b Make Prompt Strength editable via a text box; Restrict the max prompt strength to 0.99, since 1 caused CUDA errors for a few users; Color tweak for the stop button 2022-09-14 11:01:12 +05:30
cmdr2
4685461282 Allow editing the guidance scale using a textbox for finer control; Fix a bug where the image name would contain the wrong guidance scale 2022-09-14 10:46:07 +05:30
cmdr2
885759abc5 Return the image metadata and disk path in the response 2022-09-14 10:15:35 +05:30
cmdr2
0c0c8e503e Reset the stop button once a task finishes normally 2022-09-13 22:57:32 +05:30
cmdr2
5605cfe213 Don't run the remaining batches of a stopped task 2022-09-13 22:55:45 +05:30
cmdr2
3e3fc54da4 Stop button in the UI 2022-09-13 22:25:28 +05:30
cmdr2
e59c66ae26 Backend changes to support stopping a task mid-way. Uses a custom patch for the stable-diffusion codebase, to make it call a callback for DDIM 2022-09-13 19:59:41 +05:30
cmdr2
30974482c5 The seed displayed in the UI was wrong 2022-09-12 23:15:41 +05:30
cmdr2
3483f63b72 Merge branch 'main' of github.com:cmdr2/stable-diffusion-ui 2022-09-12 13:04:59 +05:30
cmdr2
8bee8060f9 Higher resolution options 2022-09-12 13:04:49 +05:30
cmdr2
246ceebe0e Merge branch 'main' into beta 2022-09-12 11:12:41 +05:30
cmdr2
9fe1709bf7 Catch 16xx cards without the NVIDIA name in them 2022-09-11 11:16:05 +05:30
cmdr2
fec21f1208 Catch 16xx cards without the NVIDIA name in them 2022-09-11 11:10:54 +05:30
cmdr2
1d4b34c0dd Print GPU name 2022-09-11 10:59:45 +05:30
cmdr2
d88e0f16ac Use CPU mode for graphics cards with less than 3 GB of RAM 2022-09-11 10:34:04 +05:30
cmdr2
a1e5a2cb67
Update modifiers.json 2022-09-10 22:58:16 +05:30
cmdr2
3668c87e0d
Update modifiers.json 2022-09-10 22:58:13 +05:30
cmdr2
387605f443 Show a label for the update channel, next to the version number 2022-09-10 15:08:07 +05:30
cmdr2
a6b4d59d94 Fix unnecessary warning for config.json 2022-09-10 00:29:46 +05:30
cmdr2
7c580e276a Merge branch 'main' into beta 2022-09-10 00:14:51 +05:30
cmdr2
927013cd57 Hotfix for broken openAI dependency - bad json file 2022-09-10 00:13:16 +05:30
cmdr2
666bf0ebb4 Merge branch 'main' into beta 2022-09-09 21:54:27 +05:30
cmdr2
c283d3181f Don't cache the index page 2022-09-09 21:54:13 +05:30
cmdr2
28dfe2140c Merge branch 'main' into beta 2022-09-09 21:31:48 +05:30
cmdr2
75ac3450e6 Don't allow setting the channel while the server is still starting up 2022-09-09 21:31:34 +05:30
cmdr2
f727dd26ed Set the set to 0 if deselecting from random; Allow 10 million random images by increasing the seed size 2022-09-09 21:11:05 +05:30
cmdr2
d21c0bfc18 Invert the logic - show only the filtered image by default 2022-09-09 21:06:51 +05:30