Replies: 1 comment 2 replies
-
The parameters are the inputs, so these would be the parameters for latent couple. "args": [
{
"enabled ": False,
"divisions": "1:1,1:2,1:2",
"positions": "0:0,0:0,0:1",
"weights": "0.2,0.8,0.8",
"end_at_step": 20
}
] |
Beta Was this translation helpful? Give feedback.
2 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 can get the list of scripts available, but can't figure out how to query an individual script to get documentation on the arguments required. The FastAPI docs are no help because the example doesn't allow parameters.
Specifically looking for the script_info on "latent couple extension".
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions