Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose property modification to frontend #3

Closed
space-nuko opened this issue Apr 30, 2023 · 1 comment
Closed

Expose property modification to frontend #3

space-nuko opened this issue Apr 30, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@space-nuko
Copy link
Owner

space-nuko commented Apr 30, 2023

In Max you have the ability to add an attribute as an input slot through the properties panel. For example to toggle visibility on and off. The same should be possible in ComfyBox

And for that matter, exposing the raw value of any arbitrary widget as an input/output parameter. So you can have a toggle that

  • links together more than one set of sliders, like Lora strength
  • hides and shows the correct sliders depending on checked state
  • sets the input slots to the output values of the correct widgets only if it's enabled

Have to be very careful as widget names are assumed to be unique for the purposes of serialization

@space-nuko space-nuko added the enhancement New feature or request label Apr 30, 2023
@space-nuko
Copy link
Owner Author

I opted for an action that toggles on/off a group of nodes. Reduces the number of wires needed for complex state changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant