Commit Graph

338 Commits

Author SHA1 Message Date
cmdr2
657129e4a7 Don't cache modifiers; rearrange the modifier controls 2022-09-23 22:01:38 +05:30
cmdr2
342f5e5e41 Merge branch 'main' into mod-thumbnails 2022-09-23 21:26:53 +05:30
cmdr2
9bb091d31e Fix a bug where DDIM wouldn't get the correct steps from the UI after the first run 2022-09-23 21:22:44 +05:30
cmdr2
119d5ba7ff Disable sampler selection if an image is used 2022-09-23 20:37:11 +05:30
cmdr2
8cb340be9d Merge branch 'main' into beta 2022-09-23 20:19:12 +05:30
cmdr2
8d21ee23f4 Move the CSS and JS into separate files 2022-09-23 19:48:48 +05:30
cmdr2
5e7c376950 Move the thumbnails into the existing 'media' folder; split the CSS for the thumbnails into a separate file 2022-09-23 19:32:48 +05:30
Haka
80e4b33047
Minor css change 2022-09-23 16:36:16 +03:00
cmdr2
4f6287c163 Merge branch 'beta' into mod-thumbnails 2022-09-23 18:54:53 +05:30
Haka
67252e0c6b Updated the class name for a querySelector 2022-09-23 15:38:40 +03:00
Haka
4264c2e266 Revert changes to refreshTagsList 2022-09-23 15:35:05 +03:00
Haka
0efa4ffb23 Add an overlay on top of cards
Clicking the card won't paint over text anymore.

Additional changes,
- Refactored a part of the refreshTagsList function
2022-09-23 15:31:22 +03:00
cmdr2
0d13fe67b0
Merge pull request #227 from cmdr2/beta
Merge beta
2022-09-23 17:59:31 +05:30
cmdr2
ae108bb603 Increase the max guidance scale 2022-09-23 17:19:11 +05:30
cmdr2
ca4229c732 Rearrange the UI, to use the bigger screen better, move the advanced settings to a different setting, links to help & community resources; cleaner image settings 2022-09-23 17:07:54 +05:30
cmdr2
5c827703a1 Report the steps for img2img correctly 2022-09-23 13:38:33 +05:30
cmdr2
a3de0820b3 Fix the 'Expected all tensors to be on the same device' error 2022-09-23 11:44:50 +05:30
cmdr2
83cb473a45 Fix the ddim_timesteps attribute missing error for txt2img with the ddim sampler 2022-09-23 11:14:06 +05:30
cmdr2
e7f9db5e56 Fix blurry img2img 2022-09-23 11:05:35 +05:30
Haka
af3de448bd Scale card overlay text accordingly 2022-09-23 03:01:20 +03:00
Haka
fcb2f1b555 Card overlay text improvement 2022-09-23 02:50:32 +03:00
Haka
c1bcf9fa8a Modifier Card Resizing 2022-09-23 02:36:40 +03:00
Haka
5ddfe7a184 Support for longer labels
Additional changes,
- Updated some modifier portraits
- Updated some modifier names
- Removed one useless modifier
2022-09-23 00:05:05 +03:00
cmdr2
c675caf3f9 Fix a missing ddim_steps error for the DDIM sampler 2022-09-23 00:54:35 +05:30
cmdr2
956b3d89db New samplers for txt2img: "ddim", "plms", "heun", "euler", "euler_a", "dpm2", "dpm2_a", "lms" 2022-09-23 00:19:05 +05:30
cmdr2
56960d6da9 Merge branch 'beta' into react 2022-09-22 22:56:45 +05:30
cmdr2
b934a6b6e9 Compatibility mode for API calls made without the streaming flag 2022-09-22 22:55:57 +05:30
cmdr2
df73be495e Live preview warning 2022-09-22 22:23:42 +05:30
cmdr2
efca13c8c0 Live preview warning 2022-09-22 22:22:07 +05:30
cmdr2
e49b0b9381 Warning for live preview 2022-09-22 22:21:01 +05:30
cmdr2
a69cd85ed7 Bump version 2022-09-22 22:15:09 +05:30
cmdr2
7b520942dc Update to the latest commit on basujindal's SD fork; More VRAM garbage-collection; Speed up live preview by displaying only every 5th step 2022-09-22 22:14:25 +05:30
Haka
7ee00230fd Fix 'No Image' paragraph 2022-09-22 18:47:57 +03:00
Haka
12e6baa925 Modifier Thumbnail Feature
Additional changes
- Changed some innerHTML to innerText
2022-09-22 18:01:30 +03:00
cmdr2
f98225cdb6 Better errors when the server fails 2022-09-22 18:04:11 +05:30
cmdr2
310abcd8b9 Improve the error reporting; Ensure that the stop button has been reset if there's an error 2022-09-22 15:47:38 +05:30
cmdr2
f42eaaea86 Fix incorrect patch for env 2022-09-22 12:48:11 +05:30
cmdr2
bfdb74979f Restrict to pandas 1.4.4, the new 1.5 version breaks the numpy dependency 2022-09-22 12:25:57 +05:30
cmdr2
e2545b3d34
Merge branch 'react' into beta-react 2022-09-21 23:17:33 +05:30
cmdr2
28e002e248 Bump version 2022-09-21 23:00:19 +05:30
cmdr2
7d12dbd4b2 Free up VRAM when possible 2022-09-21 21:53:25 +05:30
cmdr2
6f60e71ea4 'almost done' is misleading sometimes 2022-09-21 20:39:14 +05:30
cmdr2
16c842366a Don't apply filters if the user stops a task 2022-09-21 19:29:27 +05:30
cmdr2
97ba151e09 Favicon 2022-09-21 18:28:43 +05:30
cmdr2
18f452d968 Fix another bug with placeholder images; Move the logic for whether show_only_filtered is applied to the server 2022-09-21 17:41:42 +05:30
cmdr2
bb6db783d8 Fix a bug where the stop button wouldn't go away after the task finished. This happened when the upscaling/face correction was on, and insufficient image placeholders were created 2022-09-21 16:26:13 +05:30
cmdr2
49ce302bd4 Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta 2022-09-21 15:14:34 +05:30
cmdr2
95f01007a3 Fix a bug where negative steps remaining would mess up the countdown 2022-09-21 15:14:22 +05:30
caranicas
d84fb244d3 fix all the linting errors i can 2022-09-20 14:21:21 -04:00
caranicas
f04b5244fa cleaning up type issues 2022-09-20 12:35:44 -04:00
caranicas
6f3829fa91 remove debug 2022-09-20 09:55:33 -04:00
caranicas
63b658ac50 linting and some type fixes 2022-09-20 09:50:50 -04:00
caranicas
e8544be30a hide inert ui for now 2022-09-20 09:49:50 -04:00
caranicas
39090451f0 fix the linting issue and index error 2022-09-20 09:36:12 -04:00
mrbusysky
154326061d Translation update part 2 2022-09-19 18:39:44 -07:00
mrbusysky
0bbfd574b3 pretty fixes 2022-09-19 17:52:01 -07:00
mrbusysky
eff3887f35 updates for static words part 1 2022-09-19 17:49:03 -07:00
caranicas
34cb532e6b adjust footer to center 2022-09-19 19:02:01 -04:00
caranicas
e0a4f0bc4c language switcher 2022-09-19 15:52:51 -04:00
caranicas
1ac8eba1b8 clean and pretty 2022-09-19 15:40:34 -04:00
caranicas
82f8c31b81 fix some linting issues 2022-09-19 15:37:21 -04:00
caranicas
9d220c482d loading and cache are better 2022-09-19 15:07:47 -04:00
caranicas
c4718bd302 add basic loading 2022-09-19 14:05:01 -04:00
caranicas
e1e2a90498 fix build 2022-09-19 13:40:17 -04:00
caranicas
e81068f528 footer looking better 2022-09-19 13:32:20 -04:00
caranicas
0591487cfd creation ui is better 2022-09-19 13:19:19 -04:00
caranicas
737ed7ba5d clean up font ambiguity 2022-09-19 12:47:55 -04:00
caranicas
27fd1f39f0 css clean 2022-09-19 12:04:14 -04:00
caranicas
4733c8fb75 add linting rules to help out with i18n 2022-09-19 11:36:56 -04:00
caranicas
8777e65996 work on identical keys 2022-09-19 10:57:31 -04:00
caranicas
330fa10935 i18n linting 2022-09-19 10:30:33 -04:00
caranicas
1bd4a0f4ee basic linting 2022-09-19 10:14:50 -04:00
caranicas
bea8ae55de remove space 2022-09-19 10:05:52 -04:00
mrbusysky
e33f3231d0 matching pre merge issue translation 2022-09-18 18:57:17 -07:00
mrbusysky
b6cf6ee94a Translation Update
Still need to replace all the static words in pages.
2022-09-18 18:40:34 -07:00
mrbusysky
6118518b1b Updating to match
there was to many merge conflicts
2022-09-18 18:33:03 -07:00
caranicas
f77d5ebfd2 fix cache time 2022-09-18 20:53:18 -04:00
caranicas
fcf5c41709 fix undefined bug 2022-09-18 20:40:17 -04:00
caranicas
c23de50f3e fix filter and some styling 2022-09-18 19:24:35 -04:00
caranicas
cedc634933 display clean 2022-09-18 15:21:39 -04:00
caranicas
c7b89a1126 current and cache history 2022-09-18 15:19:31 -04:00
caranicas
21057759de remove logs 2022-09-18 11:16:09 -04:00
caranicas
d027352d79 disabled beta check for now 2022-09-18 11:14:17 -04:00
caranicas
fd8c568d75 working beta 2022-09-18 11:12:41 -04:00
caranicas
85292ca1b4 adding recipe 2022-09-17 20:26:24 -04:00
caranicas
1ab90e76d1 solidifed the styles 2022-09-17 17:23:14 -04:00
caranicas
1e9e9daeb3 wip 2022-09-17 16:30:47 -04:00
caranicas
bca225e692 theme scaffold 2022-09-17 14:18:05 -04:00
caranicas
4b3806fb9a clean 2022-09-17 12:38:19 -04:00
caranicas
5abbec94c4 working 2022-09-17 12:23:50 -04:00
caranicas
346d1dddba decent drawing tools 2022-09-17 11:58:21 -04:00
caranicas
8b48ad77e8 organize the inpainting display 2022-09-16 21:07:42 -04:00
caranicas
64d97a3232 build and pretty 2022-09-16 18:35:48 -04:00
caranicas
94a208bd91 drawing basics 2022-09-16 18:32:48 -04:00
caranicas
b15ac8b13e wip 2022-09-16 16:58:05 -04:00
caranicas
0ddff9d551 organized draw image 2022-09-16 16:41:30 -04:00
caranicas
6ee995afaa new config route and tighter header 2022-09-16 14:34:10 -04:00
caranicas
80d9d88de1 persistent state and reduced unneeded boolean logic 2022-09-16 13:29:32 -04:00
caranicas
cf12abfc7f better store and disabling 2022-09-16 12:56:57 -04:00
cmdr2
108e516b80
Don't use colorama 2022-09-16 21:32:08 +05:30
caranicas
b21ec7a302 patching cors issue with modifcations 2022-09-16 11:32:36 -04:00
caranicas
972473f1af drawing in progress 2022-09-15 20:25:48 -04:00
caranicas
ee8e0b46a2 letter box image 2022-09-15 19:48:12 -04:00
caranicas
9d09d2042a properly installed and clean 2022-09-15 16:36:08 -04:00
caranicas
b8823ade29 basic routing 2022-09-15 16:25:02 -04:00
caranicas
87f221290f pretty and build 2022-09-15 15:37:36 -04:00
caranicas
fd3b0c20b6 advanced panels 2022-09-15 15:35:41 -04:00
caranicas
93e71027fd advanced settings organaized and dropdowns 2022-09-15 15:16:42 -04:00
cmdr2
1c5097b81b Hotfix for pywavelet version, attempt 1 2022-09-16 00:36:31 +05:30
cmdr2
ef1bbda49c Inpainting editor 2022-09-15 23:29:55 +05:30
caranicas
c6852c70fd new build 2022-09-15 13:45:23 -04:00
caranicas
953773aaa8 pretty 2022-09-15 13:44:08 -04:00
caranicas
867140df30 creation ui soldified 2022-09-15 13:34:54 -04:00
caranicas
8a354e6187 using vanilla extract for main and app 2022-09-15 10:19:09 -04:00
cmdr2
5fed14cb78 Bump version 2022-09-15 17:54:35 +05:30
cmdr2
7e7c110851 Image mask (inpainting) 2022-09-15 17:54:03 +05:30
cmdr2
47fca55b0c Disable the start button after starting an image - regression after the stop button was added 2022-09-15 10:59:48 +05:30
caranicas
e2517ef50e remove unneeded 2022-09-14 19:03:26 -04:00
caranicas
ad6798eaad fixed most of the big css issues 2022-09-14 19:00:51 -04:00
caranicas
2a5fcc0846 working display panel 2022-09-14 18:38:31 -04:00
caranicas
37592a876e fix the image preview display 2022-09-14 17:56:38 -04:00
caranicas
4979e176c7 updated dist 2022-09-14 17:25:50 -04:00
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
cmdr2
219f310a25 Disable live preview by default 2022-09-14 22:48:36 +05:30
caranicas
4a35059711 comments 2022-09-14 13:07:27 -04:00
cmdr2
27071cfa29 Live preview of images 2022-09-14 22:29:42 +05:30
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