lllyasviel / lllyasviel/stable-diffusion-webui-forge

How to change 127.0.0.1 to 0.0.0, so that everyone can access it?

Open
#614 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
13k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

Checklist
  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet
What happened?

#2、question

python launch.py
.....
.....
.....
Running on local URL:http://127.0.0.1:7860
.....
.....

How to change 127.0.0.1 to 0.0.0, so that everyone can access it?

Steps to reproduce the problem

#2、question

python launch.py
.....
.....
.....
Running on local URL:http://127.0.0.1:7860
.....
.....

How to change 127.0.0.1 to 0.0.0, so that everyone can access it?

What should have happened?

#2、question

python launch.py
.....
.....
.....
Running on local URL:http://127.0.0.1:7860
.....
.....

How to change 127.0.0.1 to 0.0.0, so that everyone can access it?

What browsers do you use to access the UI ?

Other

Sysinfo

#1、system information
(base) root@ecs-d1cc:/home/yuan/demo# uname -a
Linux ecs-d1cc 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
(base) root@ecs-d1cc:/home/yuan/demo# nvidia-smi
Thu Mar 28 18:09:43 2024
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 530.41.03 Driver Version: 530.41.03 CUDA Version: 12.1 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 Tesla V100S-PCIE-32GB Off| 00000000:00:0D.0 Off | 0 |
| N/A 32C P0 36W / 250W| 14720MiB / 32768MiB | 0% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+

+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| 0 N/A N/A 14372 C ...anaconda3/envs/langchain/bin/python 13066MiB |
| 0 N/A N/A 14450 C ...anaconda3/envs/langchain/bin/python 1650MiB |
+---------------------------------------------------------------------------------------+

Console logs
#2、question

python launch.py
.....
.....
.....
Running on local URL:http://127.0.0.1:7860
.....
.....


How to change 127.0.0.1 to 0.0.0, so that everyone can access it?
Additional information

No response

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with launch.py and the startup output shown in the issue to locate how the listening address is configured. Done means documenting or confirming the setting that allows other hosts to reach the UI, with the resulting access behavior verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
networking
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.