Skip to content

Commit 56d9ffc

Browse files
Add missing import in examples
add bytesIO import
1 parent 8958bb7 commit 56d9ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ You can use the processor class, which can load each of the auxiliary models wit
1919
```python
2020
import requests
2121
from PIL import Image
22+
from io import BytesIO
2223

2324
from controlnet_aux.processor import Processor
2425

0 commit comments

Comments
 (0)