You need to sign in or sign up before continuing.
Unverified Commit 52a9acfa authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Update README.md

parent 61116340
...@@ -55,11 +55,8 @@ The class provides functionality to compute previous image according to alpha, b ...@@ -55,11 +55,8 @@ The class provides functionality to compute previous image according to alpha, b
### Installation ### Installation
**Note**: If you want to run PyTorch on GPU on a CUDA-compatible machine, please make sure to install the corresponding `torch` version from the
[official website](https://pytorch.org/).
``` ```
git clone https://github.com/huggingface/diffusers.git pip install diffusers # should install diffusers 0.0.4
cd diffusers && pip install -e .
``` ```
### 1. `diffusers` as a toolbox for schedulers and models. ### 1. `diffusers` as a toolbox for schedulers and models.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment