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"]