How to cartoonize photo with Stable Diffusion

53,006 views
Updated Categorized as Tutorial Tagged 5 Comments on How to cartoonize photo with Stable Diffusion

It’s never easier to turn a photo into cartoon, thanks to Stable Diffusion. In this tutorial, I will show you how to cartoonize a photo with img2img using a custom model.

(Check out another method to stylize photo without using a custom model.)

Software setup

We will use AUTOMATIC1111 GUI for this tutorial.

For the purpose of demonstration, we will use the following cartoon-style models. The technique will work for any custom models with unique styles. (That’s why they made custom models, right?)

Anything v3 – anime style model.

Anything v3

Inkpunk Diffusion – Japanese illustration style. (keyword: nvinkpunk)

Inkpunk Diffusion.

Mo-Di Diffusion – Modern Disney style. (keywords: modern disney style)

Mo-Di-Diffusion.

Follow the model links above to download the model. Check out this article to learn how to install and use custom models.

Note for using Quick Start Guide

These 3 models are available in Colab Notebook in the Quick Start Guide.

If you are using the Colab Notebook in the Quick Start Guide, make sure those models are selected. Run the cell to start AUTOMATIC1111 GUI.

Enabling the cartoon models in Colab Notebook of Quick Start Guide.

Cartoonize – step by step

I will cartoonize a photo of my friend I met in the latent space. You can find her other friends here.

Photo to be cartoonized
A demo photo to be cartoonized.

We will use Inkpunk Diffusion as our cartoon model. See Software section for set up instructions.

In AUTOMATIC1111 GUI, select the Inpunk Diffusion model in the Stable Diffusion checkpoint dropdown menu.

Switch to img2img tab by clicking img2img. Upload the photo you want to be cartoonized to the canvas in the img2img sub-tab.

Put in a prompt describing your photo. You also need to include the special keywords that trigger the style, if any. For Inkpunk Diffusion, it is nvinkpunk. So my prompt is

nvinkpunk A woman sitting outside

Negative prompt is optional. Out of habit (or superstition), I did use one:

disfigured, ugly

img2img with a custom model is used for cartoonization.

Set either width or height to 512 and adjust the other to closely match the aspect ratio of your photo. Since my photo is a portrait, I set width to 512 and height to 704. Select Crop and resize to get rid of the part that doesn’t fit.

Set sampling steps to 30 to get a good-quality image.

Set batch size to 4 so that you will have a few images to choose from. (Cherry picking is an important skill for using Stable Diffusion)

The setting you will need to play with is denoising strength. Carefully adjust this setting to get the amount of change you want. Nothing would change when it is set to 0. Your original image would be ignored when you set it to 1. Around 0.4 is a good starting point.

Press Generate to produce images.

You will see something like below when you use different values of denoising strength. Pick the value to get the effect you want to achieve!

Image generated with different denoising strengths ranging from 0.2 to 0.8.

Multiple img2img steps

One trick I often use is doing multiple rounds of img2img to fill in finer details.

Remember low value of img2img produces small change? You can do a step of big denoising strength followed by a series of small values. Below is an example.

3 rounds of img2img with denoising strengths 0.4, 0.27 and 0.27.

Or a series of small values:

4 rounds of img2img with denoising strength 0.2 each.

Using multiple rounds of img2img, you can stylize local areas without changing the overall composition.

Final products

Here are the images cartoonized by the three custom models.

These are, of course, just one example from each model. You can control how strong the effect you want to your taste.

Next steps

If you want to use the cartoonized character for some other creative works, you can remove the background by using one of those AI background removal sites, e.g. remove.bg.

Perhaps you can make a comic strip by asking your friends to act out the scenes, and cartoonize them.

You can combine this technique with inpainting if you only want part of the image changed. Or different parts of images stylized with different models.

The possibility is endless here.

Avatar

By Andrew

Andrew is an experienced engineer with a specialization in Machine Learning and Artificial Intelligence. He is passionate about programming, art, photography, and education. He has a Ph.D. in engineering.

5 comments

        1. You just write prompt you normally would, and it will turn to anime style. You can go to their model page on civitai to get some examples.

Leave a comment

Your email address will not be published. Required fields are marked *