Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grypesc/stable-diffusion
- Owner: grypesc
- Created: 2023-03-09T23:11:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-09T23:58:13.000Z (over 1 year ago)
- Last Synced: 2023-08-11T15:48:12.061Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```