cbensimon HF staff commited on
Commit
5b6eef9
1 Parent(s): 8c23573

Update marigold_depth_estimation_lcm.py

Browse files
Files changed (1) hide show
  1. marigold_depth_estimation_lcm.py +1 -1
marigold_depth_estimation_lcm.py CHANGED
@@ -363,7 +363,7 @@ class MarigoldDepthConsistencyPipeline(DiffusionPipeline):
363
 
364
  # Batched empty text embedding
365
  if self.empty_text_embed is None:
366
- traceback.print_tb()
367
  print("self.empty_text_embed is None")
368
  self._encode_empty_text()
369
  else:
 
363
 
364
  # Batched empty text embedding
365
  if self.empty_text_embed is None:
366
+ traceback.print_stack()
367
  print("self.empty_text_embed is None")
368
  self._encode_empty_text()
369
  else: