Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed VAE is very low quality #49

Open
levi opened this issue Jan 21, 2024 · 1 comment
Open

Fixed VAE is very low quality #49

levi opened this issue Jan 21, 2024 · 1 comment

Comments

@levi
Copy link

levi commented Jan 21, 2024

Using the built-in upcast fixed vae, fine details like hair come out fuzzy and pixelated. This is particularly present if cog-sdxl is used to generate a full fine tune and then loras are created from the full fine tune from images generated from the model.

Changing to use madebyollin/sdxl-vae-fp16-fix for fp16/bf16 training fixes the issue.

Generation from full fine tune:
image

Generation from LoRA trained on full fine tune as base model:
image

@zeke
Copy link
Member

zeke commented Feb 7, 2024

Thanks for the heads up, @levi. Would you be able to open a PR to address this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants