Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 712 Bytes

File metadata and controls

12 lines (7 loc) · 712 Bytes

Diffusers

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.

Functionality

The library contains ports of the following scheduling algorithms:

And can apply LoRA adapters using InsertLoRA transformation to inject weights directly to ov::Model.