Skip to content

Commit 6b9fd09

Browse files
committed
update
1 parent be55fa6 commit 6b9fd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/modeling_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def disable_xformers_memory_efficient_attention(self) -> None:
263263
"""
264264
self.set_use_memory_efficient_attention_xformers(False)
265265

266-
def enable_dynamic_upcasting(self, upcast_dtype=None):
266+
def enable_layerwise_upcasting(self, upcast_dtype=None):
267267
upcast_dtype = upcast_dtype or torch.float32
268268
downcast_dtype = self.dtype
269269

0 commit comments

Comments
 (0)