Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
794dd206
"ppocr/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "579b66b089df9405652d775a0939beb5be137288"
Commit
794dd206
authored
Nov 07, 2023
by
comfyanonymous
Browse files
Fix typo.
parent
0a6fd49a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
comfy/ldm/modules/diffusionmodules/openaimodel.py
comfy/ldm/modules/diffusionmodules/openaimodel.py
+1
-1
No files found.
comfy/ldm/modules/diffusionmodules/openaimodel.py
View file @
794dd206
...
@@ -633,7 +633,7 @@ class UNetModel(nn.Module):
...
@@ -633,7 +633,7 @@ class UNetModel(nn.Module):
for
id
,
module
in
enumerate
(
self
.
output_blocks
):
for
id
,
module
in
enumerate
(
self
.
output_blocks
):
transformer_options
[
"block"
]
=
(
"output"
,
id
)
transformer_options
[
"block"
]
=
(
"output"
,
id
)
hsp
=
hs
.
pop
()
hsp
=
hs
.
pop
()
h
=
apply_control
(
h
,
control
,
'output'
)
h
sp
=
apply_control
(
h
sp
,
control
,
'output'
)
if
"output_block_patch"
in
transformer_patches
:
if
"output_block_patch"
in
transformer_patches
:
patch
=
transformer_patches
[
"output_block_patch"
]
patch
=
transformer_patches
[
"output_block_patch"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment