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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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?