Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
gradio==4.44.1
|
2 |
git+https://github.com/pablovela5620/mini-dust3r
|
3 |
transformers
|
|
|
|
|
|
|
4 |
diffusers
|
5 |
fastapi==0.115.2
|
6 |
pydantic==2.10.4
|
|
|
1 |
gradio==4.44.1
|
2 |
git+https://github.com/pablovela5620/mini-dust3r
|
3 |
transformers
|
4 |
+
accelerate
|
5 |
+
kiui
|
6 |
+
xformers
|
7 |
diffusers
|
8 |
fastapi==0.115.2
|
9 |
pydantic==2.10.4
|