CiaraRowles commited on
Commit
51ea190
1 Parent(s): 090660b

Update controlnet/controlnetxs_appearance.py

Browse files
controlnet/controlnetxs_appearance.py CHANGED
@@ -940,7 +940,6 @@ class StyleCodesModel(ModelMixin, ConfigMixin):
940
  hs_base.append(h_base)
941
  #hs_ctrl.append(h_ctrl)
942
 
943
- print("using stylecode",stylecode)
944
  if stylecode is None:
945
  h_ctrl,encoded_strings = self.sref_autoencoder.forward_encoding(h_ctrl,h_base.shape[2],h_base.shape[3])
946
  else:
 
940
  hs_base.append(h_base)
941
  #hs_ctrl.append(h_ctrl)
942
 
 
943
  if stylecode is None:
944
  h_ctrl,encoded_strings = self.sref_autoencoder.forward_encoding(h_ctrl,h_base.shape[2],h_base.shape[3])
945
  else: