Error when using PonyXL Models #3291
Replies: 3 comments
-
which probably means that particular model has non-fixed vae built-in (non-fixed vae that requires fp32 since it overflows in fp16) and you need to enable vae upcast in settings. |
Beta Was this translation helpful? Give feedback.
-
You could alternatively grab this 16bit VAE https://civitai.com/models/140686?modelVersionId=155933 |
Beta Was this translation helpful? Give feedback.
-
For what it's worth, I got this exact error when I was using an SDXL VAE for an SD 1.5 model. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
Been using this successfully with JuggernautX for a while. Tried to use PonyXL and a variant (EverclearPNY) today, but can't get them to work.
The image generates fine up until the end. I can see an image generating in the preview window, but it changes to a totally black image on the last generation step. This followed by the following console message:
"Failed to validate samples: sample=(768, 768, 3) min=0.00 max=0.00 mean=0.00 invalid=1769472"
I am using zLuda, if that affects anything.
Beta Was this translation helpful? Give feedback.
All reactions