1
0
Fork 0

lint(api): remove unused import

This commit is contained in:
Sean Sube 2023-02-15 21:01:25 -06:00
parent 9db684ad5d
commit 6a2bac1359
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from typing import Any, List
import numpy as np import numpy as np
import torch import torch
from diffusers import OnnxStableDiffusionImg2ImgPipeline, OnnxStableDiffusionPipeline from diffusers import OnnxStableDiffusionImg2ImgPipeline, OnnxStableDiffusionPipeline
from PIL import Image, ImageChops from PIL import Image
from onnx_web.chain import blend_mask from onnx_web.chain import blend_mask
from onnx_web.chain.base import ChainProgress from onnx_web.chain.base import ChainProgress