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

Class UniPCMultistepScheduler

src/diffusers/utils/dummy_pt_objects.py:3275–3287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3273
3274
3275class UniPCMultistepScheduler(metaclass=DummyObject):
3276 _backends = ["torch"]
3277
3278 def __init__(self, *args, **kwargs):
3279 requires_backends(self, ["torch"])
3280
3281 @classmethod
3282 def from_config(cls, *args, **kwargs):
3283 requires_backends(cls, ["torch"])
3284
3285 @classmethod
3286 def from_pretrained(cls, *args, **kwargs):
3287 requires_backends(cls, ["torch"])
3288
3289
3290class VQDiffusionScheduler(metaclass=DummyObject):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…