File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ WORKDIR /
2323# added other libs before which keep failing in requirements file for unknown reasons.
2424# note that fairseq need to be installed differently in windows and linux
2525RUN pip install runpod>=1.7.13 && \
26- pip install socaity-face2face[full]>=1.4 .0 --no-cache
26+ pip install socaity-face2face[full]>=1.5 .0 --no-cache
2727
2828# Configure where the models and the output is stored
2929ENV MODELS_DIR="/runpod-volume/face2face/models/"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " socaity-face2face"
7- version = " 1.4.1 "
7+ version = " 1.5.0 "
88description =" Swap faces from one image to another. Create face embeddings. Integrate into hosted environments."
99requires-python = " >=3.8"
1010authors = [
@@ -26,5 +26,5 @@ Homepage = "https://www.socaity.ai"
2626
2727[project .optional-dependencies ]
2828full = [
29- " apipod>=1.0.4 " ,
29+ " apipod>=1.0.5 " ,
3030]
You can’t perform that action at this time.
0 commit comments