chud37
chud37
@PatchworkBoy Thank you for your code. Is it necessary to first get the access token from Azure Graph and then excange it? Or can we simply go straight to MS...
Oh okay. Thanks for responding. Will there be / is there anyway to provide a set of say, 40 images of the same face to make a better face swap...
@DvST8x No there is no output despite the warnings. @Gitgutx Yes that is what I did in the end, made a slideshow of the images and faceswapped that. I'm still...
I created a handy script to do this: ``` import pathlib import sys import os from os import path import subprocess try: face = sys.argv[1] except IndexError: face = ''...
@watertau I have actually modified this script a bunch of times since then and that was one of the problems. I've also added the ability to just generate the command,...
This is my latest code: ``` import pathlib import sys import os from os import path import subprocess from datetime import date ## ------------------------------ ## Paths / Directories. Change as...
@drzodozo I've tried writing the script that batch process images but for some reason the actual image isn't being processed due to errors. It queues it up and everything just...
> Hi! First of all, I want to say big thank @chud37 for sharing my batch processing script with everyone, it really helps me out very often! Sorry - Just...
Hi everyone - I've actually forked Simswap to create a new Repo: BatchSimSwap which is does many things like automated batch video swapping, swapping from a website that contains images,...
@SerZhyAle Yes I have only just started the probject a few days a go. Give me a week to get it together and I'll have good documentation too. Im also...