diff --git a/TODO.md b/TODO.md index 96c0104a9..dd2860c68 100644 --- a/TODO.md +++ b/TODO.md @@ -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) diff --git a/cli/image-palette.py b/cli/image-palette.py index be49a7375..c0d4e4752 100755 --- a/cli/image-palette.py +++ b/cli/image-palette.py @@ -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) diff --git a/html/logo.svg b/html/logo.svg new file mode 100644 index 000000000..737b53886 --- /dev/null +++ b/html/logo.svg @@ -0,0 +1,62 @@ + + + +