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

Class SparseControlNetModel

src/diffusers/utils/dummy_pt_objects.py:1848–1860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1846
1847
1848class SparseControlNetModel(metaclass=DummyObject):
1849 _backends = ["torch"]
1850
1851 def __init__(self, *args, **kwargs):
1852 requires_backends(self, ["torch"])
1853
1854 @classmethod
1855 def from_config(cls, *args, **kwargs):
1856 requires_backends(cls, ["torch"])
1857
1858 @classmethod
1859 def from_pretrained(cls, *args, **kwargs):
1860 requires_backends(cls, ["torch"])
1861
1862
1863class StableAudioDiTModel(metaclass=DummyObject):

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…