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] no button in the latest SD webui release (the extension also is the latest version #297

Open
EaglePPP opened this issue Jul 31, 2024 · 9 comments

Comments

@EaglePPP
Copy link

Have you read document?

yea

Have you checked console log window's msg?

there is nothing in console log ut web console log

Describe Issue

no buttons at all of any kind

Screenshot for UI issue

image

Console log's msg or screenshot for function issue

error running callback () => {

    // get all extra network tabs
    let tab_prefix_list = ["txt2img", "img2img"];
    let model_type_list = ["textual_inversion", "hypernetworks", "checkpoints", "lora"];
    let card… : TypeError: Cannot read properties of null (reading 'split')
    at compareVersions (civitai_helper.js?1715338749.928424:707:28)
    at civitai_helper.js?1715338749.928424:1168:9
    at executeCallbacks (file=script.js?1722188680.3716888:98:13)
    at MutationObserver.<anonymous> (file=script.js?1722188680.3716888:124:13)
@Ghost4242
Copy link

Same issue for me latest automatic1111 version 1.10.1 and I have no refresh button to make the other buttons appear

@sanoken0417
Copy link

It was not displayed as well
A1111:version: v1.10.1
forge:version: f1.0.2v1.10.1-previous-52-gaf0b04cc
reforge:version: f1.0.1-v1.10.1RC-latest-656-gb5cbd22b

@Codenametest1337
Copy link

Same problem here i updated to latest version version: v1.10.1 and the button is not there

@scm6079
Copy link
Contributor

scm6079 commented Aug 4, 2024

I put a fix for this as PR#299. The issue is that the current version check only handle single digit versions, and version 1.10.0 does not conform to the regular expression version check.

#299

@Ghost4242
Copy link

I put a fix for this as PR#299. The issue is that the current version check only handle single digit versions, and version 1.10.0 does not conform to the regular expression version check.

#299
Great work! Copied the code and it works

@Codenametest1337
Copy link

I put a fix for this as PR#299. The issue is that the current version check only handle single digit versions, and version 1.10.0 does not conform to the regular expression version check.

#299

Worked thanks

butaixianran added a commit that referenced this issue Aug 6, 2024
[Bug] no button in the latest SD webui release (the extension also is the latest version #297
@butaixianran
Copy link
Owner

I put a fix for this as PR#299. The issue is that the current version check only handle single digit versions, and version 1.10.0 does not conform to the regular expression version check.

#299

Thanks for your help, merged

@aiUmbra
Copy link

aiUmbra commented Aug 6, 2024

I put a fix for this as PR#299. The issue is that the current version check only handle single digit versions, and version 1.10.0 does not conform to the regular expression version check.
#299

Thanks for your help, merged

It still doesn't work for me,.

@butaixianran
Copy link
Owner

It still doesn't work for me,.

You need offer detailed information. It works for me.

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

7 participants