mirror of https://github.com/vladmandic/automatic
add logo
parent
6d85980c56
commit
58304dcf40
2
TODO.md
2
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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue