somuchtome / Faceswap

Face swap via diffusion models [Lora+IP-Adapter+Controlnet+text embedding optimization]
33 stars 1 forks source link

Batch size > 1 ? #4

Open maelmitc opened 5 months ago

maelmitc commented 5 months ago

Hi, Congratulation for this great work even though it is still in progress.

I wanted to generate a large number of faceswaps, but it takes quite a while. I noticed that increasing the batch size in the main.py file (for the swapping) doesn't seems to be supported by the program. Am I wrong ? And if so what do I have to do to make it work ?

Thanks in advance for your response.