Spaces:
Running
on
Zero
Running
on
Zero
Enable low CPU memory usage with `accelerate` during model loading, which is useful on Hugging Face Spaces and other memory-constrained environments
Browse files- 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
|