Replies: 1 comment
-
Try changing this "vae_name": (vaes, vaes[default_vae_index]), to "vae_name": (vaes, { default: vaes[default_vae_index] }), |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a small node which also contains a dropdown menu for all available VAE in ComfyUI, but I would like to set some default value yet the way I am doing it now is not working, can anyone tell me how to do it, please?
This is my code created with help of a "messy" ChatGPT, just the INPUT section that matters:
According to prints to CMD you see there, it detect the
vaes
correctly, alsovaes[default_vae_index]
has the correct value, yet it is never set as default in the dropdown menu - why?Beta Was this translation helpful? Give feedback.
All reactions