Skip to content

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jn-jairo committed Nov 8, 2023
2 parents d47357f + 794dd20 commit d18e6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy/ldm/modules/diffusionmodules/openaimodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ def forward(self, x, timesteps=None, context=None, y=None, control=None, transfo
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"]
Expand Down

0 comments on commit d18e6f7

Please sign in to comment.