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

Class UnCLIPScheduler

diffusers/src/diffusers/utils/dummy_pt_objects.py:1488–1500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1486
1487
1488class UnCLIPScheduler(metaclass=DummyObject):
1489 _backends = ["torch"]
1490
1491 def __init__(self, *args, **kwargs):
1492 requires_backends(self, ["torch"])
1493
1494 @classmethod
1495 def from_config(cls, *args, **kwargs):
1496 requires_backends(cls, ["torch"])
1497
1498 @classmethod
1499 def from_pretrained(cls, *args, **kwargs):
1500 requires_backends(cls, ["torch"])
1501
1502
1503class UniPCMultistepScheduler(metaclass=DummyObject):

Callers 5

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 5

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