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

[Bug]: cant open webui webpage in http

Open nagaisa opened this issue 2 years ago • 2 comments
trafficstars

Is there an existing issue for this?

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

What happened?

i now have to specify to use https (like https://127.0.0.1:7860/) i used to be able to just enter it in normally

Steps to reproduce the problem

  1. start webui
  2. enter url
  3. cry

What should have happened?

Using just url (so http) shold just load webpage

Commit where the problem happens

bb11bee22ab02aa2fb5b96baa9be8103fff19e6a

What platforms do you use to access UI ?

Windows

What browsers do you use to access the UI ?

Mozilla Firefox

Command Line Arguments

--xformers --opt-split-attention --precision full --medvram --no-half --deepdanbooru --enable-insecure-extension-access --disable-safe-unpickle --listen

Additional information, context and logs

Web browser gives connection reset error

nagaisa avatar Nov 28 '22 21:11 nagaisa

did you download the auto https extension? that forces https instead of http

gsgoldma avatar Nov 28 '22 23:11 gsgoldma

ah. i think i might have

On Mon, Nov 28, 2022 at 6:50 PM gsgoldma @.***> wrote:

did you download the auto https extension? that forces https instead of http

— Reply to this email directly, view it on GitHub https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/5180#issuecomment-1329894594, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATXT3WW3GTCMKAZPRAQWX43WKVALFANCNFSM6AAAAAASNZDL5Y . You are receiving this because you authored the thread.Message ID: @.***>

nagaisa avatar Nov 29 '22 01:11 nagaisa

Not a bug. Topic should be closed.

skdursh avatar Nov 29 '22 19:11 skdursh

i didnt download the auto-https extension, only diff is i'm running in docker, --data-dir sd-data --allow-code --administrator --cors-allow-origins * --precision full --no-half --xformers --api --enable-insecure-extension-access'

UPDATE: use host network :)

webcoderz avatar Jun 22 '23 16:06 webcoderz