MCPcopy Create free account
hub / github.com/TencentARC/BrushNet / ImagePipelineOutput

Class ImagePipelineOutput

src/diffusers/utils/dummy_pt_objects.py:573–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571
572
573class ImagePipelineOutput(metaclass=DummyObject):
574 _backends = ["torch"]
575
576 def __init__(self, *args, **kwargs):
577 requires_backends(self, ["torch"])
578
579 @classmethod
580 def from_config(cls, *args, **kwargs):
581 requires_backends(cls, ["torch"])
582
583 @classmethod
584 def from_pretrained(cls, *args, **kwargs):
585 requires_backends(cls, ["torch"])
586
587
588class KarrasVePipeline(metaclass=DummyObject):

Callers 6

__call__Method · 0.90
__call__Method · 0.90
__call__Method · 0.90
__call__Method · 0.90
__call__Method · 0.90
__call__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected