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 748c1b3 commit 5058d27Copy full SHA for 5058d27
src/diffusers/pipelines/versatile_diffusion/modeling_text_unet.py
@@ -50,6 +50,9 @@ def get_down_block(
50
resnet_eps,
51
resnet_act_fn,
52
num_attention_heads,
53
+ transformer_layers_per_block,
54
+ attention_type,
55
+ attention_head_dim,
56
resnet_groups=None,
57
cross_attention_dim=None,
58
downsample_padding=None,
@@ -113,6 +116,10 @@ def get_up_block(
113
116
114
117
115
118
119
120
+ resolution_idx,
121
122
123
124
125
dual_cross_attention=False,
0 commit comments