skytnt commited on
Commit
6663cf2
1 Parent(s): bff2f6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -13,6 +13,8 @@ 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
  ```python
17
  from diffusers import DiffusionPipeline
18
  import torch
 
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
  ```python
19
  from diffusers import DiffusionPipeline
20
  import torch