pull/3136/head
Vladimir Mandic 2024-05-13 17:54:02 -04:00
parent 6d85980c56
commit 58304dcf40
3 changed files with 64 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Requires `diffusers-0.28.0.dev0`:
## Dev Release Notes
New [SD.Next](https://github.com/vladmandic/automatic) release has been baking in `dev` for a longer than usual, but changes are massive - over 250 commits...
New [SD.Next](https://github.com/vladmandic/automatic) release has been baking in `dev` for a longer than usual, but changes are massive - over 270 commits...
Starting with the new UI - yup, this version ships with a *preview* of the new [ModernUI](https://github.com/BinaryQuantumSoul/sdnext-modernui)
For details on how to enable and use it, see [Home](https://github.com/BinaryQuantumSoul/sdnext-modernui) and [WiKi](https://github.com/vladmandic/automatic/wiki/Themes)

View File

@ -33,7 +33,7 @@ def color_to_df(param):
def palette(img, params, output):
size = 1024
img.thumbnail((size, size), Image.HAMMING)
img.thumbnail((size, size), Image.Resampling.HAMMING)
#crate dataframe
colors_x = extcolors.extract_from_image(img, tolerance = params.color, limit = 13)

62
html/logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB