ddPn08 / Radiata

Stable diffusion webui based on diffusers.
https://ddpn08.github.io/Radiata/
Apache License 2.0
984 stars 68 forks source link

Issue with vae file? #16

Open BlueAccords opened 1 year ago

BlueAccords commented 1 year ago

Not sure if it's because the model I tried to convert has a vae merged into the model(according to the model description) or if I need to include a vae myself but my output images are desaturated compared to the expected output.

I'm on windows, and used the docker version to convert this model https://huggingface.co/andite/pastel-mix and it looks like it's running correctly as i'm getting 50-60ish it/s, aside from the desaturated output issue.

ddPn08 commented 1 year ago

We are currently implementing a way to build the tensorrt engine from ckpt and vae.pt files.