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

Class DPMSolverMultistepScheduler

src/diffusers/utils/dummy_pt_objects.py:2885–2897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2883
2884
2885class DPMSolverMultistepScheduler(metaclass=DummyObject):
2886 _backends = ["torch"]
2887
2888 def __init__(self, *args, **kwargs):
2889 requires_backends(self, ["torch"])
2890
2891 @classmethod
2892 def from_config(cls, *args, **kwargs):
2893 requires_backends(cls, ["torch"])
2894
2895 @classmethod
2896 def from_pretrained(cls, *args, **kwargs):
2897 requires_backends(cls, ["torch"])
2898
2899
2900class DPMSolverSinglestepScheduler(metaclass=DummyObject):

Callers 10

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

Calls

no outgoing calls

Tested by 4

get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72
test_switchMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…