qyoo commited on
Commit
297dfd6
·
1 Parent(s): 6656488
omini_control/__pycache__/condition.cpython-310.pyc CHANGED
Binary files a/omini_control/__pycache__/condition.cpython-310.pyc and b/omini_control/__pycache__/condition.cpython-310.pyc differ
 
omini_control/condition.py CHANGED
@@ -102,6 +102,8 @@ class Condition(object):
102
  pipe.device,
103
  pipe.dtype,
104
  )
 
 
105
  return cond_tokens, cond_ids
106
 
107
  def encode(self, pipe: FluxPipeline) -> Tuple[torch.Tensor, torch.Tensor, int]:
 
102
  pipe.device,
103
  pipe.dtype,
104
  )
105
+ print("Cond_tokens.shape", cond_tokens.shape)
106
+ print("Cond_ids.shape", cond_ids.shape)
107
  return cond_tokens, cond_ids
108
 
109
  def encode(self, pipe: FluxPipeline) -> Tuple[torch.Tensor, torch.Tensor, int]: