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

[Bug]: Consuming a byte in the end state

Open tushar-31093 opened this issue 2 years ago • 3 comments

Is there an existing issue for this?

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

What happened?

image

image

No clue why this automatically stopped working.

Command used:

python launch.py --share --hide-ui-dir-config --opt-sub-quad-attention --gradio-auth "user!@123:user!@123" --theme "dark"

Steps to reproduce the problem

Nothing just run it as usual with the following parameters

--share --hide-ui-dir-config --opt-sub-quad-attention --gradio-auth "user!@123:user!@123" --theme "dark"

What should have happened?

It should have run as normal as per the requirements and expected results

Commit where the problem happens

d97f467c0d27695d23edad5e4f8898a57e0ccb00

What platforms do you use to access UI ?

Linux

What browsers do you use to access the UI ?

Mozilla Firefox, Google Chrome, Brave, Microsoft Edge

Command Line Arguments

python launch.py --share --hide-ui-dir-config --opt-sub-quad-attention --gradio-auth "user!@123:user!@123" --theme "dark"

Additional information, context and logs

No response

tushar-31093 avatar Jan 18 '23 15:01 tushar-31093

I'm having the same issue while running on gradio...

WARNING:multipart.multipart:Consuming a byte in the end state WARNING:multipart.multipart:Consuming a byte in the end state

Command used:

--share --gradio-auth username123:!password123

jyoseph avatar Feb 01 '23 15:02 jyoseph

Same here when I switch checkpoints... Any solution?

sofuufos avatar Feb 09 '23 03:02 sofuufos

Maybe same, can't use a1111 remotely because of this. The ui is getting loaded, checkpoint change doesn't seem to do anything, and images are not generating after clicking "generate". In the cmd multiple lines of: "Consuming a byte in the end state"

Sefrautic avatar Feb 19 '23 10:02 Sefrautic