MCPcopy Create free account
hub / github.com/YesianRohn/TextSSR / SD3Transformer2DModel

Class SD3Transformer2DModel

diffusers/src/diffusers/utils/dummy_pt_objects.py:440–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438
439
440class SD3Transformer2DModel(metaclass=DummyObject):
441 _backends = ["torch"]
442
443 def __init__(self, *args, **kwargs):
444 requires_backends(self, ["torch"])
445
446 @classmethod
447 def from_config(cls, *args, **kwargs):
448 requires_backends(cls, ["torch"])
449
450 @classmethod
451 def from_pretrained(cls, *args, **kwargs):
452 requires_backends(cls, ["torch"])
453
454
455class SparseControlNetModel(metaclass=DummyObject):

Callers 7

mainFunction · 0.90
get_dummy_componentsMethod · 0.90
get_dummy_componentsMethod · 0.90
get_dummy_componentsMethod · 0.90
get_dummy_componentsMethod · 0.90
get_dummy_componentsMethod · 0.90
get_dummy_componentsMethod · 0.90

Calls

no outgoing calls

Tested by 6

get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72