MCPcopy Create free account
hub / github.com/Francis-Rings/StableAnimator / DownBlockMotion

Class DownBlockMotion

animation/modules/unet_3d_blocks.py:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50class DownBlockMotion(DownBlockMotion):
51 def __init__(self, *args, **kwargs):
52 deprecation_message = "Importing `DownBlockMotion` from `diffusers.models.unets.unet_3d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_motion_model import DownBlockMotion` instead."
53 deprecate("DownBlockMotion", "1.0.0", deprecation_message)
54 super().__init__(*args, **kwargs)
55
56
57class CrossAttnDownBlockMotion(CrossAttnDownBlockMotion):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected