Genkanwall commited on
Commit ·
28b4729
1
Parent(s): 8182bf8
Use complete requirements from official UltraPixel
Browse files- requirements.txt +17 -8
requirements.txt
CHANGED
|
@@ -1,17 +1,26 @@
|
|
|
|
|
| 1 |
torch>=2.0.0
|
| 2 |
torchvision>=0.15.0
|
| 3 |
-
diffusers>=0.27.0
|
| 4 |
-
transformers>=4.36.0
|
| 5 |
accelerate>=0.25.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
safetensors>=0.4.0
|
| 7 |
gradio>=4.19.0
|
| 8 |
pillow>=10.0.0
|
| 9 |
-
numpy>=1.24.0
|
| 10 |
pyyaml>=6.0
|
| 11 |
huggingface_hub>=0.20.0
|
| 12 |
-
opencv-python>=4.8.0
|
| 13 |
-
einops>=0.7.0
|
| 14 |
omegaconf>=2.3.0
|
| 15 |
-
|
| 16 |
-
git+https://github.com/
|
| 17 |
-
torchtools>=0.1.0
|
|
|
|
| 1 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 2 |
torch>=2.0.0
|
| 3 |
torchvision>=0.15.0
|
|
|
|
|
|
|
| 4 |
accelerate>=0.25.0
|
| 5 |
+
transformers>=4.30.0
|
| 6 |
+
kornia>=0.7.0
|
| 7 |
+
insightface>=0.7.3
|
| 8 |
+
opencv-python>=4.8.1.78
|
| 9 |
+
tqdm>=4.66.1
|
| 10 |
+
matplotlib>=3.7.4
|
| 11 |
+
webdataset>=0.2.79
|
| 12 |
+
wandb>=0.16.2
|
| 13 |
+
munch>=4.0.0
|
| 14 |
+
onnxruntime>=1.16.3
|
| 15 |
+
einops>=0.7.0
|
| 16 |
+
onnx2torch>=1.5.13
|
| 17 |
+
numpy>=1.23.5
|
| 18 |
+
diffusers>=0.27.0
|
| 19 |
safetensors>=0.4.0
|
| 20 |
gradio>=4.19.0
|
| 21 |
pillow>=10.0.0
|
|
|
|
| 22 |
pyyaml>=6.0
|
| 23 |
huggingface_hub>=0.20.0
|
|
|
|
|
|
|
| 24 |
omegaconf>=2.3.0
|
| 25 |
+
warmup-scheduler @ git+https://github.com/ildoonet/pytorch-gradual-warmup-lr.git
|
| 26 |
+
torchtools @ git+https://github.com/pabloppp/pytorch-tools
|
|
|