Commit ·
29011eb
1
Parent(s): 946d8b7
Update handler.py
Browse files- handler.py +2 -0
handler.py
CHANGED
|
@@ -15,6 +15,8 @@ from diffusers import (
|
|
| 15 |
)
|
| 16 |
from io import BytesIO
|
| 17 |
import base64
|
|
|
|
|
|
|
| 18 |
|
| 19 |
checkpoint = "lllyasviel/control_v11p_sd15_scribble"
|
| 20 |
|
|
|
|
| 15 |
)
|
| 16 |
from io import BytesIO
|
| 17 |
import base64
|
| 18 |
+
import warnings
|
| 19 |
+
warnings.filterwarnings('ignore', category=UserWarning, message='TypedStorage is deprecated')
|
| 20 |
|
| 21 |
checkpoint = "lllyasviel/control_v11p_sd15_scribble"
|
| 22 |
|