MCPcopy Index your code
hub / github.com/huggingface/diffusers / SanaVideoTransformer3DModel

Class SanaVideoTransformer3DModel

src/diffusers/utils/dummy_pt_objects.py:1773–1785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1771
1772
1773class SanaVideoTransformer3DModel(metaclass=DummyObject):
1774 _backends = ["torch"]
1775
1776 def __init__(self, *args, **kwargs):
1777 requires_backends(self, ["torch"])
1778
1779 @classmethod
1780 def from_config(cls, *args, **kwargs):
1781 requires_backends(cls, ["torch"])
1782
1783 @classmethod
1784 def from_pretrained(cls, *args, **kwargs):
1785 requires_backends(cls, ["torch"])
1786
1787
1788class SD3ControlNetModel(metaclass=DummyObject):

Callers 3

mainFunction · 0.90
get_dummy_componentsMethod · 0.90
get_dummy_componentsMethod · 0.90

Calls

no outgoing calls

Tested by 2

get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…