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 .