this post was submitted on 18 Jun 2023
5 points (100.0% liked)

Stable Diffusion

4254 readers
25 users here now

Discuss matters related to our favourite AI Art generation technology

Also see

Other communities

founded 1 year ago
MODERATORS
 

I want to recreate something like this where you feed in a photo and generate a specific variety of portrait pictures like this https://www.tiktok.com/@bowiehoneybaby/video/7242989557753449730

I tried using img2img but it's pretty difficult to get to look look similar style

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

You'd probably want to use a Canny or SoftEdge ControlNet to get it to match your face contours, and possibly use img2img at low denoising strength with loopback (repeats img2img on the output of the previous run, for however many loops you specify). The latter is always a good way to change the visual style of an image without changing the content too much.

You could also use a reference-only ControlNet to get it to stay more consistent, but you'll usually have to set it to "my prompt is more important" or it'll seriously mess with the brightness of your output image (near-black or near-white)