Skip to content

Commit

Permalink
Update lama-cleaner dep to iopaint
Browse files Browse the repository at this point in the history
  • Loading branch information
mallman committed May 24, 2024
1 parent 07d22de commit 557e6de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion convert_lama.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import coremltools as ct
import torch

from lama_cleaner.model.lama import LaMa
from iopaint.model.lama import LaMa
from CoreMLaMa import CoreMLaMa

model_manager = LaMa("cpu")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
torch==2.2.0
lama-cleaner==1.2.5
iopaint==1.3.3
coremltools==7.2

0 comments on commit 557e6de

Please sign in to comment.