Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Unable to disable Extensions #795

Open
1 of 6 tasks
askAvoid opened this issue Jun 7, 2024 · 0 comments
Open
1 of 6 tasks

[Bug]: Unable to disable Extensions #795

askAvoid opened this issue Jun 7, 2024 · 0 comments

Comments

@askAvoid
Copy link

askAvoid commented Jun 7, 2024

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?

I am trying to disable certain extensions/features to improve performance.

Steps to reproduce the problem

Disable sd_forge_z123 for example and select Apply and restart UI.

What should have happened?

z123 is no longer active

What browsers do you use to access the UI ?

Mozilla Firefox

Sysinfo

The only bits which looks relevant is:

    "Platform": "Linux-6.8.0-35-generic-x86_64-with-glibc2.39",
    "Python": "3.10.14",
    "Version": "f0.0.17v1.8.0rc-latest-276-g29be1da7",
    "Commit": "29be1da7cf2b5dccfc70fbdd33eb35c56a31ffb7",


    "Commandline": [
        "launch.py",
        "--api",
        "--listen",
        "--gradio-auth",
        "<hidden>"
    ],

Console logs

stable-diffusion-webui-forge/modules/ui_extensions.py", line 23, in check_access
    assert not shared.cmd_opts.disable_extension_access, "extension access disabled because of command line flags"
AssertionError: extension access disabled because of command line flags

appears on reload of the UI.



### Additional information

_No response_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant