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

If a required node is disconnected, it does not output an error. #21

Open
KewkLW opened this issue Jun 12, 2023 · 1 comment
Open

If a required node is disconnected, it does not output an error. #21

KewkLW opened this issue Jun 12, 2023 · 1 comment

Comments

@KewkLW
Copy link

KewkLW commented Jun 12, 2023

I used the Deforum example graph and then removed the connection for Deforum Cadence and connected Deforum anim params to the color params and then clicked run. This produced no output in the console.

What I was hoping would happen, was that for nodes that I leave default/disabled, that it would not require that node to be present. At a minimum it should error out in the console to inform the user something is wrong.

image

@XmYx
Copy link
Owner

XmYx commented Jun 12, 2023

The only error here is the possibility to have multiple nodes connected to the execution socket, which i will fix, but otherwise, if you go one step further, and remove the exec connection from that orphan node, the graph will run, and it will produce output. Deforum implementation is WIP, the graph provided is a good starting point, set it up with your favorite defaults, and save it, but expect changes in it, as animation will be heavily under development.

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

No branches or pull requests

2 participants