promptpix / model /diffusers /utils /dummy_transformers_and_onnx_objects.py
RingL's picture
updated gradio application
4258b21
raw
history blame contribute delete
344 Bytes
# This file is autogenerated by the command `make fix-copies`, do not edit.
# flake8: noqa
from ..utils import DummyObject, requires_backends
class StableDiffusionOnnxPipeline(metaclass=DummyObject):
_backends = ["transformers", "onnx"]
def __init__(self, *args, **kwargs):
requires_backends(self, ["transformers", "onnx"])