1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

remove k-diffusion as we don't use it from the core.

This commit is contained in:
sayakpaul
2025-07-09 08:14:49 +05:30
parent 0454fbb30b
commit 8bc86925a0
2 changed files with 0 additions and 3 deletions

View File

@@ -110,7 +110,6 @@ _deps = [
"jax>=0.4.1",
"jaxlib>=0.4.1",
"Jinja2",
"k-diffusion>=0.0.12",
"torchsde",
"note_seq",
"librosa",
@@ -223,7 +222,6 @@ extras["test"] = deps_list(
"datasets",
"Jinja2",
"invisible-watermark",
"k-diffusion",
"librosa",
"parameterized",
"pytest",

View File

@@ -17,7 +17,6 @@ deps = {
"jax": "jax>=0.4.1",
"jaxlib": "jaxlib>=0.4.1",
"Jinja2": "Jinja2",
"k-diffusion": "k-diffusion>=0.0.12",
"torchsde": "torchsde",
"note_seq": "note_seq",
"librosa": "librosa",