patrickvonplaten
commited on
Commit
·
781cb3e
1
Parent(s):
36e9b6f
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ This `stable-diffusion-2-inpainting` model is resumed from [stable-diffusion-2-b
|
|
39 |
Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion 2 inpainting in a simple and efficient manner.
|
40 |
|
41 |
```bash
|
42 |
-
pip install
|
43 |
```
|
44 |
|
45 |
```python
|
|
|
39 |
Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion 2 inpainting in a simple and efficient manner.
|
40 |
|
41 |
```bash
|
42 |
+
pip install diffusers transformers accelerate scipy safetensors
|
43 |
```
|
44 |
|
45 |
```python
|