-
Notifications
You must be signed in to change notification settings - Fork 1
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
As a Pipes user, it's not clear to me how to define Subgraph inputs and outputs so that they are visible in the main graph #158
Comments
@epoilvet any idea about this? I've not changed the way subgraphs work.. |
Input/ouput names are mandatory in Litegraph framework to be able to see the plug. |
Yes it is working if you set name. However this is a big usability "concern" because "new" user no doubt are also going to do this. Can't we by default not give a default name ("input1" and "output1"). Because a subgraph can have multiple input/outputs this need to be dynamic. So if you auto generate a name "input1", you need to check that already exist. If so, try "input2" and so on. |
It would be great to fix this for 1.0.1 |
#158 As a Pipes user, it's not clear to me how to define Subgraph inputs and outputs so that they are visible in the main graph
working in master |
Before I start working on compiler support for subgraphs, I tried to create a subgraph, but it is not working on master.
Reproduction:
Close the subgraph
ERROR The input/output is not visible
The text was updated successfully, but these errors were encountered: