Spaces:
Starting
Starting
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
|
@@ -5,7 +5,7 @@ torchvision==0.20.1
|
|
| 5 |
einops==0.7.0
|
| 6 |
jaxtyping==0.2.31
|
| 7 |
omegaconf==2.3.0
|
| 8 |
-
transformers==4.42.
|
| 9 |
loralib==0.1.2
|
| 10 |
git+https://github.com/openai/CLIP.git
|
| 11 |
git+https://github.com/SunzeY/AlphaCLIP.git
|
|
@@ -20,3 +20,10 @@ opencv-python==4.10.0.84
|
|
| 20 |
gpytoolbox==0.2.0
|
| 21 |
# ./texture_baker/
|
| 22 |
# ./uv_unwrapper/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
einops==0.7.0
|
| 6 |
jaxtyping==0.2.31
|
| 7 |
omegaconf==2.3.0
|
| 8 |
+
transformers==4.42.4
|
| 9 |
loralib==0.1.2
|
| 10 |
git+https://github.com/openai/CLIP.git
|
| 11 |
git+https://github.com/SunzeY/AlphaCLIP.git
|
|
|
|
| 20 |
gpytoolbox==0.2.0
|
| 21 |
# ./texture_baker/
|
| 22 |
# ./uv_unwrapper/
|
| 23 |
+
|
| 24 |
+
# for flux
|
| 25 |
+
accelerate
|
| 26 |
+
git+https://github.com/huggingface/diffusers.git
|
| 27 |
+
invisible_watermark
|
| 28 |
+
xformers
|
| 29 |
+
sentencepiece
|