From c05f5bf55c4b32f26ca5edc0e30946f90995c58d Mon Sep 17 00:00:00 2001 From: Crystian Date: Mon, 23 Sep 2024 15:13:35 +0200 Subject: [PATCH] pillow minimum version updated --- README.md | 1 + __init__.py | 2 +- core/version.py | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- version | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c694aae..48ad4f0 100644 --- a/README.md +++ b/README.md @@ -514,6 +514,7 @@ You have predefined switches (string, latent, image, conditioning) but you can u ### 1.18.0 (21/09/2024) - HORIZONTAL UI! 🎉 +- Configurable size of monitors on settings menu ### 1.17.0 (21/09/2024) - Settings menu reorganized diff --git a/__init__.py b/__init__.py index 05db9ae..677078d 100644 --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,7 @@ @author: Crystian @title: Crystools @nickname: Crystools -@version: 1.18.1 +@version: 1.18.2 @project: "https://github.com/crystian/ComfyUI-Crystools", @description: Plugins for multiples uses, mainly for debugging, you need them! IG: https://www.instagram.com/crystian.ia """ diff --git a/core/version.py b/core/version.py index cefde7d..b03ecb2 100644 --- a/core/version.py +++ b/core/version.py @@ -1 +1 @@ -version = "1.18.1" +version = "1.18.2" diff --git a/pyproject.toml b/pyproject.toml index 807a9d2..eba1dd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-crystools" description = "With this suit, you can see the resources monitor, progress bar & time elapsed, metadata and compare between two images, compare between two JSONs, show any value to console/display, pipes, and more!\nThis provides better nodes to load/save images, previews, etc, and see \"hidden\" data without loading a new workflow." -version = "1.18.1" +version = "1.18.2" license = { file = "LICENSE" } dependencies = ["deepdiff", "torch", "numpy", "Pillow", "pynvml", "py-cpuinfo"] diff --git a/requirements.txt b/requirements.txt index cd1f8a4..d61acb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ deepdiff torch numpy -Pillow +Pillow>=9.5.0 pynvml py-cpuinfo piexif diff --git a/version b/version index ec6d649..b57fc72 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.18.1 +1.18.2