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 13f1c31 commit 0aab8caCopy full SHA for 0aab8ca
src/diffusers/models/modeling_utils.py
@@ -951,6 +951,7 @@ def recursive_find_attn_block(module):
951
del module.to_out
952
953
def _undo_temp_convert_self_to_deprecated_attention_blocks(self):
954
+ " This method should only be used to convert deprecated checkpoints and will be removed in a future version of diffusers."
955
deprecated_attention_block_modules = []
956
957
def recursive_find_attn_block(module):
0 commit comments