Update requirements.txt
Browse files- requirements.txt +56 -42
requirements.txt
CHANGED
|
@@ -1,54 +1,68 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
python-dotenv
|
| 5 |
cython
|
| 6 |
-
gitpython
|
| 7 |
-
tensorboard
|
| 8 |
-
numpy>=1.21.6
|
| 9 |
-
Pillow
|
| 10 |
-
opencv-python
|
| 11 |
-
scipy
|
| 12 |
-
tqdm
|
| 13 |
-
|
| 14 |
-
einops
|
| 15 |
-
hydra-core
|
| 16 |
requests
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
safetensors
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
| 22 |
hydra_colorlog
|
| 23 |
-
tensordict
|
| 24 |
colorlog
|
|
|
|
|
|
|
| 25 |
open_clip_torch
|
| 26 |
-
|
| 27 |
-
|
|
|
|
|
|
|
| 28 |
sentencepiece
|
| 29 |
-
gradio
|
| 30 |
-
transformers
|
| 31 |
-
gradio-client
|
| 32 |
-
spaces
|
| 33 |
-
gradio-imageslider
|
| 34 |
-
accelerate
|
| 35 |
-
diffusers
|
| 36 |
-
fastapi
|
| 37 |
-
timm
|
| 38 |
-
kornia
|
| 39 |
prettytable
|
| 40 |
-
typing
|
| 41 |
-
scikit-image
|
| 42 |
-
huggingface_hub
|
| 43 |
schedule
|
| 44 |
-
loadimg
|
| 45 |
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
|
|
|
|
|
|
| 49 |
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
controlnet-aux
|
|
|
|
| 1 |
+
# PyTorch ๊ด๋ จ (๋ฒ์ ๋ช
์)
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
torchvision>=0.15.0
|
| 4 |
+
torchaudio>=2.0.0
|
| 5 |
+
xformers>=0.0.20
|
| 6 |
+
|
| 7 |
+
# ๊ธฐ๋ณธ ํจํค์ง
|
| 8 |
python-dotenv
|
| 9 |
cython
|
| 10 |
+
gitpython
|
| 11 |
+
tensorboard
|
| 12 |
+
numpy>=1.23.5 # โ ๏ธ Python 3.10 ํธํ์ ์ํด 1.21.6 -> 1.23.5๋ก ๋ณ๊ฒฝ
|
| 13 |
+
Pillow>=9.5.0
|
| 14 |
+
opencv-python>=4.8.0
|
| 15 |
+
scipy>=1.10.0
|
| 16 |
+
tqdm
|
| 17 |
+
einops
|
|
|
|
|
|
|
| 18 |
requests
|
| 19 |
+
matplotlib
|
| 20 |
+
scikit-image
|
| 21 |
+
|
| 22 |
+
# ์ค๋์ค/๋น๋์ค
|
| 23 |
+
librosa>=0.10.0
|
| 24 |
+
soundfile>=0.12.0
|
| 25 |
+
av>=10.0.0
|
| 26 |
+
pydub
|
| 27 |
+
moviepy==1.0.3 # [optional] ์ ๊ฑฐ
|
| 28 |
+
imageio==2.31.1
|
| 29 |
+
imageio-ffmpeg==0.4.9
|
| 30 |
+
|
| 31 |
+
# Gradio ๊ด๋ จ
|
| 32 |
+
gradio>=4.0.0
|
| 33 |
+
gradio-client
|
| 34 |
+
gradio-imageslider
|
| 35 |
+
|
| 36 |
+
# Hugging Face
|
| 37 |
+
transformers>=4.30.0
|
| 38 |
+
diffusers>=0.20.0
|
| 39 |
+
accelerate>=0.20.0
|
| 40 |
+
huggingface_hub
|
| 41 |
safetensors
|
| 42 |
+
spaces
|
| 43 |
+
|
| 44 |
+
# Hydra
|
| 45 |
+
hydra-core>=1.3.0
|
| 46 |
hydra_colorlog
|
|
|
|
| 47 |
colorlog
|
| 48 |
+
|
| 49 |
+
# ๊ธฐํ ML ๋ผ์ด๋ธ๋ฌ๋ฆฌ
|
| 50 |
open_clip_torch
|
| 51 |
+
timm>=0.9.0
|
| 52 |
+
kornia>=0.7.0
|
| 53 |
+
controlnet-aux
|
| 54 |
+
onnxruntime
|
| 55 |
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
prettytable
|
|
|
|
|
|
|
|
|
|
| 57 |
schedule
|
|
|
|
| 58 |
|
| 59 |
+
# ํน์ ํจํค์ง
|
| 60 |
+
torchdiffeq
|
| 61 |
+
auraloss
|
| 62 |
+
tensordict
|
| 63 |
+
fastapi
|
| 64 |
|
| 65 |
+
# โ ๏ธ ์ ๊ฑฐ ๋๋ ์์ ํ์:
|
| 66 |
+
# typing # Python 3.5+์ ๋ด์ฅ๋์ด ์์ - ์ ๊ฑฐ
|
| 67 |
+
# loadimg # ์กด์ฌํ์ง ์๋ ํจํค์ง - ์ ๊ฑฐ ๋๋ ์ฌ๋ฐ๋ฅธ ์ด๋ฆ์ผ๋ก ์์
|
| 68 |
+
# nitrous-ema # ํ์ธ ํ์ - ์๋ง๋ ema-pytorch?
|
|
|