Ariel Fikru commited on
Commit ·
85215ad
1
Parent(s): bf8f67f
Upload requirements.txt
Browse files- config/requirements.txt +44 -0
config/requirements.txt
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate==0.23.0
|
| 2 |
+
# albumentations==1.3.0
|
| 3 |
+
aiofiles==23.2.1
|
| 4 |
+
altair==4.2.2
|
| 5 |
+
dadaptation==3.1
|
| 6 |
+
diffusers[torch]==0.21.4
|
| 7 |
+
easygui==0.98.3
|
| 8 |
+
einops==0.6.0
|
| 9 |
+
fairscale==0.4.13
|
| 10 |
+
ftfy==6.1.1
|
| 11 |
+
gradio==3.36.1
|
| 12 |
+
huggingface-hub==0.15.1
|
| 13 |
+
# for loading Diffusers' SDXL
|
| 14 |
+
invisible-watermark==0.2.0
|
| 15 |
+
lion-pytorch==0.0.6
|
| 16 |
+
lycoris_lora==1.9.0
|
| 17 |
+
# for BLIP captioning
|
| 18 |
+
# requests==2.28.2
|
| 19 |
+
# timm==0.6.12
|
| 20 |
+
# fairscale==0.4.13
|
| 21 |
+
# for WD14 captioning (tensorflow)
|
| 22 |
+
# tensorflow==2.14.0
|
| 23 |
+
# for WD14 captioning (onnx)
|
| 24 |
+
onnx==1.14.1
|
| 25 |
+
onnxruntime-gpu==1.16.0
|
| 26 |
+
# onnxruntime==1.16.0
|
| 27 |
+
# this is for onnx:
|
| 28 |
+
# tensorboard==2.14.1
|
| 29 |
+
protobuf==3.20.3
|
| 30 |
+
# open clip for SDXL
|
| 31 |
+
open-clip-torch==2.20.0
|
| 32 |
+
opencv-python==4.7.0.68
|
| 33 |
+
prodigyopt==1.0
|
| 34 |
+
pytorch-lightning==1.9.0
|
| 35 |
+
rich==13.4.1
|
| 36 |
+
safetensors==0.3.1
|
| 37 |
+
timm==0.6.12
|
| 38 |
+
tk==0.1.0
|
| 39 |
+
toml==0.10.2
|
| 40 |
+
transformers==4.30.2
|
| 41 |
+
voluptuous==0.13.1
|
| 42 |
+
wandb==0.15.11
|
| 43 |
+
# for kohya_ss library
|
| 44 |
+
-e . # no_verify leave this to specify not checking this a verification stage
|