How could I add my model to the list of Flux Lora Models?

Hello,

I have created and trained a Flux Lora Model to generate images of a given character. It works kind of good when I use it in Replicate for instance. But I would like to use it in spaces like “multimodalart/flux-lora-the-explorer” where you could use a Lora Model as an input, but mine is not in the list of “Flux Lora Models”.

How can I formally define my model as a Flux Lora Model to be part of the list and use it?

Thanks in advance.

There are several ways to do this.

---
base_model: black-forest-labs/FLUX.1-schnell
---

P.S.
I thought, it was just that your LoRA’s README.md was misconfigured and not showing up.
The correct configuration can usually be made by copying someone else’s header at the top of the list!

I’ve put in a pull request (PR), so I’m sure merging will fix it.

1 Like

Hey, it worked and now my model is in the list of Lora models, great. Big thanks for your prompt help, appreciate it!

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.