zero01101/openOutpaint

include_init_images - ERROR

Closed this issue · 3 comments

Hi, when uploading the initial image, I always have this issue
obraz
and notice also the same issue after generating first IMG from prompt and trying out paint other grids then bam this issue appear
obraz

Hey, this is an issue with the webui, actually. It has some issues and fails to respond to img2img requests. The following is a pull request to resolve this issue: AUTOMATIC1111/stable-diffusion-webui#4989.
You would probably be okay by fetching the patch-1 branch from https://github.com/moonshinegloss/stable-diffusion-webui.git as it is currently ahead of the base repo:
image

Are you familiar with git?

Hi, I just know one or two commands, git pull, and git clone—what do I need to do to fix that?

In that case, to patch it temporarily it should be enough to

$ git remote add moonshine https://github.com/moonshinegloss/stable-diffusion-webui
$ git fetch moonshine patch-1
$ git cherry-pick dae1fa7854a2aa6ac97fa92cda7ba63d3f0b584f

This may break future updates (git pull), so, until the pull request is accepted to the master branch, to update the webui you will need to do the following:

$ git reset --hard origin/master
$ git pull
$ git cherry-pick dae1fa7854a2aa6ac97fa92cda7ba63d3f0b584f