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
renzhc
diffusers_dcu
Commits
c8c0c0e8
Commit
c8c0c0e8
authored
Jul 13, 2022
by
Patrick von Platen
Browse files
quick fix
parent
5e12d5c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_modeling_utils.py
tests/test_modeling_utils.py
+1
-1
No files found.
tests/test_modeling_utils.py
View file @
c8c0c0e8
...
...
@@ -493,7 +493,7 @@ class UNetLDMModelTests(ModelTesterMixin, unittest.TestCase):
"num_res_blocks"
:
2
,
"attention_resolutions"
:
(
16
,),
"block_input_channels"
:
[
32
,
32
],
"
resnet
_output_channels"
:
[
32
,
64
],
"
block
_output_channels"
:
[
32
,
64
],
"num_head_channels"
:
32
,
"conv_resample"
:
True
,
"down_blocks"
:
(
"UNetResDownBlock2D"
,
"UNetResDownBlock2D"
),
...
...
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