From 58043dd7e30d5caf578af3b9af6915ab96e81ca3 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Tue, 7 Apr 2026 12:35:13 +0200 Subject: [PATCH] docs: warn mask generation is untested, recommend ComfyUI --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d0a53c..9b3130c 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ Arrow keys and J/K/L are ignored when a text field has focus. ### Mask generation tools +> **Warning:** The mask generation feature is untested and may not work reliably. For production use, consider [ComfyUI](https://github.com/comfyanonymous/ComfyUI) instead. + Two standalone scripts live in `tools/`. They are run by the app via a managed venv but can also be called directly: ```