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

Class DDPMWuerstchenScheduler

src/diffusers/utils/dummy_pt_objects.py:2840–2852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2838
2839
2840class DDPMWuerstchenScheduler(metaclass=DummyObject):
2841 _backends = ["torch"]
2842
2843 def __init__(self, *args, **kwargs):
2844 requires_backends(self, ["torch"])
2845
2846 @classmethod
2847 def from_config(cls, *args, **kwargs):
2848 requires_backends(cls, ["torch"])
2849
2850 @classmethod
2851 def from_pretrained(cls, *args, **kwargs):
2852 requires_backends(cls, ["torch"])
2853
2854
2855class DEISMultistepScheduler(metaclass=DummyObject):

Callers 8

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

Calls

no outgoing calls

Tested by 3

get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…