I am trying to create a StableDiffusion XL pipeline and I am trying to provide different LoRa adapters and allow users to switch between them with a button. I am using the commands pipe.set_adapters() to change the active LoRa (as explained in this article), but it behaves strangely. Sometimes it works and sometimes it doesn’t and the previous adapter remains active. Any idea on how could I allow to consistently switch between LoRas? Thanks!
Here is the code: app.py · ar0551/ArchitecturalRendering_SD-XL-1.0 at main
1 Like