Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
## Canny filtering
|
| 2 |
|
|
|
|
|
|
|
| 3 |
```py
|
| 4 |
from diffusers.modular_pipelines import ModularPipelineBlocks
|
| 5 |
from diffusers.utils import load_image
|
|
|
|
| 1 |
## Canny filtering
|
| 2 |
|
| 3 |
+
## How to use
|
| 4 |
+
|
| 5 |
```py
|
| 6 |
from diffusers.modular_pipelines import ModularPipelineBlocks
|
| 7 |
from diffusers.utils import load_image
|