No description provided.

Add diffusers weights in pt and safetensors

patrickvonplaten changed pull request status to open
patrickvonplaten changed pull request status to merged

Thanks for adding this! Minor issue - the config.json in this PR still uses the old SD-VAE scaling factor:

  "scaling_factor": 0.18215,

However, per https://github.com/Stability-AI/generative-models/blob/main/configs/inference/sd_xl_base.yaml#L4, there is a new SDXL-VAE scaling factor:

  "scaling_factor": 0.13025

Tiny PR to fix: https://huggingface.co/stabilityai/sdxl-vae/discussions/4

Sign up or log in to comment