8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5164c9f commit a273710Copy full SHA for a273710
src/diffusers/models/unet_2d.py
@@ -30,7 +30,7 @@ def __init__(
30
attention_head_dim=8,
31
norm_num_groups=32,
32
norm_eps=1e-5,
33
- ):
+ ) -> None:
34
super().__init__()
35
36
self.sample_size = sample_size
src/diffusers/models/unet_2d_condition.py
cross_attention_dim=1280,
0 commit comments