Spaces:
Runtime error
Runtime error
ighoshsubho
commited on
Commit
•
a83d1c1
1
Parent(s):
9aecc37
flux inpaint push
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -5,9 +5,13 @@ timm
|
|
5 |
transformers
|
6 |
samv2
|
7 |
gradio
|
|
|
|
|
|
|
8 |
supervision
|
9 |
opencv-python
|
10 |
pytest
|
11 |
torch
|
12 |
numpy
|
13 |
-
diffusers
|
|
|
|
5 |
transformers
|
6 |
samv2
|
7 |
gradio
|
8 |
+
spaces
|
9 |
+
accelerate
|
10 |
+
sentencepiece
|
11 |
supervision
|
12 |
opencv-python
|
13 |
pytest
|
14 |
torch
|
15 |
numpy
|
16 |
+
diffusers
|
17 |
+
git+https://github.com/Gothos/diffusers.git@flux-inpaint
|