Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Before you can get creative you need to prepare a few other things first.
Use git with lfs support to clone the models from Hugging Face.
```shell
git lfs install
git clone git https://huggingface.co/runwayml/stable-diffusion-v1-5 -b onnx
git clone https://huggingface.co/runwayml/stable-diffusion-v1-5 -b onnx
```

The app provides directories for you to move the models to afterwards. These named for the models to make it easy for you to put them in the right place.
Expand Down Expand Up @@ -55,4 +55,4 @@ Now you can unleash your inner artist! And remember the words of Bob Ross: We do

- This app has been tested with a Nvidia RTX 3080 12GB, no guarantees for lower spec cards. It will probably run, but very slow.
- There is a CPU option available if you do not have a Nvidia dGPU or you don't want to use Cuda. I have not tested this yet, but it will probably be slow.
- Using Stable Diffusion requires significant resources from your computer, generating an image consumes about 16GB of RAM. Idle memory usage is 4GB of RAM after first image creation. Having 32GB of RAM is best, running this on systems with less memory might produce unforseen effects.
- Using Stable Diffusion requires significant resources from your computer, generating an image consumes about 16GB of RAM. Idle memory usage is 4GB of RAM after first image creation. Having 32GB of RAM is best, running this on systems with less memory might produce unforseen effects.