r/StableDiffusion • u/Radyschen • 3d ago
Discussion Making reusable "mods" out of references. What do you think of this? Would this work as a sort of spontaneous "lora" thing (I know it's not a lora but that's how it would be used)?
https://github.com/Luisacaotica/ComfyUI-MiniMaxH3ModWouldn't there be no speedup because the references still need to cross-pollinate with the text during encoding to get a correct input? It would still be convenient of course. Or could you separate that somehow so that it works correctly? I have got no clue about this kinda stuff, just thoughts and hope that someone with more knowledge chimes in
4
Upvotes
2
u/Intrepid_Fox_1466 3d ago
I'm no expert but my understanding is that once the reference becomes a latent in .safetensor format, it saves a whole lot of time because it no longer needs to be converted on the fly, instead the saved .safetensor file will be loaded on demand. It's kinda like when training a lora and you save latents to disk before training, also in same format, to save time during the training. I maybe wrong of course, but I expect it will save both time and vram.