diff --git a/README.md b/README.md index 01c4002..567872a 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. \ No newline at end of file +- 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.