Commit c8c0c0e8 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

quick fix

parent 5e12d5c6
......@@ -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"),
......
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