guangkaixu commited on
Commit
8238271
1 Parent(s): eb1d34b
Files changed (1) hide show
  1. pipeline_genpercept.py +1 -1
pipeline_genpercept.py CHANGED
@@ -70,7 +70,7 @@ class GenPerceptPipeline(DiffusionPipeline):
70
  mode: str = 'depth',
71
  resize_hard = False,
72
  processing_res: int = 768,
73
- match_input_res: bool = True,
74
  batch_size: int = 0,
75
  color_map: str = "Spectral",
76
  show_progress_bar: bool = True,
 
70
  mode: str = 'depth',
71
  resize_hard = False,
72
  processing_res: int = 768,
73
+ match_input_res: bool = False,
74
  batch_size: int = 0,
75
  color_map: str = "Spectral",
76
  show_progress_bar: bool = True,