Support for AuraFlow
Doesn't this also just use the SDXL VAE? Selecting XL should make it work.
https://huggingface.co/fal/AuraFlow/blob/main/vae/diffusion_pytorch_model.fp16.safetensors
https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/vae/diffusion_pytorch_model.fp16.safetensors
Doesn't this also just use the SDXL VAE? Selecting XL should make it work.
That would make the rest easier if that's the case, but is it even possible to add support for XL/PonyXL Loras to a AuraFlow checkpoint? A XL lora most likely wouldn't work on AuraFlow.
This repo is only for converting the latents between models for doing img2img on the output of one model with a second model that uses a different latent space.
What you're thinking of is X-Adapter but I have no clue if it exists for AuraFlow.