mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
save lora info when generating image
This commit is contained in:
+14
-14
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;
|
||||
|
||||
Reference in New Issue
Block a user