From d8a0d8aa9fafeddbda934d74c87260c7356fb3c1 Mon Sep 17 00:00:00 2001 From: Christopher Williams Date: Tue, 30 Aug 2022 16:08:52 -0400 Subject: [PATCH] trying to fix environment creation commands --- README.md | 4 ++++ environment-cpuonly.yaml | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 66bb8b3..3e81d67 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,10 @@ pip install -e git+https://github.com/openai/CLIP.git@main#egg=clip pip install -e git+https://github.com/TencentARC/GFPGAN#egg=GFPGAN pip install -e git+https://github.com/xinntao/Real-ESRGAN#egg=realesrgan pip install -e git+https://github.com/hlky/k-diffusion-sd#egg=k_diffusion +pip install + +pip install pynvml gradio keras-unet fairseq + ``` Go here and download the correct mode from here. YOu'll have to agree to the license setup an account, I believe. This the bread and butter AI art generating learning model. diff --git a/environment-cpuonly.yaml b/environment-cpuonly.yaml index 856c332..75f1fc3 100644 --- a/environment-cpuonly.yaml +++ b/environment-cpuonly.yaml @@ -32,8 +32,4 @@ dependencies: - transformers==4.19.2 - torchmetrics==0.6.0 - kornia==0.6 - - pynvml - - gradio - - keras-unet - - fairseq - -e .