diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-08-20 04:11:26 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-08-20 06:46:21 +0000 |
| commit | a8218c74ca8f9ae0d8775fa48086ce4271761328 (patch) | |
| tree | 4c1dd8e6baa0eaff41c8f8186f9502e2feda75bc /misc/py-diffusers/pkg-descr | |
| parent | 73fc6cfc383807035118a1fc1302c9bdf3ec275b (diff) | |
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. |
