YiYiXu commited on
Commit
383252f
·
verified ·
1 Parent(s): d738856

Update block.py

Browse files
Files changed (1) hide show
  1. block.py +0 -4
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 [