Skip to content

Commit 7ac9570

Browse files
authored
add CITATION.cff (huggingface#2211)
add citation.cff
1 parent 3816c9a commit 7ac9570

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CITATION.cff

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
cff-version: 1.2.0
2+
title: 'Diffusers: State-of-the-art diffusion models'
3+
message: >-
4+
If you use this software, please cite it using the
5+
metadata from this file.
6+
type: software
7+
authors:
8+
- given-names: Patrick
9+
family-names: von Platen
10+
- given-names: Suraj
11+
family-names: Patil
12+
- given-names: Anton
13+
family-names: Lozhkov
14+
- given-names: Pedro
15+
family-names: Cuenca
16+
- given-names: Nathan
17+
family-names: Lambert
18+
- given-names: Kashif
19+
family-names: Rasul
20+
- given-names: Mishig
21+
family-names: Davaadorj
22+
- given-names: Thomas
23+
family-names: Wolf
24+
repository-code: 'https://github.com/huggingface/diffusers'
25+
abstract: >-
26+
Diffusers provides pretrained diffusion models across
27+
multiple modalities, such as vision and audio, and serves
28+
as a modular toolbox for inference and training of
29+
diffusion models.
30+
keywords:
31+
- deep-learning
32+
- pytorch
33+
- image-generation
34+
- diffusion
35+
- text2image
36+
- image2image
37+
- score-based-generative-modeling
38+
- stable-diffusion
39+
license: Apache-2.0
40+
version: 0.12.1

0 commit comments

Comments
 (0)