-
I'd like to use it like so: python faceswaplab.py -same_gender -i faceCatalog -target image.jpg -o out.jpg. Is there a way to do it? |
Beta Was this translation helpful? Give feedback.
Answered by
glucauze
Aug 11, 2023
Replies: 1 comment
-
Right now, no. The extension is too dependant on a1111/sdnext. But it should be pretty easy to write a cli from the rest api once sd is running. Here : https://github.com/glucauze/sd-webui-faceswaplab/blob/main/client_api/faceswaplab_api_example.py |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kacper-pr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, no. The extension is too dependant on a1111/sdnext. But it should be pretty easy to write a cli from the rest api once sd is running. Here : https://github.com/glucauze/sd-webui-faceswaplab/blob/main/client_api/faceswaplab_api_example.py