LiKenun commited on
Commit
0b93b56
·
1 Parent(s): 5c395b2

Enable low CPU memory usage with `accelerate` during model loading, which is useful on Hugging Face Spaces and other memory-constrained environments

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  diffusers>=0.30.0
2
  gradio>=5.49.1
3
  huggingface-hub>=0.34.0,<1.0
 
1
+ accelerate>=0.30.0
2
  diffusers>=0.30.0
3
  gradio>=5.49.1
4
  huggingface-hub>=0.34.0,<1.0