We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc31999 commit ccd8a0fCopy full SHA for ccd8a0f
iopaint/Dockerfile
@@ -6,5 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6
7
RUN pip install iopaint rembg
8
RUN iopaint download --model=lama
9
-ENTRYPOINT ["iopaint", "start", "--model=lama", "--device=cuda", "--host=0.0.0.0", "--port=8080", "--enable-remove-bg", "--enable-anime-seg"]
+RUN python -c "from iopaint.plugins.anime_seg import AnimeSeg; AnimeSeg()"
10
11
+ENTRYPOINT ["iopaint"]
12
+CMD ["start", "--device=cuda", "--host=0.0.0.0", "--port=8080", "--enable-remove-bg", "--remove-bg-model", "briaai/RMBG-1.4"]
0 commit comments