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 5dd619e commit 3599a4aCopy full SHA for 3599a4a
pyproject.toml
@@ -47,6 +47,8 @@ dependencies = [
47
"opencv-python==4.9.0.80",
48
"pytorch-lightning==2.1.3",
49
"safetensors==0.4.3",
50
+ # sentencepiece is required to load T5TokenizerFast (used by FLUX).
51
+ "sentencepiece==0.2.0",
52
"spandrel==0.3.4",
53
"timm==0.6.13", # needed to override timm latest in controlnet_aux, see https://github.com/isl-org/ZoeDepth/issues/26
54
"torch==2.2.2",
0 commit comments