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

Class SCMScheduler

src/diffusers/utils/dummy_pt_objects.py:3215–3227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3213
3214
3215class SCMScheduler(metaclass=DummyObject):
3216 _backends = ["torch"]
3217
3218 def __init__(self, *args, **kwargs):
3219 requires_backends(self, ["torch"])
3220
3221 @classmethod
3222 def from_config(cls, *args, **kwargs):
3223 requires_backends(cls, ["torch"])
3224
3225 @classmethod
3226 def from_pretrained(cls, *args, **kwargs):
3227 requires_backends(cls, ["torch"])
3228
3229
3230class ScoreSdeVeScheduler(metaclass=DummyObject):

Callers 3

mainFunction · 0.90
get_dummy_componentsMethod · 0.90
get_dummy_componentsMethod · 0.90

Calls

no outgoing calls

Tested by 2

get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…