YiYiXu commited on
Commit
57fe4d0
·
verified ·
1 Parent(s): 821a600

Update block.py

Browse files
Files changed (1) hide show
  1. block.py +1 -1
block.py CHANGED
@@ -129,7 +129,7 @@ class SDXLDiffDiffPrepareLatentsStep(PipelineBlock):
129
  block_state.diffdiff_masks = diffdiff_map > (thresholds + (block_state.denoising_start or 0))
130
  block_state.original_latents = block_state.latents
131
 
132
- self.add_block_state(state, block_state)
133
 
134
  return components, state
135
 
 
129
  block_state.diffdiff_masks = diffdiff_map > (thresholds + (block_state.denoising_start or 0))
130
  block_state.original_latents = block_state.latents
131
 
132
+ self.set_block_state(state, block_state)
133
 
134
  return components, state
135