Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grypesc/stable-diffusion

Run stable diffusion 2.0 in few lines of code
https://github.com/grypesc/stable-diffusion

Last synced: 10 days ago
JSON representation

Run stable diffusion 2.0 in few lines of code

Awesome Lists containing this project

README

        

```bash
conda create -n stable-diffusion
conda activate stable-diffusion
conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.3 -c pytorch
pip install diffusers["torch"]
pip install diffusers==0.12.1
mkdir images
```

```bash
python txt2img.py
```