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

Method __init__

animation/modules/unet_3d_blocks.py:65–68  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

63
64class UpBlockMotion(UpBlockMotion):
65 def __init__(self, *args, **kwargs):
66 deprecation_message = "Importing `UpBlockMotion` 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 UpBlockMotion` instead."
67 deprecate("UpBlockMotion", "1.0.0", deprecation_message)
68 super().__init__(*args, **kwargs)
69
70
71class CrossAttnUpBlockMotion(CrossAttnUpBlockMotion):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected