ResearcherXman commited on
Commit
08c0879
1 Parent(s): f43f8b1
pipeline_stable_diffusion_xl_instantid_full.py CHANGED
@@ -613,8 +613,6 @@ class StableDiffusionXLInstantIDPipeline(StableDiffusionXLControlNetPipeline):
613
  else:
614
  prompt_image_emb = torch.cat([prompt_image_emb], dim=0)
615
 
616
- print(prompt_image_emb.device)
617
- print(self.image_proj_model.device)
618
  prompt_image_emb = self.image_proj_model(prompt_image_emb)
619
 
620
  bs_embed, seq_len, _ = prompt_image_emb.shape
 
613
  else:
614
  prompt_image_emb = torch.cat([prompt_image_emb], dim=0)
615
 
 
 
616
  prompt_image_emb = self.image_proj_model(prompt_image_emb)
617
 
618
  bs_embed, seq_len, _ = prompt_image_emb.shape