[MM] Add support for probing and loading SDXL VAE checkpoint files #6524
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This adds support for probing and converting SDXL VAE checkpoint files. It is a lame solution because the base-determining method simply looks for the pattern "SDXL" in the filename. A quick inspection of SD1 vs SDXL VAEs found no differences in the state dict weights, so these can't be used as the basis of discrimination.
Conversion seems to work using the diffusers library. However, the need to convert will be obsoleted by PR #6510 .
Related Issues / Discussions
See Discord thread at https://discord.com/channels/1020123559063990373/1020123559831539744/1253157322377793557
QA Instructions
I've tested on the Civitai VAE https://civitai.com/models/140686/fix-fp16-errors-sdxl-lower-memory-use-sdxl-vae-fp16-fix-by-madebyollin. The results aren't great - the colors are washed out - but I don't know if this is a problem with the VAE or with the conversion.
Merge Plan
Merge when approved.
Checklist