"vscode:/vscode.git/clone" did not exist on "7c5fa7f4a2046c1f4bb77ed5e480918ffb8a10aa"
Commit 794dd206 authored by comfyanonymous's avatar comfyanonymous
Browse files

Fix typo.

parent 0a6fd49a
......@@ -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"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment