add a HF accelerate requirement (#1651)

This commit is contained in:
powderluv
2023-07-14 05:56:12 -07:00
committed by GitHub
parent 7cf19230e2
commit 5ec91143f5
2 changed files with 4 additions and 1 deletions

View File

@@ -16,7 +16,9 @@ parameterized
# Add transformers, diffusers and scipy since it most commonly used
transformers
diffusers==0.18.1
diffusers
#accelerate is now required for diffusers import from ckpt.
accelerate
scipy
ftfy
gradio