mix1009 / sdwebuiapi

Python API client for AUTOMATIC1111/stable-diffusion-webui
MIT License
1.37k stars 184 forks source link

how to use api with extension "roop"? #95

Open 2shou opened 1 year ago

2shou commented 1 year ago

https://github.com/s0md3v/sd-webui-roop

2shou commented 1 year ago

I need to use the Roop plugin to achieve the face-swapping effect, but it seems like it can't be called through the API now. Is there a solution available?

tangbob commented 1 year ago

write your own

afeezaziz commented 1 year ago

@mix1009 ,

I am wondering whether can you write a guideline on how can we write the API client for the extension on our own and we can turn on/off based on whether it is installed or not, and whether the version matches or not?

This would allow this client to be able to connect with many, if not all, extensions.

afeezaziz commented 1 year ago

I need to use the Roop plugin to achieve the face-swapping effect, but it seems like it can't be called through the API now. Is there a solution available?

Do you have a solution available now?

coderzhoucf commented 1 year ago

any progress?

1shadow1 commented 1 year ago

我也想知道

tomj2ee commented 1 year ago

https://github.com/tomj2ee/java-sdwebuiapi

roop and ADetailer

python

https://github.com/tomj2ee/sdwebuiapi

webcoderz commented 1 year ago

adetailer is ez you just use the scripts part of api https://github.com/mix1009/sdwebuiapi#scripts-support ive implemented it personally as well, i was going to add roop here when i had time eventually, as i believe they just finished up adding endpoints