Goody27

Results 1 issues of Goody27

I'm trying to get StableDiffusion working using AxonOnnx. # Reproduction steps 1. Download the file from `https://huggingface.co/bes-dev/stable-diffusion-v1-4-onnx/raw/main/vae_encoder.onnx` into `models/onnx/vae_encoder.onnx`. 2. Do `{model, params} = AxonOnnx.import("models/onnx/vae_encoder.onnx")` on iex or Livebook. 3....