1
0
Fork 0

lint(api): remove unnecessary pass

This commit is contained in:
Sean Sube 2023-01-19 08:34:38 -06:00
parent 5ec32d8324
commit 4fbf046e28
1 changed files with 0 additions and 1 deletions

View File

@ -362,7 +362,6 @@ def convert_diffuser(name: str, url: str, opset: int, half: bool):
_ = OnnxStableDiffusionPipeline.from_pretrained(
output_path, provider="CPUExecutionProvider")
print("ONNX pipeline is loadable")
pass
def main() -> int: