diffusers
diffusers copied to clipboard
Run saveonnx with a already downloaded model checkpoint
how can I run saveonnx with a model checkpoint I already downloaded?
Did you find a way to make it work?
Did you find a way to make it work?
take a look here. is a different but similar project. it seems one of the commenters there do it https://gist.github.com/harishanand95/75f4515e6187a6aa3261af6ac6f61269 something like: python convert_stable_diffusion_checkpoint_to_onnx.py --model_path="naclbit/trinart_stable_diffusion_v2" --output_path=". /naclbit_trinart_diffusers_v2_onnx" I still need to test it