Dose the current model support SDXL LoRA?

#13
by shalacai - opened

I inference the model with SDXL LoRA, turns out theres no influence to it compared with no LoRA

i think you can't use the sdxl lora with this as this was trained on scratch so completely different data. Sdxl loras should work on any finetunes of the sdxl model but this one was trained on completely different data.

Do you know how one would train it on the same model this one uses?

Playground org

you should be able to use any of the SDXL Lora recipes found online. but yeah the trained LoRA models for SDXL won't work with Playground v2 because the model is pretrained from scratch.

Different from XL, huh? How come Forge loads XL config automatically when launching Playground and it works?

image.png

@seedmanc This is the same architecture as sdxl, so it will load normally with sdxl loaders. However, this is completely pretrained from scratch with more aesthetic data so no sdxl loras will work with it unless you train it for this. So, basically this will work with all sdxl loaders, sdxl trainers but not work with loras for sdxl.

Sign up or log in to comment