Skip to content

Commit

Permalink
package versionning history
Browse files Browse the repository at this point in the history
  • Loading branch information
martinobettucci committed Oct 25, 2023
1 parent d62f0e1 commit d60c04c
Show file tree
Hide file tree
Showing 4 changed files with 561 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,16 @@
/karlo/
/openpose/
/roop/
/BLIP/
/VAE-taesd/
/embeddings.Archive/
/sadtalker/
/sam/


#Generated pip wheels
/*.whl

#Random files
/build.log
/inspiration.zip
Expand Down
103 changes: 103 additions & 0 deletions data/extension-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
aiohttp==3.8.6
albumentations==1.3.1
asttokens==2.4.0
backcall==0.2.0
blinker==1.6.3
cachetools==5.3.2
cffi==1.16.0
charset-normalizer==3.3.1
cmake==3.27.7
color-matcher==0.5.0
coloredlogs==15.0.1
cssselect2==0.7.0
cycler==0.12.1
Cython==3.0.4
ddt==1.6.0
decorator==4.4.2
dill==0.3.7
docutils==0.20.1
easydict==1.11
executing==2.0.0
Flask==3.0.0
Flask-SQLAlchemy==3.1.1
freetype-py==2.4.0
fsspec==2023.10.0
fvcore==0.1.5.post20221221
gitdb==4.0.11
google-auth==2.23.3
greenlet==3.0.0
h5py==3.10.0
hsluv==5.0.4
huggingface-hub==0.18.0
humanfriendly==10.0
imageio==2.31.6
imageio-ffmpeg==0.4.9
insightface==0.7.3
iopath==0.1.9
ipython==8.16.1
itsdangerous==2.1.2
jax==0.4.19
jedi==0.19.1
joblib==1.3.2
llvmlite==0.41.1
lxml==4.9.3
Markdown==3.5
matplotlib-inline==0.1.6
mediapipe==0.10.7
moviepy==1.0.2
networkx==3.2
numba==0.58.1
nvidia-cublas-cu12==12.3.2.9
nvidia-cuda-nvrtc-cu12==12.3.52
nvidia-cuda-runtime-cu12==12.3.52
onnx==1.14.0
onnxruntime==1.15.0
opencv-contrib-python==4.8.1.78
opencv-python-headless==4.8.1.78
orjson==3.9.9
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
pooch==1.8.0
portalocker==2.8.2
prettytable==3.9.0
proglog==0.1.10
prompt-toolkit==3.0.39
ptyprocess==0.7.0
pure-eval==0.2.2
pycparser==2.21
pyfunctional==1.4.3
Pygments==2.16.1
PyMatting==1.1.10
PyQt6==6.5.3
PyQt6-Qt6==6.5.3
PyQt6-sip==13.6.0
python-dotenv==1.0.0
qudida==0.0.4
rembg==2.0.51
reportlab==4.0.6
rpds-py==0.10.6
scikit-learn==1.3.2
seaborn==0.13.0
segno==1.5.2
Send2Trash==1.8.2
sentry-sdk==1.32.0
sounddevice==0.4.6
SQLAlchemy==2.0.22
stack-data==0.6.3
svglib==1.5.1
tabulate==0.9.0
tb-nightly==2.16.0a20231024
tensorboard-data-server==0.7.2
threadpoolctl==3.2.0
tinycss2==1.2.1
torchmetrics==0.11.4
traitlets==5.12.0
transforms3d==0.4.1
transparent-background==1.2.9
trimesh==4.0.0
urllib3==2.0.7
vispy==0.13.0
webencodings==0.5.1
Werkzeug==3.0.1
yacs==0.1.8
263 changes: 263 additions & 0 deletions data/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,263 @@
absl-py==2.0.0
accelerate==0.21.0
addict==2.4.0
aenum==3.1.15
aiofiles==23.2.1
aiohttp==3.8.6
aiosignal==1.3.1
albumentations==1.3.1
altair==5.1.2
antlr4-python3-runtime==4.9.3
anyio==3.7.1
appdirs==1.4.4
asttokens==2.4.0
astunparse==1.6.3
async-timeout==4.0.3
attrs==23.1.0
backcall==0.2.0
basicsr==1.4.2
beautifulsoup4==4.12.2
blendmodes==2022
blinker==1.6.3
boltons==23.0.0
cachetools==5.3.2
certifi==2023.7.22
cffi==1.16.0
charset-normalizer==3.3.1
clean-fid==0.1.35
click==8.1.7
clip @ git+https://github.com/P2Enjoy/CLIP.git@a1d071733d7111c9c014f024669f959182114e33
clip-anytorch==2.5.2
cmake==3.27.7
color-matcher==0.5.0
coloredlogs==15.0.1
contourpy==1.1.1
cssselect2==0.7.0
cutlass==0.0.1
cycler==0.12.1
Cython==3.0.4
ddt==1.6.0
decorator==4.4.2
deprecation==2.1.0
dill==0.3.7
docker-pycreds==0.4.0
docutils==0.20.1
easydict==1.11
einops==0.4.1
exceptiongroup==1.1.3
executing==2.0.0
facexlib==0.3.0
fastapi==0.94.0
ffmpy==0.3.1
filelock==3.12.4
filterpy==1.4.5
Flask==3.0.0
Flask-SQLAlchemy==3.1.1
flatbuffers==23.5.26
fonttools==4.43.1
freetype-py==2.4.0
frozenlist==1.4.0
fsspec==2023.10.0
ftfy==6.1.1
future==0.18.3
fvcore==0.1.5.post20221221
gast==0.4.0
gdown==4.7.1
gfpgan @ git+https://github.com/P2Enjoy/GFPGAN.git@2eac2033893ca7f427f4035d80fe95b92649ac56
gitdb==4.0.11
GitPython==3.1.32
google-auth==2.23.3
google-auth-oauthlib==1.0.0
google-pasta==0.2.0
gradio==3.41.2
gradio_client==0.5.0
greenlet==3.0.0
grpcio==1.59.0
h11==0.12.0
h5py==3.10.0
hsluv==5.0.4
httpcore==0.15.0
httpx==0.24.1
huggingface-hub==0.18.0
humanfriendly==10.0
idna==3.4
imageio==2.31.6
imageio-ffmpeg==0.4.9
importlib-metadata==6.8.0
importlib-resources==6.1.0
inflection==0.5.1
insightface==0.7.3
install==1.3.5
iopath==0.1.9
ipython==8.16.1
itsdangerous==2.1.2
jax==0.4.19
jedi==0.19.1
Jinja2==3.1.2
joblib==1.3.2
jsonmerge==1.8.0
jsonschema==4.19.1
jsonschema-specifications==2023.7.1
keras==2.12.0
kiwisolver==1.4.5
kornia==0.6.7
lark==1.1.2
lazy_loader==0.3
libclang==16.0.6
lightning-utilities==0.9.0
lit==15.0.6
llvmlite==0.41.1
lmdb==1.4.1
lpips==0.1.4
lxml==4.9.3
Markdown==3.5
MarkupSafe==2.1.3
matplotlib==3.8.0
matplotlib-inline==0.1.6
mediapipe==0.10.7
ml-dtypes==0.3.1
moviepy==1.0.2
mpmath==1.3.0
multidict==6.0.4
mypy-extensions==1.0.0
networkx==3.2
ninja==1.11.1.1
numba==0.58.1
numpy==1.23.5
nvidia-cublas-cu11==11.11.3.6
nvidia-cublas-cu12==12.3.2.9
nvidia-cuda-nvrtc-cu12==12.3.52
nvidia-cuda-runtime-cu12==12.3.52
nvidia-cudnn-cu11==8.6.0.163
nvidia-cudnn-cu12==8.9.4.25
nvidia-tensorrt==99.0.0
oauthlib==3.2.2
omegaconf==2.2.3
onnx==1.14.0
onnxruntime==1.15.0
open-clip-torch @ git+https://github.com/P2Enjoy/open_clip.git@344068a64ce16d2fdd05cfdcc179cc8781ec9def
opencv-contrib-python==4.8.1.78
opencv-python==4.8.1.78
opencv-python-headless==4.8.1.78
opt-einsum==3.3.0
orjson==3.9.9
packaging==23.2
pandas==2.1.1
parso==0.8.3
pathtools==0.1.2
pexpect==4.8.0
pickleshare==0.7.5
piexif==1.1.3
Pillow==9.5.0
platformdirs==3.11.0
pooch==1.8.0
portalocker==2.8.2
prettytable==3.9.0
proglog==0.1.10
prompt-toolkit==3.0.39
protobuf==3.20.3
psutil==5.9.5
ptyprocess==0.7.0
pure-eval==0.2.2
pyasn1==0.5.0
pyasn1-modules==0.3.0
pycparser==2.21
pydantic==1.10.13
pydub==0.25.1
pyfunctional==1.4.3
Pygments==2.16.1
PyMatting==1.1.10
pyngrok==7.0.0
pyparsing==3.1.1
PyQt6==6.5.3
PyQt6-Qt6==6.5.3
PyQt6-sip==13.6.0
pyre-extensions==0.0.29
PySocks==1.7.1
python-dateutil==2.8.2
python-dotenv==1.0.0
python-multipart==0.0.6
pytorch-lightning==1.9.4
pytz==2023.3.post1
PyWavelets==1.4.1
PyYAML==6.0.1
qudida==0.0.4
realesrgan==0.3.0
referencing==0.30.2
regex==2023.10.3
rembg==2.0.51
reportlab==4.0.6
requests==2.31.0
requests-oauthlib==1.3.1
resize-right==0.0.2
rpds-py==0.10.6
rsa==4.9
safetensors==0.3.1
scikit-image==0.21.0
scikit-learn==1.3.2
scipy==1.11.3
seaborn==0.13.0
segno==1.5.2
semantic-version==2.10.0
Send2Trash==1.8.2
sentencepiece==0.1.99
sentry-sdk==1.32.0
setproctitle==1.3.3
six==1.16.0
smmap==5.0.1
sniffio==1.3.0
sounddevice==0.4.6
soupsieve==2.5
SQLAlchemy==2.0.22
stack-data==0.6.3
starlette==0.26.1
svglib==1.5.1
sympy==1.12
tabulate==0.9.0
tb-nightly==2.16.0a20231024
tensorboard==2.12.3
tensorboard-data-server==0.7.2
tensorflow==2.12.1
tensorflow-estimator==2.12.0
tensorflow-io-gcs-filesystem==0.34.0
tensorrt==8.6.0
termcolor==2.3.0
threadpoolctl==3.2.0
tifffile==2023.9.26
timm==0.9.2
tinycss2==1.2.1
tokenizers==0.13.3
tomesd==0.1.3
tomli==2.0.1
toolz==0.12.0
torch==2.0.1+cu118
torchaudio==2.0.2+cu118
torchdiffeq==0.2.3
torchmetrics==0.11.4
torchsde==0.2.5
torchvision==0.15.2+cu118
tqdm==4.66.1
traitlets==5.12.0
trampoline==0.1.2
transformers==4.30.2
transforms3d==0.4.1
transparent-background==1.2.9
trimesh==4.0.0
triton==2.0.0
typing-inspect==0.9.0
typing_extensions==4.5.0
tzdata==2023.3
urllib3==2.0.7
uvicorn==0.23.2
vispy==0.13.0
wandb==0.15.12
wcwidth==0.2.8
webencodings==0.5.1
websockets==11.0.3
Werkzeug==3.0.1
wrapt==1.14.1
xformers==0.0.20
yacs==0.1.8
yapf==0.40.2
yarl==1.9.2
zipp==3.17.0
Loading

0 comments on commit d60c04c

Please sign in to comment.