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 0454fbb commit 8bc8692Copy full SHA for 8bc8692
setup.py
@@ -110,7 +110,6 @@
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",
@@ -223,7 +222,6 @@ def run(self):
223
222
"datasets",
224
225
"invisible-watermark",
226
- "k-diffusion",
227
228
"parameterized",
229
"pytest",
src/diffusers/dependency_versions_table.py
@@ -17,7 +17,6 @@
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