From f1948e4f66569025aa4a76c16377092c81ec3032 Mon Sep 17 00:00:00 2001 From: MaraScott Date: Fri, 14 Jun 2024 11:30:25 +0200 Subject: [PATCH] Hotfix ays model type (#78) * fix the SD1 AYS model assignment * fix the SD1 AYS model assignment --- py/utils/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/py/utils/version.py b/py/utils/version.py index 0e59288..8575989 100644 --- a/py/utils/version.py +++ b/py/utils/version.py @@ -3,4 +3,4 @@ # ### -VERSION = "4.2.8" \ No newline at end of file +VERSION = "4.2.9" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 372fd57..6ba59bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui_marascott_nodes" description = "A set of nodes including a universal bus, an Inpainting By Mask and a large Upscaler/Refiner" -version = "4.2.8" +version = "4.2.9" license = "LICENSE" dependencies = ["blend_modes", "numba", "color-matcher"]