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

Class BlockRefinementScheduler

src/diffusers/utils/dummy_pt_objects.py:2690–2702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2688
2689
2690class BlockRefinementScheduler(metaclass=DummyObject):
2691 _backends = ["torch"]
2692
2693 def __init__(self, *args, **kwargs):
2694 requires_backends(self, ["torch"])
2695
2696 @classmethod
2697 def from_config(cls, *args, **kwargs):
2698 requires_backends(cls, ["torch"])
2699
2700 @classmethod
2701 def from_pretrained(cls, *args, **kwargs):
2702 requires_backends(cls, ["torch"])
2703
2704
2705class BlockRefinementSchedulerOutput(metaclass=DummyObject):

Callers 4

_make_pipelineFunction · 0.90
get_schedulerMethod · 0.90
mainFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by 2

_make_pipelineFunction · 0.72
get_schedulerMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…