Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include_init_images - ERROR #53

Closed
Rogal80 opened this issue Nov 26, 2022 · 3 comments
Closed

include_init_images - ERROR #53

Rogal80 opened this issue Nov 26, 2022 · 3 comments
Labels
wontfix This will not be worked on

Comments

@Rogal80
Copy link

Rogal80 commented Nov 26, 2022

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

@seijihariki
Copy link
Collaborator

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?

@Rogal80
Copy link
Author

Rogal80 commented Nov 29, 2022

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

@seijihariki
Copy link
Collaborator

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

@seijihariki seijihariki added the question Further information is requested label Nov 30, 2022
Repository owner locked and limited conversation to collaborators Nov 30, 2022
@seijihariki seijihariki converted this issue into discussion #62 Nov 30, 2022
@seijihariki seijihariki added wontfix This will not be worked on and removed question Further information is requested labels Nov 30, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants