We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc8692 commit 4735ee6Copy full SHA for 4735ee6
setup.py
@@ -110,6 +110,7 @@
110
"jax>=0.4.1",
111
"jaxlib>=0.4.1",
112
"Jinja2",
113
+ "k-diffusion>=0.0.12",
114
"torchsde",
115
"note_seq",
116
"librosa",
@@ -222,6 +223,7 @@ def run(self):
222
223
"datasets",
224
225
"invisible-watermark",
226
+ "k-diffusion",
227
228
"parameterized",
229
"pytest",
src/diffusers/dependency_versions_table.py
@@ -17,6 +17,7 @@
17
"jax": "jax>=0.4.1",
18
"jaxlib": "jaxlib>=0.4.1",
19
"Jinja2": "Jinja2",
20
+ "k-diffusion": "k-diffusion>=0.0.12",
21
"torchsde": "torchsde",
22
"note_seq": "note_seq",
23
"librosa": "librosa",
0 commit comments