lshqqytiger / stable-diffusion-webui-amdgpu

Stable Diffusion web UI
GNU Affero General Public License v3.0
1.79k stars 185 forks source link

Inpaint simply doesn't change anything in the image #434

Closed NiotGG closed 6 months ago

NiotGG commented 6 months ago

Checklist

What happened?

Inpaint simply doesn't change anything in the image

Steps to reproduce the problem

image

image

image

What should have happened?

should put a bow tie on the man in the image

What browsers do you use to access the UI ?

Google Chrome

Sysinfo

sysinfo-2024-03-31-19-15.json

Console logs

2024-03-31 16:06:38,057 - ControlNet - INFO - unit_separate = False, style_align = False| 1/26 [00:01<00:40,  1.61s/it]
2024-03-31 16:06:38,241 - ControlNet - WARNING - Unable to determine version for ControlNet model 'diffusion_pytorch_model [458b7f40]'.
2024-03-31 16:06:38,242 - ControlNet - INFO - Loading model from cache: diffusion_pytorch_model [458b7f40]
2024-03-31 16:06:38,280 - ControlNet - INFO - Using preprocessor: openpose_full
2024-03-31 16:06:38,280 - ControlNet - INFO - preprocessor resolution = 512
2024-03-31 16:06:38,319 - ControlNet - INFO - ControlNet Hooked - Time = 0.26602983474731445
100%|██████████████████████████████████████████████████████████████████████████████████| 13/13 [00:46<00:00,  3.61s/it]
100%|██████████████████████████████████████████████████████████████████████████████████| 13/13 [00:47<00:00,  3.62s/it]
Total progress: 100%|██████████████████████████████████████████████████████████████████| 26/26 [01:33<00:00,  3.59s/it]
Total progress: 100%|██████████████████████████████████████████████████████████████████| 26/26 [01:33<00:00,  3.61s/it]

Additional information

No response

erixwd commented 6 months ago

What arguments are you using?

Try adding --no-half --opt-sub-quad-attention in the arguments. Solved the issue for me.

NiotGG commented 6 months ago

What arguments are you using?

Try adding --no-half --opt-sub-quad-attention in the arguments. Solved the issue for me.

This worked perfectly for me, thank you very much.