Skip to content

Commit

Permalink
feat(ml): delect repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0124 committed Sep 13, 2024
1 parent 29b4f70 commit 26bee45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/palette_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ def set_input(self, data):
if self.use_ref:
self.ref_A = data["ref_A"].to(self.device)

sequence_length = 0
if self.opt.alg_diffusion_cond_image_creation == "y_t":
self.cond_image = self.y_t
elif self.opt.alg_diffusion_cond_image_creation == "previous_frame":
Expand Down

0 comments on commit 26bee45

Please sign in to comment.