cmdr2
5741af2aba
Merge pull request #777 from patriceac/preview-content-container
...
Group image containers (DOM tweak)
2023-02-10 17:28:08 +05:30
cmdr2
9e718da70e
Merge pull request #789 from JeLuF/gfpgan-chooser
...
Support multiple GFPGAN models
2023-02-10 17:16:49 +05:30
cmdr2
070e51fcab
Changelog
2023-02-09 19:01:25 +05:30
cmdr2
8a28b265a3
Preserve the id of the top-level tabs container, to avoid breaking plugins that rely on it
2023-02-06 19:09:39 +05:30
cmdr2
0cbb553564
Follow the theme in the popup dialog box
2023-02-06 15:32:54 +05:30
cmdr2
0b3a35c4b6
Make the tabs container a class, to make it reusable for other tab groups
2023-02-06 13:48:18 +05:30
cmdr2
a9d0fc9978
changelog
2023-02-03 21:41:12 +05:30
cmdr2
db47888a75
changelog
2023-02-01 11:54:05 +05:30
cmdr2
fab86ddf35
changelog
2023-01-27 09:46:50 +05:30
cmdr2
4886616c48
changelog
2023-01-25 19:52:28 +05:30
cmdr2
495064985e
Reduce VRAM usage of img2img in balanced mode, without reducing the speed of rendering
2023-01-24 18:58:15 +05:30
cmdr2
5d3fb9091a
Reduce the VRAM usage for balanced mode, without sacrificing the rendering speed
2023-01-23 19:36:00 +05:30
JeLuF
b044bc1791
Support multiple GFPGAN models
...
Add scanning for models and a dropdown to choose different models from
2023-01-19 20:49:54 +01:00
cmdr2
9b1a9cc7c8
changelog
2023-01-17 21:34:41 +05:30
cmdr2
0a1197055c
changelog
2023-01-16 18:32:09 +05:30
patriceac
3d5133209b
Group image containers (DOM tweak)
...
Move image containers in their own container to create a clear delineation in the DOM. Purely DOM structural adjustment meant to make a sticky footer possible in the preview pane (for plugins).
2023-01-15 23:34:56 -08:00
cmdr2
a5d88bdfcc
changelog
2023-01-10 21:09:08 +05:30
cmdr2
226ba8b06e
Bump version
2023-01-09 18:39:24 +05:30
cmdr2
a973e4d1ef
version
2022-12-28 14:30:01 +05:30
cmdr2
51c7faee3c
Changelog
2022-12-27 16:23:57 +05:30
cmdr2
852e129f9c
Support upscaling by 2x or 4x (previously only supported 4x)
2022-12-27 16:20:16 +05:30
patriceac
2c0bdd6377
Fix cut off tooltips display
2022-12-26 10:04:36 -08:00
cmdr2
517ddca22d
Changelog
2022-12-26 13:12:56 +05:30
cmdr2
41c7b08418
Keep euler_a as the default
2022-12-26 11:59:44 +05:30
cmdr2
87b6dfb1a9
Changelog
2022-12-25 17:17:10 +05:30
cmdr2
b6f1194c93
Typo
2022-12-25 00:23:51 +05:30
cmdr2
01320ac735
Rename project to Easy Diffusion
2022-12-24 21:36:47 +05:30
cmdr2
b7a76d4212
Merge branch 'beta' into refactor
2022-12-24 13:45:53 +05:30
cmdr2
ba7cae683a
Bump to 2.5
2022-12-24 13:39:28 +05:30
cmdr2
243556656e
Temporarily disable the model config dropdown in the UI
2022-12-24 13:38:55 +05:30
JeLuF
09b76dcd93
Avoid guidance scale "1.0"
...
Using a guidance scale of 1.0 will cause an exception in the renderer and return a very confusing error message.
https://discord.com/channels/1014774730907209781/1028195513377509376
2022-12-23 13:18:08 +01:00
cmdr2
c2bcf89f9a
Merge branch 'beta' into refactor
2022-12-22 15:42:04 +05:30
cmdr2
5cb24f992c
Bump version
2022-12-22 15:23:07 +05:30
cmdr2
c804a9971e
Work-in-progress code for adding a model config dropdown in the UI. Doesn't work yet
2022-12-22 11:54:00 +05:30
cmdr2
4d7f6e4236
Change version number in beta
2022-12-22 10:32:40 +05:30
JeLuF
64a751ad79
Merge branch 'beta' into pause
2022-12-19 00:55:56 +01:00
cmdr2
1595f1ed05
Add 6 new samplers; Fix a bug where new tasks wouldn't started if a previous task was stopped
2022-12-17 16:45:43 +05:30
cmdr2
ceff4f06c1
Merge branch 'beta' into refactor
2022-12-12 20:43:29 +05:30
cmdr2
b53935bfd4
Revert "Scrolling panes ( #632 )"
...
This reverts commit e3184622e8
.
2022-12-12 19:03:16 +05:30
cmdr2
d4db027cfa
Move the hypernetwork options below the sampler settings; Whitespace fixes
2022-12-12 19:02:34 +05:30
cmdr2
25f488c6e1
Merge branch 'beta' into refactor
2022-12-12 15:47:13 +05:30
cmdr2
fb32a38d96
Rename sampler to sampler_name in the API
2022-12-12 15:21:02 +05:30
cmdr2
0aa7968503
Move color correction to diffusionkit; Rename color correction to 'Preserve color profile'
2022-12-11 19:34:07 +05:30
JeLuF
bd1bc78953
Use onIdle(), move pause button, quick resume without using the promise
2022-12-11 14:57:01 +01:00
JeLuF
e6346775e7
Merge branch 'beta' into pause
2022-12-11 11:19:48 +01:00
patriceac
af5c68051a
Fix for the tooltips being cutoff ( #636 )
2022-12-11 12:59:23 +05:30
JeLuF
c568bca69e
Pause button
2022-12-11 02:31:23 +01:00
patriceac
e3184622e8
Scrolling panes ( #632 )
...
Decouple the editor and the preview panes. Scrollbars color updated as well as requested.
2022-12-09 23:11:39 +05:30
cmdr2
79cc84b611
Option to apply color correction (balances the histogram) during inpainting; Refactor the runtime to use a general-purpose dict
2022-12-09 19:39:56 +05:30
cmdr2
f4a6910ab4
Work-in-progress: refactored the end-to-end codebase. Missing: hypernetworks, turbo config, and SD 2. Not tested yet
2022-12-08 21:39:09 +05:30