API parameters documentation #127
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to run faceswap in api mode i need to pass an array as a list of parameters for
"alwayson_scripts": {"faceswaplab": {"args": list_of_args}},As its quite easy to get what parameters mean in the UI its almost imposible to understand what is really passed.
How i can get the map of those parameters?
For now i have created a tuple of (parameter_value, 'parmaeter_comment') and figured out few of them
Hi I'm running into the same issue. Did you find a solution?