Open misato2099 opened 1 year ago
I'd be particularly interested in supporting LyCORIS embeddings, which seems to be the way many of the best Lora embeds are now done.
Currently DiffusionBee throws up a float16 error when you try to treat a LyCORIS as a Lora.
I know that DiffusionBee can merge embedding model such as Lora to generate new model, however it cannot import such embedding directly. I would like to know can DiffusionBee import textual inversion (e.g. EasyNegative) to prevent common problems of generating images? Thank you so much!