mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-03-13 14:21:20 +00:00
Fix typo.
This commit is contained in:
parent
0a6fd49a3e
commit
794dd2064d
@ -633,7 +633,7 @@ class UNetModel(nn.Module):
|
||||
for id, module in enumerate(self.output_blocks):
|
||||
transformer_options["block"] = ("output", id)
|
||||
hsp = hs.pop()
|
||||
h = apply_control(h, control, 'output')
|
||||
hsp = apply_control(hsp, control, 'output')
|
||||
|
||||
if "output_block_patch" in transformer_patches:
|
||||
patch = transformer_patches["output_block_patch"]
|
||||
|
Loading…
Reference in New Issue
Block a user