diff --git a/README.md b/README.md index 471dc65..4c12a5d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +# !!! ATTENTION NODES TEMPORARY UNRESPONSIVE !!! + +Due to latest ComfyUI released and improvement on the JS part, this node set is creating bugs. + +The AnyBus and the McBoaty Tile Prompter make the WF unresponsive. + +I apologize for this temporary issues and I'm working on fixing the issue. + +As I don t know exactly what is going on, I hope you'll be patient until I found a fix. + # ComfyUI MaraScott Nodes Turn ★ into ⭐ (top-right corner) if you like the project! diff --git a/py/utils/version.py b/py/utils/version.py index d0807c3..f194d2b 100644 --- a/py/utils/version.py +++ b/py/utils/version.py @@ -3,4 +3,4 @@ # ### -VERSION = "5.7.0" +VERSION = "5.7.1" diff --git a/pyproject.toml b/pyproject.toml index 08c28ba..be57ee6 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 = "5.7.0" +version = "5.7.1" license = { file = "LICENSE" } dependencies = ["blend_modes", "numba", "color-matcher", "groq", "opencv-python"]