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.
2 parents 545725b + 86becea commit 26cf9dbCopy full SHA for 26cf9db
setup.py
@@ -110,7 +110,7 @@
110
"jax>=0.4.1",
111
"jaxlib>=0.4.1",
112
"Jinja2",
113
- "k-diffusion>=0.0.12",
+ "k-diffusion==0.0.12",
114
"torchsde",
115
"note_seq",
116
"librosa",
src/diffusers/dependency_versions_table.py
@@ -17,7 +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",
+ "k-diffusion": "k-diffusion==0.0.12",
21
"torchsde": "torchsde",
22
"note_seq": "note_seq",
23
"librosa": "librosa",
0 commit comments