Skip to content

Commit e96d5ad

Browse files
a-r-r-o-wsayakpaul
authored andcommitted
Update src/diffusers/models/attention_processor.py
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
1 parent db47e42 commit e96d5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/attention_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def __init__(
252252
self.norm_added_k = RMSNorm(dim_head, eps=eps)
253253
else:
254254
raise ValueError(
255-
f"unknown qk_norm: {qk_norm}. Should be None,'layer_norm','fp32_layer_norm','rms_norm'"
255+
f"unknown qk_norm: {qk_norm}. Should be one of `None,'layer_norm','fp32_layer_norm','rms_norm'`"
256256
)
257257
else:
258258
self.norm_added_q = None

0 commit comments

Comments
 (0)