We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f7a05d + 084fc89 commit 9c28858Copy full SHA for 9c28858
1 file changed
labml_nn/diffusion/stable_diffusion/model/unet.py
@@ -49,7 +49,9 @@ def __init__(
49
:param n_res_blocks: number of residual blocks at each level
50
:param attention_levels: are the levels at which attention should be performed
51
:param channel_multipliers: are the multiplicative factors for number of channels for each level
52
- :param n_heads: the number of attention heads in the transformers
+ :param n_heads: is the number of attention heads in the transformers
53
+ :param tf_layers: is the number of transformer layers in the transformers
54
+ :param d_cond: is the size of the conditional embedding in the transformers
55
"""
56
super().__init__()
57
self.channels = channels
0 commit comments