You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added instance norm on master, but importing the VAE doesn't work, there's some strange things going on that don't seem to respect the ONNX spec. I will look further into it
I'm trying to get StableDiffusion working using AxonOnnx.
Reproduction steps
https://huggingface.co/bes-dev/stable-diffusion-v1-4-onnx/raw/main/vae_encoder.onnx
intomodels/onnx/vae_encoder.onnx
.{model, params} = AxonOnnx.import("models/onnx/vae_encoder.onnx")
on iex or Livebook.Environment
The text was updated successfully, but these errors were encountered: