Update block.py
Browse files
block.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
from typing import List
|
| 2 |
import torch
|
| 3 |
|
| 4 |
-
from diffusers.
|
| 5 |
-
from diffusers.
|
| 6 |
InputParam,
|
| 7 |
ComponentSpec,
|
| 8 |
OutputParam,
|
|
|
|
| 1 |
from typing import List
|
| 2 |
import torch
|
| 3 |
|
| 4 |
+
from diffusers.modular_pipelines import PipelineState, PipelineBlock, SequentialPipelineBlocks, AutoPipelineBlocks
|
| 5 |
+
from diffusers.modular_pipelines.modular_pipeline_utils import (
|
| 6 |
InputParam,
|
| 7 |
ComponentSpec,
|
| 8 |
OutputParam,
|