Upload lora-scripts/sd-scripts/requirements.txt with huggingface_hub
Browse files
lora-scripts/sd-scripts/requirements.txt
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate==0.25.0
|
| 2 |
+
transformers==4.36.2
|
| 3 |
+
diffusers[torch]==0.25.0
|
| 4 |
+
ftfy==6.1.1
|
| 5 |
+
# albumentations==1.3.0
|
| 6 |
+
opencv-python==4.7.0.68
|
| 7 |
+
einops==0.7.0
|
| 8 |
+
pytorch-lightning==1.9.0
|
| 9 |
+
bitsandbytes==0.43.0
|
| 10 |
+
prodigyopt==1.0
|
| 11 |
+
lion-pytorch==0.0.6
|
| 12 |
+
tensorboard
|
| 13 |
+
safetensors==0.4.2
|
| 14 |
+
# gradio==3.16.2
|
| 15 |
+
altair==4.2.2
|
| 16 |
+
easygui==0.98.3
|
| 17 |
+
toml==0.10.2
|
| 18 |
+
voluptuous==0.13.1
|
| 19 |
+
huggingface-hub==0.20.1
|
| 20 |
+
# for Image utils
|
| 21 |
+
imagesize==1.4.1
|
| 22 |
+
# for BLIP captioning
|
| 23 |
+
# requests==2.28.2
|
| 24 |
+
# timm==0.6.12
|
| 25 |
+
# fairscale==0.4.13
|
| 26 |
+
# for WD14 captioning (tensorflow)
|
| 27 |
+
# tensorflow==2.10.1
|
| 28 |
+
# for WD14 captioning (onnx)
|
| 29 |
+
# onnx==1.15.0
|
| 30 |
+
# onnxruntime-gpu==1.17.1
|
| 31 |
+
# onnxruntime==1.17.1
|
| 32 |
+
# for cuda 12.1(default 11.8)
|
| 33 |
+
# onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/
|
| 34 |
+
|
| 35 |
+
# this is for onnx:
|
| 36 |
+
# protobuf==3.20.3
|
| 37 |
+
# open clip for SDXL
|
| 38 |
+
# open-clip-torch==2.20.0
|
| 39 |
+
# For logging
|
| 40 |
+
rich==13.7.0
|
| 41 |
+
# for kohya_ss library
|
| 42 |
+
-e .
|