AI that generates unlimited portrait rights-free portrait images

MLBoy
3 min readMar 17, 2023

Wouldn’t it be nice to have free, (nearly) unlimited amounts of free, high-quality portraits of people to use in your ads and websites?
There are several websites that provide images of free materials, but there are limits to images of people.
If AI is used, it is possible to generate as many variations of human images as possible, and since they are fictitious people, they do not have portrait rights.
Specifically, the following images can be generated.

Easy demo

Face images can be generated by simply pressing the Run button.

How to generate it programmatically

We use a model called StyleGAN.

Install StyleGAN and run the script below to generate as many face images as you like.

python gen_images.py --outdir=/content/drive/MyDrive/checkpoints/logo/ --trunc=0.7 --seeds=1000-1012 --batch-sz 1 \
--network=https://s3.eu-central-1.amazonaws.com/avg-projects/stylegan_xl/models/ffhq1024.pkl

🐣

I am a freelance engineer.
If you have any of the following requests, please feel free to contact us.
I want to develop an AI service, I want to incorporate AI into my business to make it more efficient, I want to develop a smartphone app that uses AI, I want to create an
application that uses AR, I want to create a smartphone app, but I don’t know who to consult…

All of them can be ordered at a reasonable price without intermediate costs.

For work inquiries, please contact
rockyshikoku@gmail.com

We are creating applications using machine learning and AR technology.
We are disseminating information related to machine learning/AR.

GitHub

Twitter
Medium

--

--