From 6813412684f885148884c9eead71ea7e3a1ec4fa Mon Sep 17 00:00:00 2001 From: adrian-forest Date: Wed, 3 Apr 2024 21:06:57 +1000 Subject: [PATCH] add documentation of WidgetToString node to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 101c82a..bf7519c 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,13 @@ This node creates batch of single color images by interpolating between white/bl ### CreateAudioMask Work in progress, currently creates a sphere that's size is synced with audio input. + +### WidgetToString +Outputs the value of a widget on any node as a string +![example of use](docs/images/2024-04-03_20_49_29-ComfyUI.png) + +Enable node id display from Manager menu, to get the ID of the node you want to read a widget from: +![enable node id display](docs/images/319121636-706b5081-9120-4a29-bd76-901691ada688.png) + +Use the node id of the target node, and add the name of the widget to read from +![use node id and widget name](docs/images/319121566-05f66385-7568-4b1f-8bbc-11053660b02f.png)