ease of use

trying to ease the installing for people
main
Christopher Williams 3 years ago
parent 572e2c3de8
commit 9c521f1a90

2
.gitignore vendored

@ -0,0 +1,2 @@
model.ckpt

@ -24,20 +24,24 @@ See [this section](#stable-diffusion-v1) below and the [model card](https://hugg
A suitable [conda](https://conda.io/) environment named `ldm` can be created
and activated with:
run from stable-diffusion-cpuonly directory
```
mkdir -p models/ldm/stable-diffusion-v1/
conda install pytorch torchvision torchaudio cpuonly -c pytorch
conda env create -f environment-cpuonly.yaml
conda activate ldm
```
old readme info
//You can also update an existing [latent diffusion](https://github.com/CompVis/latent-diffusion) environment by running
//
//```
//conda install pytorch torchvision -c pytorch
//pip install transformers==4.19.2 diffusers invisible-watermark
//pip install -e .
```
//```
//
## Stable Diffusion v1

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