From 959c47c29bd813142dd016c63d4da6c21184eddb Mon Sep 17 00:00:00 2001 From: Dariusz L Date: Thu, 13 Nov 2025 16:21:47 +0100 Subject: [PATCH] Update README with quick links and compatibility info Added quick start and workflow example links for easier navigation. Improved installation instructions and clarified manual install steps. Documented known incompatibility with Vue Nodes and provided guidance for reverting settings. Enhanced support section with actionable items. --- README.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5de478e..a50aaa2 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ JavaScript

+

+ 🔹 Quick Start +   |   + 🧩 Workflow Example +

+ ### Why LayerForge? - **Full Creative Control:** Move beyond simple image inputs. Composite, mask, and blend multiple elements without @@ -66,10 +72,11 @@ https://github.com/user-attachments/assets/9c7ce1de-873b-4a3b-8579-0fc67642af3a ## 🚀 Installation ### Install via ComfyUI-Manager -* Search `Comfyui-LayerForge` in ComfyUI-Manager and click `Install` button. +1. Search `Comfyui-LayerForge` in ComfyUI-Manager and click `Install` button. +2. Restart ComfyUI. ### Manual Install -1. Install [ComfyUi](https://github.com/comfyanonymous/ComfyUI). +1. Install [ComfyUi](https://github.com/comfyanonymous/ComfyUI). I use [portable](https://docs.comfy.org/installation/comfyui_portable_windows) version. 2. Clone this repo into `custom_nodes`: ```bash cd ComfyUI/custom_nodes/ @@ -249,6 +256,12 @@ As a result, the node may produce a **completely black image** or not work at al --- +## ⚠️ Known Issues / Compatibility + +- **Incompatibility with Modern Node Design (Vue Nodes)** + This node is not compatible with the new Vue Nodes display system. + To use this node, you must revert the settings: Settings → (search) Vue Nodes → Disable "Modern Node Design (Vue Nodes)". + ## 📜 License This project is licensed under the MIT License. Feel free to use, modify, and distribute. @@ -256,10 +269,13 @@ This project is licensed under the MIT License. Feel free to use, modify, and di --- ## 💖 Support / Sponsorship - -If you’d like to support my work: +• ⭐ Give a star — it means a lot to me! +• 🐛 Report a bug or suggest a feature +• 💖 If you’d like to support my work: 👉 [GitHub Sponsors](https://github.com/sponsors/Azornes) +--- + ## 🙏 Acknowledgments Based on the original [**Comfyui-Ycanvas**](https://github.com/yichengup/Comfyui-Ycanvas) by yichengup. This fork