You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More of a question. I'm trying to add the randomize feature (where it shows a six-sided die next to the parameter) to the RandomNoise parameter in my workflow. I see a "show_randomise_toggle": true in the default workflow example, but my converted workflows don't have this same format, so I'm not sure how to tag a parameter as random. Thanks!
More of a question. I'm trying to add the randomize feature (where it shows a six-sided die next to the parameter) to the RandomNoise parameter in my workflow. I see a "show_randomise_toggle": true in the default workflow example, but my converted workflows don't have this same format, so I'm not sure how to tag a parameter as random. Thanks!
snippets from my workflow:
"25": {
"inputs": {
"noise_seed": "4592387562394"
},
"class_type": "RandomNoise",
"_meta": {
"title": "RandomNoise"
}
},
The text was updated successfully, but these errors were encountered: