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
I'm using automatic1111 API to call txt2img/img2img process and would like to take the advantage of composable lora extension. But I have no idea how to enable the extension through API.
Need some help,
Thanks a lot!
The text was updated successfully, but these errors were encountered:
If my understanding is correct, you should be able to use it as by adding to the 'alwaysonscripts' key in the payload:
{"Composable Lora": {"args":[<bool>, <bool>, <bool>]}}
For instance, if you only want the composable lora option like I do, you'd end up with:
I'm using automatic1111 API to call txt2img/img2img process and would like to take the advantage of composable lora extension. But I have no idea how to enable the extension through API.
Need some help,
Thanks a lot!
The text was updated successfully, but these errors were encountered: