Commit 7971a05a authored by Patrick von Platen's avatar Patrick von Platen
Browse files
parents 30c76cb4 1ab81f3b
...@@ -53,6 +53,10 @@ The class provides functionality to compute previous image according to alpha, b ...@@ -53,6 +53,10 @@ The class provides functionality to compute previous image according to alpha, b
## Quickstart ## Quickstart
### 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](
``` ```
git clone https://github.com/huggingface/diffusers.git git clone https://github.com/huggingface/diffusers.git
cd diffusers && pip install -e . cd diffusers && pip install -e .
......
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