Update README.md
Browse files
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
|