From 3eea71cf6202d480d9c4e080e4fe0bfaaca560d2 Mon Sep 17 00:00:00 2001 From: Maki Date: Fri, 12 Jul 2024 16:16:55 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20[feat]=20Define=20Python=20packa?= =?UTF-8?q?ge=20requirements=20for=20LivePortrait?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Listed all necessary Python libraries including PyTorch, OpenCV, and other multimedia and data processing libraries to ensure compatibility and functionality of the LivePortrait project. --- docker/requirements_cu12.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docker/requirements_cu12.txt diff --git a/docker/requirements_cu12.txt b/docker/requirements_cu12.txt new file mode 100644 index 0000000..2c47c97 --- /dev/null +++ b/docker/requirements_cu12.txt @@ -0,0 +1,21 @@ +torch +torchvision +torchaudio + +numpy==1.26.4 +pyyaml==6.0.1 +opencv-python==4.10.0.84 +scipy==1.13.1 +imageio==2.34.2 +lmdb==1.4.1 +tqdm==4.66.4 +rich==13.7.1 +ffmpeg==1.4 +onnxruntime-gpu==1.18.0 +onnx==1.16.1 +scikit-image==0.24.0 +albumentations==1.4.10 +matplotlib==3.9.0 +imageio-ffmpeg==0.5.1 +tyro==0.8.5 +gradio==4.37.1