Skip to content

Latest commit

 

History

History
 
 

diffusers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.