skytnt commited on
Commit
bbd6c61
1 Parent(s): 7a5efb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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