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

Class StableAudioDiTModel

src/diffusers/utils/dummy_pt_objects.py:1863–1875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1861
1862
1863class StableAudioDiTModel(metaclass=DummyObject):
1864 _backends = ["torch"]
1865
1866 def __init__(self, *args, **kwargs):
1867 requires_backends(self, ["torch"])
1868
1869 @classmethod
1870 def from_config(cls, *args, **kwargs):
1871 requires_backends(cls, ["torch"])
1872
1873 @classmethod
1874 def from_pretrained(cls, *args, **kwargs):
1875 requires_backends(cls, ["torch"])
1876
1877
1878class T2IAdapter(metaclass=DummyObject):

Callers 2

get_dummy_componentsMethod · 0.90

Calls

no outgoing calls

Tested by 1

get_dummy_componentsMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…