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 579f182 commit c77d41fCopy full SHA for c77d41f
pyproject.toml
@@ -44,7 +44,7 @@ dependencies = [
44
"onnxruntime==1.19.2",
45
"opencv-contrib-python",
46
"safetensors",
47
- "sentencepiece",
+ "sentencepiece==0.2.0", # 0.2.1 coredumps windows when loading t5 tokenizer
48
"spandrel",
49
"torch~=2.7.0", # torch and related dependencies are loosely pinned, will respect requirement of `diffusers[torch]`
50
"torchsde", # diffusers needs this for SDE solvers, but it is not an explicit dep of diffusers
0 commit comments