Scholar01 / sd-webui-mov2mov

This is the Mov2mov plugin for Automatic1111/stable-diffusion-webui.
MIT License
2.16k stars 332 forks source link

ONNX DirectML compatibility #99

Open kagenihisomi opened 1 year ago

kagenihisomi commented 1 year ago

DirectML Fork to import and use subclasses *ONNXStableDiffusionProcessingImg2Img

https://github.com/lshqqytiger/stable-diffusion-webui-directml/blob/e9afd9aed55da48dfc917753e2daa114a515a85b/modules/sd_onnx.py#L465

Similar import in fork's img2img.py

https://github.com/lshqqytiger/stable-diffusion-webui-directml/blob/e9afd9aed55da48dfc917753e2daa114a515a85b/modules/img2img.py#L162C41-L162C41