We should wrap sd.cpp api into Alpaca Core's Model, Instance objects as we did for whisper and llama. This will produce ac-sd inference library for examples/tests.
Basic wrap is done, we have text to image conversion. Will implement image to image and passing all of the parameters. The following implementation will be tracked in separate issues.
We should wrap sd.cpp api into Alpaca Core's Model, Instance objects as we did for whisper and llama. This will produce ac-sd inference library for examples/tests.