We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8958bb7 commit 56d9ffcCopy full SHA for 56d9ffc
README.md
@@ -19,6 +19,7 @@ You can use the processor class, which can load each of the auxiliary models wit
19
```python
20
import requests
21
from PIL import Image
22
+from io import BytesIO
23
24
from controlnet_aux.processor import Processor
25
0 commit comments