skytnt commited on
Commit
625683c
1 Parent(s): c7d80aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ inference: false
13
 
14
  Pipeline for text-to-image and image-to-image generation using Stable Diffusion, without tokens length limit and support parsing weighting in prompt.
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.
 
13
 
14
  Pipeline for text-to-image and image-to-image generation using Stable Diffusion, without tokens length limit and support parsing weighting in prompt.
15
 
16
+ require diffusers>=0.10.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.