Merge branch 'pr/40'

This commit is contained in:
Kijai 2024-04-05 14:46:51 +03:00
commit 0a341a2811
4 changed files with 12 additions and 0 deletions

View File

@ -41,3 +41,15 @@ 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)
Recreating or reloading the target node will change its id, and the WidgetToString node will no longer be able to find it until you update the node id value with the new id.

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB