Update block.py
Browse files
block.py
CHANGED
@@ -167,10 +167,6 @@ class SDXLDiffDiffDenoiseLoopBeforeDenoiser(PipelineBlock):
|
|
167 |
),
|
168 |
]
|
169 |
|
170 |
-
@property
|
171 |
-
def intermediates_outputs(self) -> List[OutputParam]:
|
172 |
-
return [OutputParam("latents", type_hint=torch.Tensor, description="The denoised latents")]
|
173 |
-
|
174 |
@property
|
175 |
def expected_components(self) -> List[ComponentSpec]:
|
176 |
return [
|
|
|
167 |
),
|
168 |
]
|
169 |
|
|
|
|
|
|
|
|
|
170 |
@property
|
171 |
def expected_components(self) -> List[ComponentSpec]:
|
172 |
return [
|