stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Bug]: Pls fix Skip button when using Highres.fix

Open Rogal80 opened this issue 2 years ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What happened?

Please fix this small issue its very irritating during my and others ppl workflows . - https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/3087#issue-1413662160

image

Steps to reproduce the problem

1 prompt and set to ddim 2 use higres.fix 3 generate 4 press skip in first pass issue will appear

What should have happened?

it should be skipped and procced with next image

Commit where the problem happens

No response

What platforms do you use to access UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

No response

Additional information, context and logs

No response

Rogal80 avatar Oct 19 '22 19:10 Rogal80

I also have the same issue with the same error but it doesn't seem to matter which sampler is used, it happens on all samplers when pressing skip.

example: Error completing request Arguments: ('test, a ,girl', 'lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name,', 'None', 'None', 30, 2, False, False, 5, 1, 9, -1.0, -1.0, 0, 0, 0, False, 768, 768, True, 0.4, 0, 0, 0, 'Not set', 'Not set', 'Not set', 'Not set', 'No focus', False, '', '\n <h3><strong>Combinations</strong></h3>\n Choose a number of terms from a list, in this case we choose two artists\n <code>{2$$artist1|artist2|artist3}</code>\n If $$ is not provided, then 1$$ is assumed.\n <br/><br/>\n\n <h3><strong>Wildcards</strong></h3>\n <p>Available wildcards</p>\n SNIPPED WILDCARDS <code>WILDCARD_DIR: scripts/wildcards</code><br/>\n <small>You can add more wildcards by creating a text file with one term per line and name is mywildcards.txt. Place it in scripts/wildcards. <code>__mywildcards__</code> will then become available.</small>\n ', False, False, None, '', False, 4.0, '', 10.0, True, False, True, 30.0, False, True, False, 1, '', 0, '', True, True, False) {} Traceback (most recent call last): File "G:\stable-diffusion-webui\modules\ui.py", line 212, in f res = list(func(*args, **kwargs)) File "G:\stable-diffusion-webui\webui.py", line 63, in f res = func(*args, **kwargs) File "G:\stable-diffusion-webui\modules\txt2img.py", line 44, in txt2img processed = process_images(p) File "G:\stable-diffusion-webui\modules\processing.py", line 413, in process_images samples_ddim = samples_ddim.to(devices.dtype_vae) AttributeError: 'NoneType' object has no attribute 'to'

Mine includes wildcards for some reason?

Evil-Dragon avatar Oct 19 '22 21:10 Evil-Dragon