Inpaint does not work properly SD automatic1111 +directml +modified k-diffusion for AMD GPUs #12742
Unanswered
PikePaikat
asked this question in
Q&A
Replies: 1 comment
-
have the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there, got some problems. I have stable diff with features that help it working on my RX 590. txt2img img2img no problems. All fun shit starts when i try to use inpaint mode in img2img. I insert picture, i paint masked area, click generate. During this process i can see on a preview that something changes, but i get the same picture, or the picture with blur on masked area as a result. Saw many requests with inpaint problems, many people solve this by adding --no-half to commandline args, but in my case, no-half causes problems. Same actions, but when i click generate my PC crashes. No BSODs, no codes, just screen blacks out and thats it, need to restart PC.
Current webui-user.bat args:
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS= --lowvram --disable-nan-check --autolaunch --opt-split-attention-v1 --upcast-sampling --opt-sub-quad-attention --precision full
set GIT_SSL_NO_VERIFY=true
call webui.bat
with it no progress in inpaint. with --no-half crashes. Don't really know how to solve the problem, would be grateful for your help.
Beta Was this translation helpful? Give feedback.
All reactions