mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2025-12-31 17:53:35 +00:00
remove some debug codes
This commit is contained in:
parent
7fd9746b2b
commit
adcfa6e03e
@ -170,7 +170,7 @@ void print_usage(int argc, const char* argv[]) {
|
|||||||
printf(" --stacked-id-embd-dir [DIR] path to PHOTOMAKER stacked id embeddings.\n");
|
printf(" --stacked-id-embd-dir [DIR] path to PHOTOMAKER stacked id embeddings.\n");
|
||||||
printf(" --input-id-images-dir [DIR] path to PHOTOMAKER input id images dir.\n");
|
printf(" --input-id-images-dir [DIR] path to PHOTOMAKER input id images dir.\n");
|
||||||
printf(" --normalize-input normalize PHOTOMAKER input id images\n");
|
printf(" --normalize-input normalize PHOTOMAKER input id images\n");
|
||||||
printf(" --upscale-model [ESRGAN_PATH] path to t5 model. Upscale images after generate, just RealESRGAN_x4plus_anime_6B supported by now.\n");
|
printf(" --upscale-model [ESRGAN_PATH] path to esrgan model. Upscale images after generate, just RealESRGAN_x4plus_anime_6B supported by now.\n");
|
||||||
printf(" --upscale-repeats Run the ESRGAN upscaler this many times (default 1)\n");
|
printf(" --upscale-repeats Run the ESRGAN upscaler this many times (default 1)\n");
|
||||||
printf(" --type [TYPE] weight type (f32, f16, q4_0, q4_1, q5_0, q5_1, q8_0)\n");
|
printf(" --type [TYPE] weight type (f32, f16, q4_0, q4_1, q5_0, q5_1, q8_0)\n");
|
||||||
printf(" If not specified, the default is the type of the weight file.\n");
|
printf(" If not specified, the default is the type of the weight file.\n");
|
||||||
@ -628,14 +628,6 @@ void sd_log_cb(enum sd_log_level_t level, const char* log, void* data) {
|
|||||||
|
|
||||||
int main(int argc, const char* argv[]) {
|
int main(int argc, const char* argv[]) {
|
||||||
SDParams params;
|
SDParams params;
|
||||||
// params.verbose = true;
|
|
||||||
// sd_set_log_callback(sd_log_cb, (void*)¶ms);
|
|
||||||
// T5Embedder::load_from_file_and_test(argv[1]);
|
|
||||||
// return 1;
|
|
||||||
// params.verbose = true;
|
|
||||||
// sd_set_log_callback(sd_log_cb, (void*)¶ms);
|
|
||||||
// MMDiTRunner::load_from_file_and_test(argv[1]);
|
|
||||||
// return 1;
|
|
||||||
|
|
||||||
parse_args(argc, argv, params);
|
parse_args(argc, argv, params);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user