Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from typing import Optional, Union, List, Tuple
|
| 2 |
|
| 3 |
import torch
|
| 4 |
from diffusers.utils.torch_utils import randn_tensor
|
|
|
|
| 1 |
+
from typing import Optional, Union, List, Tuple, Callable
|
| 2 |
|
| 3 |
import torch
|
| 4 |
from diffusers.utils.torch_utils import randn_tensor
|