alpaca-core / ilib-sd.cpp

Alpaca Core wrapper and plugin for stable-diffusion.cpp
MIT License
0 stars 0 forks source link

Wrap sd.cpp #1

Closed pminev closed 6 days ago

pminev commented 1 week ago

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.

pminev commented 6 days ago

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.