maj160

Results 3 comments of maj160

Original commit author here: I'd probably treat this as WIP or hide it behind a feature flag - It currently seems to increase filesize more than I'm comfortable with. The...

Here's a quick example of the kind of snippet that would fix this (stable_diffusion.cpp:654) ```cpp for (auto& kv : curr_lora_state) { const std::string& lora_name = kv.first; float curr_multiplier = kv.second;...

Thanks - I agree that even under the existing apply_loras mechanism there is potential for precision errors - But that's a much harder problem and not really the focus of...