Update block.py
Browse files
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.
|
| 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 |
|