Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update Added (Fixed) IPV6 Functionality When there is No Webui Argument Passed webui.py#14354

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
AUTOMATIC1111 merged 2 commits intoAUTOMATIC1111:devfromranareehanaslam:master
Dec 30, 2023

Conversation

@ranareehanaslam
Copy link
Contributor

@ranareehanaslamranareehanaslam commentedDec 18, 2023
edited
Loading

Added (Fixed) IPV6 Functionality When there is No Webui Argument Passed

Description

There was a issue in the Script webui.py
when anyone want to run theapi only withno webui arguments it was only loading it to thelocal server only if no listen is passed and eitherserver-name is passed it was being ignored i have fixed It Further Proof of Concept and Screenshot's are attached

testing COMMANDLINE_ARGS
--disable-safe-unpickle --server-name [::] --xformers --opt-sdp-attention --enable-insecure-extension-access --api --opt-channelslast --nowebui --no-gradio-queue --port 7860 --ui-settings-file 'config.json' --ui-config-file 'ui-config.json' --no-download-sd-model

Screenshots/videos:

BEFORE FIX
image
AFTER FIX
image

Checklist:

Added (Fixed) IPV6 Functionality When there is No Webui Argument Passed
@ranareehanaslam
Copy link
ContributorAuthor

@AUTOMATIC1111 Waiting for your Response sir!

@akx
Copy link
Collaborator

akx commentedDec 18, 2023

Please actually readthe contributing guidelines.

You're violating at least 2 of the bullet points.

@ranareehanaslamranareehanaslam changed the titleUpdate webui.pyUpdate Added (Fixed) IPV6 Functionality When there is No Webui Argument Passed webui.pyDec 19, 2023
Co-authored-by: Aarni Koskela <akx@iki.fi>
@ranareehanaslam
Copy link
ContributorAuthor

Please actually readthe contributing guidelines.

You're violating at least 2 of the bullet points.

is it really mean it ..?
am just helping the community

@akx
Copy link
Collaborator

akx commentedDec 19, 2023

is it really mean it ..? am just helping the community

That may be, but you need to abide by the project's rules. The violations I can see are related to the branch you're targeting, and the branch you're making your PR from.

@dhwz
Copy link
Contributor

dhwz commentedDec 19, 2023
edited
Loading

Please actually readthe contributing guidelines.
You're violating at least 2 of the bullet points.

is it really mean it ..? am just helping the community

I'm sorry but I think you still don't understand what he is talking about.
Any changes for PRs have to be done in the dev branch, you did change the code in master branch and started a PR from there, merging changes from master into dev is NOT allowed, please redo your changes in dev branch and then open a proper NEW PR.

print(f"Startup time:{startup_timer.summary()}.")
api.launch(
server_name="0.0.0.0"ifcmd_opts.listenelse"127.0.0.1",
server_name=cmd_opts.server_nameor ("0.0.0.0"ifcmd_opts.listenelse"127.0.0.1"),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

As pointed out on Discord, this should use theinitialize_util.gradio_server_name() function that's available in thedev branch.

Thedev branch is what this PR should be targeting; a PR targetingmaster will not get merged.

@missionfloydmissionfloyd changed the base branch frommaster todevDecember 21, 2023 03:46
@AUTOMATIC1111AUTOMATIC1111 merged commit83c0758 intoAUTOMATIC1111:devDec 30, 2023
AUTOMATIC1111 added a commit that referenced this pull requestDec 30, 2023
@AUTOMATIC1111
Copy link
Owner

So the actual issue from previous PRs was that the API-only was just ignoring some cmdline args, which does seem like a real problem. I merged this, and applied the change akx suggested.

@w-e-ww-e-w mentioned this pull requestFeb 17, 2024
@pawel665jpawel665j mentioned this pull requestApr 16, 2024
ruchej pushed a commit to ruchej/stable-diffusion-webui that referenced this pull requestSep 30, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@akxakxakx requested changes

@AUTOMATIC1111AUTOMATIC1111AUTOMATIC1111 approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@ranareehanaslam@akx@dhwz@AUTOMATIC1111

[8]ページ先頭

©2009-2025 Movatter.jp