Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 490 Bytes

File metadata and controls

2 lines (2 loc) · 490 Bytes

This is a very rough port of the diffusers instruct pix2pix pipeline to ONNX. You should be able to just convert a model with the same scripts without modification as long as you use the correct yaml file. Get the model here: https://huggingface.co/timbrooks/instruct-pix2pix
To test it, just edit line 6 of testip2p.py to point to where your converted ONNX model is and run it. There's no UI support yet, as it needs some more modifications, but it's at least at the "it works" stage.