Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
+
python-multipart
|
| 4 |
+
pillow
|
| 5 |
+
numpy
|
| 6 |
+
torch
|
| 7 |
+
torchvision
|
| 8 |
+
diffusers==0.20.2
|
| 9 |
+
transformers==4.29.2
|
| 10 |
+
accelerate
|
| 11 |
+
huggingface_hub
|
| 12 |
+
rembg
|
| 13 |
+
onnxruntime
|
| 14 |
+
opencv-contrib-python
|
| 15 |
+
einops
|
| 16 |
+
safetensors
|