From a86b5a9fa7687f1e866e4ff1f9da4084abac90eb Mon Sep 17 00:00:00 2001 From: asagi4 <130366179+asagi4@users.noreply.github.com> Date: Thu, 5 Dec 2024 21:50:45 +0200 Subject: [PATCH] v1.2.1 --- README.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9d4ac4..401c24e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ The tools in this repository combine well with the macro and wildcard functional ## Requirements -You need to have `lark` installed in your Python environment for parsing to work (If you reuse A1111's venv, it'll already be there) +For `PCEncodeSchedule` and `PCLoraHooksFromSchedule`, you'll need at least version 0.3.7 of ComfyUI (0.3.36 of ComfyUI desktop). + +You need to have `lark` installed in your Python environment for parsing to work (If you reuse A1111's venv, it'll already be there). If you use the portable version of ComfyUI on Windows with its embedded Python, you must open a terminal in the ComfyUI installation directory and run the command: ``` diff --git a/pyproject.toml b/pyproject.toml index 5286d3c..45be831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-prompt-control" description = "Nodes for convenient prompt editing, making many common operations prompt-controllable" -version = "1.2.0" +version = "1.2.1" license = { file = "LICENSE" } # some lark versions older than 1.1.9 apparently have a bug that breaks things, see https://github.com/asagi4/comfyui-prompt-control/issues/35 dependencies = ["lark >= 1.1.9"]