mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-08 01:41:37 +00:00
print timestamp when image generated
This commit is contained in:
parent
cf158f1b6e
commit
b632d2ce1c
1 changed files with 5 additions and 0 deletions
|
|
@ -1292,6 +1292,11 @@ sd_generation_outputs sdtype_generate(const sd_generation_inputs inputs)
|
|||
output.animated = (wasanim?1:0);
|
||||
output.status = 1;
|
||||
total_img_gens += 1;
|
||||
if(!sd_is_quiet)
|
||||
{
|
||||
std::string ts = get_timestamp_str();
|
||||
printf("[%s] Generating Media Complete\n",ts.c_str());
|
||||
}
|
||||
return output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue