@@ -170,7 +170,7 @@ void print_usage(int argc, const char* argv[]) {
170
170
printf (" --stacked-id-embd-dir [DIR] path to PHOTOMAKER stacked id embeddings.\n " );
171
171
printf (" --input-id-images-dir [DIR] path to PHOTOMAKER input id images dir.\n " );
172
172
printf (" --normalize-input normalize PHOTOMAKER input id images\n " );
173
- printf (" --upscale-model [ESRGAN_PATH] path to t5 model. Upscale images after generate, just RealESRGAN_x4plus_anime_6B supported by now.\n " );
173
+ printf (" --upscale-model [ESRGAN_PATH] path to esrgan model. Upscale images after generate, just RealESRGAN_x4plus_anime_6B supported by now.\n " );
174
174
printf (" --upscale-repeats Run the ESRGAN upscaler this many times (default 1)\n " );
175
175
printf (" --type [TYPE] weight type (f32, f16, q4_0, q4_1, q5_0, q5_1, q8_0)\n " );
176
176
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) {
628
628
629
629
int main (int argc, const char * argv[]) {
630
630
SDParams params;
631
- // params.verbose = true;
632
- // sd_set_log_callback(sd_log_cb, (void*)¶ms);
633
- // T5Embedder::load_from_file_and_test(argv[1]);
634
- // return 1;
635
- // params.verbose = true;
636
- // sd_set_log_callback(sd_log_cb, (void*)¶ms);
637
- // MMDiTRunner::load_from_file_and_test(argv[1]);
638
- // return 1;
639
631
640
632
parse_args (argc, argv, params);
641
633
0 commit comments