Sign In

Utopian Inpainting workflow

21

325

10

Type

Workflows

Stats

165

0

Reviews

Published

Oct 16, 2025

Base Model

Illustrious

Hash

AutoV2
EB71422674
default creator card background decoration
habibing's Avatar

habibing

Over view

This is a simple workflow designed to closely reproduce the inpainting features available in WebUI. And specifically designed for use with my model, Utopian Inpainting.

Update: Added Outpainting option, only works with full image.

-Basic feauture-

  • Inpainting with refiner model

  • Inpainting full image and crop image select

  • Pre-resize image with scale by % and long_side resize select

  • Basic K-sampler and Lanpaint support

  • Manual mask and sam2 Auto masking select

  • Optional Vae and Clip selector

  • Postprocess Mask detailer (testing)

Upcoming Update plan: Outpainting Support, More Accurate Auto masking.

-How to use-

Resources you need:

Settings:

[Optional loader]
Select if you want to use Clip or VAE instead.

[Inpaint mode]
-Normal
Normal Inpainting.
-Refiner
Inpainting with refiner.
-Lanpaint
Use Lanpaint, The output results are different from Ksampler. It is difficult to say which is better.

[Resize method]
-percentage
Pre-resize image with scaled %.
-Long side
Pre-resize the image based on the long edge.

[Inpaint area]
full
Inpaint with pre-resized image size.
-crop
Crop pre-resized image according to mask.

  • crop target size
    Scales the size of the crop from the image.

Cropped_image = Original_img * Pre-resize * crop_target_size
  • crop mask extend
    How much of the image to crop from the mask.

[Mask method]
-Manual
Right-click on the load image and select "Open in mask editor" to manually draw a mask.
-Auto
A mask is generated automatically; use the mask prompt to define the area you want to mask.

[Postprocess]
-After Detailer
Enhance the Inpainted image by running a mild inpainting pass after finished.
-with refiner
Also use refiner model when Detailer. (With refiner doesn’t perform well at the moment)

  • Detailer denoise
    recommended 0.3 ~ 0.5

  • Detailer zoom
    Set how much of the surrounding area is included when cropping.
    The higher the value, the more area around the mask will be cropped.