diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

Run saveonnx with a already downloaded model checkpoint

Open maikelsz opened this issue 3 years ago • 2 comments

how can I run saveonnx with a model checkpoint I already downloaded?

maikelsz avatar Oct 03 '22 01:10 maikelsz

Did you find a way to make it work?

piratespirate avatar Oct 06 '22 17:10 piratespirate

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

maikelsz avatar Oct 06 '22 18:10 maikelsz