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

Class PNDMScheduler

src/diffusers/utils/dummy_pt_objects.py:3155–3167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3153
3154
3155class PNDMScheduler(metaclass=DummyObject):
3156 _backends = ["torch"]
3157
3158 def __init__(self, *args, **kwargs):
3159 requires_backends(self, ["torch"])
3160
3161 @classmethod
3162 def from_config(cls, *args, **kwargs):
3163 requires_backends(cls, ["torch"])
3164
3165 @classmethod
3166 def from_pretrained(cls, *args, **kwargs):
3167 requires_backends(cls, ["torch"])
3168
3169
3170class RePaintScheduler(metaclass=DummyObject):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…