trying to fix environment creation commands

main
Christopher Williams 3 years ago
parent a478b0d987
commit d8a0d8aa9f

@ -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.

@ -32,8 +32,4 @@ dependencies:
- transformers==4.19.2
- torchmetrics==0.6.0
- kornia==0.6
- pynvml
- gradio
- keras-unet
- fairseq
- -e .

Loading…
Cancel
Save