ComfyUI compatibility.

#2
by shrisha - opened

Great work! Is this style models compatible with ComfyUI? And why all models files exact size, byte to byte? Is just one can be used and by trigger words different styles will be applied, no? Thank you.

You can just load them with the default, universal Kontext LoRA loader—no special configuration needed.
All of the style LoRAs share the same fixed rank, which is why their file sizes are identical byte for byte.
To apply a particular style, simply load the corresponding LoRA and use prompt with the specific style name; see the “Inference Example” in the README for a step‑by‑step guide.

I just tried few loras and there is a mixed results. Some loras are act as expected but some is not, in particular Irasutoya has no influence on image at all. I had same with Line lora but when I change prompt to "Turn this image into the Line_Style" it worked somehow. And I tried that with Irasutoya but it didn't help there. Same with Fabric lora. Is there anything I'm missing? May be images should be strictly rectangular?

Thanks for trying out our LoRAs! All our LoRAs have been thoroughly tested, and you can experience them working properly in our demo space.

Regarding your issue with some LoRAs not working as expected (like Irasutoya and Fabric), we suspect the problem might be that you didn't unload the previous LoRA weights before switching to a new style. Please try using unload_lora_weights() between switching different style LoRAs.

For proper usage instructions of each LoRA, please visit our organization page where you can find detailed documentation.

Let us know if you still experience issues after trying these suggestions!

I see, thank you. "unload_lora_weights()" how do I do that in ComfyUI? Can't find the answer in internet, sorry.

Sorry, we're not very familiar with ComfyUI either. Maybe you could ask in ComfyUI-related communities. Alternatively, you could try using separate nodes for each style LoRA to avoid interference.

I figured :) When I use prompt as in demo space it all works as it should. Thank you.

Sign up or log in to comment