mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-07-09 17:08:33 +00:00
save lora info when generating image
This commit is contained in:
parent
6482a596e1
commit
fd38fec594
2 changed files with 15 additions and 14 deletions
File diff suppressed because one or more lines are too long
|
|
@ -1530,6 +1530,7 @@ sd_generation_outputs sdtype_generate(const sd_generation_inputs inputs)
|
|||
jsoninfo["all_prompts"] = nlohmann::json::array();
|
||||
jsoninfo["all_negative_prompts"] = nlohmann::json::array();
|
||||
jsoninfo["all_seeds"] = nlohmann::json::array();
|
||||
jsoninfo["lora_meta"] = lora_meta;
|
||||
jsoninfo["version"] = "KoboldCpp";
|
||||
}
|
||||
sd_image_t* upscaled_image = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue