Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,9 @@ Pipeline for text-to-image and image-to-image generation using Stable Diffusion,
|
|
15 |
|
16 |
require diffusers>=0.4.0
|
17 |
|
|
|
|
|
|
|
18 |
```python
|
19 |
from diffusers import DiffusionPipeline
|
20 |
import torch
|
|
|
15 |
|
16 |
require diffusers>=0.4.0
|
17 |
|
18 |
+
Now the pipeline has been contributed to the official diffusers community pipelines. You can use
|
19 |
+
custom_pipeline="lpw_stable_diffusion" directly.
|
20 |
+
|
21 |
```python
|
22 |
from diffusers import DiffusionPipeline
|
23 |
import torch
|