patrickvonplaten
commited on
Commit
•
c96e03a
1
Parent(s):
25af212
Update README.md
Browse files
README.md
CHANGED
@@ -65,13 +65,13 @@ Experimentally, the checkpoint can be used with other diffusion models such as d
|
|
65 |
|
66 |
|
67 |
1. Let's install `diffusers` and related packages:
|
68 |
-
|
69 |
```
|
70 |
$ pip install diffusers transformers accelerate
|
71 |
```
|
72 |
|
73 |
2. Run code:
|
74 |
-
|
75 |
```python
|
76 |
# !pip install transformers accelerate
|
77 |
from diffusers import StableDiffusionControlNetInpaintPipeline, ControlNetModel
|
|
|
65 |
|
66 |
|
67 |
1. Let's install `diffusers` and related packages:
|
68 |
+
|
69 |
```
|
70 |
$ pip install diffusers transformers accelerate
|
71 |
```
|
72 |
|
73 |
2. Run code:
|
74 |
+
|
75 |
```python
|
76 |
# !pip install transformers accelerate
|
77 |
from diffusers import StableDiffusionControlNetInpaintPipeline, ControlNetModel
|