so far it's looking better

main
Christopher Williams 3 years ago
parent 3f9d107307
commit f17b229b6f

@ -70,14 +70,12 @@ conda env create -f environment-cpuonly.yaml
conda activate ldm
```
```
pip install pynvml gradio keras-unet fairseq basicsr facexlib
pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
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.

@ -7,8 +7,6 @@ dependencies:
- pip=20.3
- numpy=1.19.2
- pip:
- basicsr
- facexlib
- lmdb
- pyyaml
- scipy

@ -0,0 +1,4 @@
Metadata-Version: 2.1
Name: latent-diffusion
Version: 0.0.1
License-File: LICENSE

@ -0,0 +1,8 @@
LICENSE
README.md
setup.py
latent_diffusion.egg-info/PKG-INFO
latent_diffusion.egg-info/SOURCES.txt
latent_diffusion.egg-info/dependency_links.txt
latent_diffusion.egg-info/requires.txt
latent_diffusion.egg-info/top_level.txt
Loading…
Cancel
Save