quiet mode for sd

This commit is contained in:
Concedo
2024-03-08 19:35:29 +08:00
parent 308f33fc00
commit 3f475970fa
3 changed files with 12 additions and 3 deletions
+1
View File
@@ -119,6 +119,7 @@ struct sd_generation_inputs
const int height;
const int seed;
const char * sample_method;
const bool quiet = false;
};
struct sd_generation_outputs
{