Skip to content

Commit

Permalink
update app
Browse files Browse the repository at this point in the history
  • Loading branch information
franciszzj committed Dec 16, 2024
1 parent 7f84456 commit d6341b0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@ def leffa_predict_pt(self, src_image_path, ref_image_path, step, scale, seed):


if __name__ == "__main__":
# import sys

# src_image_path = sys.argv[1]
# ref_image_path = sys.argv[2]
# control_type = sys.argv[3]
# leffa_predict(src_image_path, ref_image_path, control_type)

leffa_predictor = LeffaPredictor()
example_dir = "./ckpts/examples"
Expand Down

0 comments on commit d6341b0

Please sign in to comment.