Diffusers
is a small C++ static library, which contains scheduling algorithms ported from Hugging Face Diffusers library as well as some functionality to apply LoRA adapters to OpenVINO models.
The library is written to operate with OpenVINO C++ API objects like ov::Model
and ov::Tensor
and can be used in deployment scenarios with OpenVINO Runtime on Edge.
The library contains ports of the following scheduling algorithms:
And can apply LoRA adapters using InsertLoRA
transformation to inject weights directly to ov::Model
.