MCPcopy Create free account
hub / github.com/YesianRohn/TextSSR / ImagePipelineOutput

Class ImagePipelineOutput

diffusers/src/diffusers/utils/dummy_pt_objects.py:888–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886
887
888class ImagePipelineOutput(metaclass=DummyObject):
889 _backends = ["torch"]
890
891 def __init__(self, *args, **kwargs):
892 requires_backends(self, ["torch"])
893
894 @classmethod
895 def from_config(cls, *args, **kwargs):
896 requires_backends(cls, ["torch"])
897
898 @classmethod
899 def from_pretrained(cls, *args, **kwargs):
900 requires_backends(cls, ["torch"])
901
902
903class 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