elismasilva commited on
Commit
f071d5c
·
1 Parent(s): 029730c

update param def

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -301,6 +301,7 @@ def run_for_examples(
301
  shift,
302
  generation_seed,
303
  tile_weighting_method,
 
304
  target_height,
305
  target_width,
306
  hdr,
@@ -318,7 +319,7 @@ def run_for_examples(
318
  shift,
319
  generation_seed,
320
  tile_weighting_method,
321
- "English",
322
  target_height,
323
  target_width,
324
  hdr,
@@ -510,6 +511,7 @@ with gr.Blocks(theme=theme, css=css_code, title="Panorama Z-Image") as app:
510
  3.0,
511
  109320357,
512
  "Cosine",
 
513
  1024,
514
  3072,
515
  0.0,
@@ -527,6 +529,7 @@ with gr.Blocks(theme=theme, css=css_code, title="Panorama Z-Image") as app:
527
  6.0,
528
  2024,
529
  "Cosine",
 
530
  1024,
531
  3072,
532
  0.0,
@@ -544,6 +547,7 @@ with gr.Blocks(theme=theme, css=css_code, title="Panorama Z-Image") as app:
544
  3.0,
545
  1146985307,
546
  "Gaussian",
 
547
  1024,
548
  2672,
549
  0.0,
@@ -561,6 +565,7 @@ with gr.Blocks(theme=theme, css=css_code, title="Panorama Z-Image") as app:
561
  4.0,
562
  85512926,
563
  "Cosine",
 
564
  1024,
565
  3440,
566
  0.0,
@@ -579,6 +584,7 @@ with gr.Blocks(theme=theme, css=css_code, title="Panorama Z-Image") as app:
579
  shift,
580
  generation_seed,
581
  tile_weighting_method,
 
582
  height,
583
  width,
584
  hdr,
@@ -602,7 +608,7 @@ with gr.Blocks(theme=theme, css=css_code, title="Panorama Z-Image") as app:
602
  steps,
603
  shift,
604
  generation_seed,
605
- tile_weighting_method,
606
  prompt_language,
607
  new_target_height,
608
  new_target_width,
 
301
  shift,
302
  generation_seed,
303
  tile_weighting_method,
304
+ prompt_language,
305
  target_height,
306
  target_width,
307
  hdr,
 
319
  shift,
320
  generation_seed,
321
  tile_weighting_method,
322
+ prompt_language,
323
  target_height,
324
  target_width,
325
  hdr,
 
511
  3.0,
512
  109320357,
513
  "Cosine",
514
+ "English",
515
  1024,
516
  3072,
517
  0.0,
 
529
  6.0,
530
  2024,
531
  "Cosine",
532
+ "English",
533
  1024,
534
  3072,
535
  0.0,
 
547
  3.0,
548
  1146985307,
549
  "Gaussian",
550
+ "English",
551
  1024,
552
  2672,
553
  0.0,
 
565
  4.0,
566
  85512926,
567
  "Cosine",
568
+ "English",
569
  1024,
570
  3440,
571
  0.0,
 
584
  shift,
585
  generation_seed,
586
  tile_weighting_method,
587
+ prompt_language,
588
  height,
589
  width,
590
  hdr,
 
608
  steps,
609
  shift,
610
  generation_seed,
611
+ tile_weighting_method,
612
  prompt_language,
613
  new_target_height,
614
  new_target_width,