yanze commited on
Commit
4f188d8
1 Parent(s): fba397b

Update pulid/pipeline_flux.py

Browse files
Files changed (1) hide show
  1. pulid/pipeline_flux.py +0 -1
pulid/pipeline_flux.py CHANGED
@@ -112,7 +112,6 @@ class PuLIDPipeline(nn.Module):
112
  x = x.repeat(1, 3, 1, 1)
113
  return x
114
 
115
- @torch.no_grad()
116
  def get_id_embedding(self, image, cal_uncond=False):
117
  """
118
  Args:
 
112
  x = x.repeat(1, 3, 1, 1)
113
  return x
114
 
 
115
  def get_id_embedding(self, image, cal_uncond=False):
116
  """
117
  Args: