diff options
Diffstat (limited to 'misc/py-diffusers/pkg-descr')
-rw-r--r-- | misc/py-diffusers/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/py-diffusers/pkg-descr b/misc/py-diffusers/pkg-descr new file mode 100644 index 000000000000..91acf2b0e18f --- /dev/null +++ b/misc/py-diffusers/pkg-descr @@ -0,0 +1,10 @@ +Diffusers is the go-to library for state-of-the-art pretrained diffusion models +for generating images, audio, and even 3D structures of molecules. + +Diffusers offers three core components: +* State-of-the-art diffusion pipelines that can be run in inference with just a + few lines of code. +* Interchangeable noise schedulers for different diffusion speeds and output + quality. +* Pretrained models that can be used as building blocks, and combined with + schedulers, for creating your own end-to-end diffusion systems. |