Upload pipeline.py
Browse files- pipeline.py +2 -1
pipeline.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import torch
|
2 |
-
from diffusers import StableDiffusionPipeline
|
|
|
3 |
from typing import Any, Callable, Dict, List, Optional, Union
|
4 |
|
5 |
|
|
|
1 |
import torch
|
2 |
+
from diffusers import StableDiffusionPipeline
|
3 |
+
from diffusers.pipelines.stable_diffusion import StableDiffusionPipelineOutput
|
4 |
from typing import Any, Callable, Dict, List, Optional, Union
|
5 |
|
6 |
|