Painthua Is an easy way to work with Stable Diffusion inpainting from the browser. Connects to a stable diffusion webUI instance, or use the following Painthua config to connect with ai.serverboi.org:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"prompt": "a color photo of cityscape, street, building, trees, sky",
"negative_prompt": "ugly, bad quality, error, blurry, blurred",
"seed": -1,
"cfg_scale": 7,
"sampler_index": "LMS",
"steps": 50,
"denoising_strength": 1,
"inpainting_fill": 1,
"mask_blur": 0,
"batch_size": 1,
"inpaint_full_res": false,
"server": "https://ai.serverboi.org",
"canvas_w": 0,
"canvas_h": 0,
"min_size": 512,
"seam_fix_radius": 5
}