piallai
Results
2
comments of
piallai
A simple GUI based on CLI arguments is available as a fork: https://github.com/piallai/stable-diffusion.cpp Not as fancy as the other ones listed, but maybe easier to adapt to the developments of...
> Here's a quick example of the kind of snippet that would fix this (stable_diffusion.cpp:654) > > for (auto& kv : curr_lora_state) { > const std::string& lora_name = kv.first; >...