Replies: 1 comment
-
Seconding adding checkpoint merger to the api |
Beta Was this translation helpful? Give feedback.
0 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.
-
So far, I have not found a way to load LoRA/s (preferably weighted like the extension sd-webui-additional-networks) using the API.
Also, the API allows loading a new checkpoint using
sd_model_checkpoint
with{url}/sdapi/v1/options
, but if one wants to merge two models and load it, the merging must be done using WebGUI.It would be great to allow setting of LoRA/s with the options endpoint, and have an additional endpoint like
{url}/sdapi/v1/merger
for merging two checkpoints. The data for the latter may be:Beta Was this translation helpful? Give feedback.
All reactions