-
Notifications
You must be signed in to change notification settings - Fork 111
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
png info not showing with the latest update / old Gradio version #116
Comments
the same problem is happening to me. |
Same. |
Same |
Any info on the console or on the javascript console? |
same, I even deleted the extension an redownload it and still it happens. Also send to text2image, etc doesnt work. |
@kornerson
until the error happens. Also go into your browser console (probably F12) and check if there are any javascript errors. Except for Perhaps we can find a hint then. |
did this: git reset HEAD~3 --hard and now it works I will try to help you later @AlUlkesh , but now I have to have some work done with SD and I was in a hurry. I can asure you that this git reset has worked, so something changed badly between 3 pushes ago to the git and now. ASAP I can return to you with some logs PS: before this reset I checked the console of chrome and there were a lot of promises error |
Ok, I'll wait. Thanks. It's still working for me, also on a fresh install. So I can't really do anything until I have more info. |
I use Browser Brave, but when trying with Edge, the image information does not appear either. I don't know how to operate the browser console properly, but I noticed that when I clicked on an image, an error like this one appears: image_browser.js?1680368628.2679555:76 Uncaught (in promise) TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'. my operating environment is this: |
@cjps-br You're showing Gradio 3.16.2. It should currently be 3.23.0. So either you are running an old version of webui, some other extension has installed an old Gradio version or there's some general mixup in your installation. |
I have the same "issue" mentioned. No PNG Infos. However I use also gradio: 3.16.2. Do we need to update gradio? If yes, I would like to know how. (Didn't found something yet) Thank you very much. |
I even installed the webui version that updated gladio to 3.23.0, but several problems with the interface and extensions started to occur (this being reported in the webui questions) so I went back to a previous webui version (commit: a9fed7c3) where everything worked. Problems with the "stable-diffusion-webui-images-browser" extension started to occur today after I updated the version. I was wondering if there is a way to return to a previous commit of the extension. |
Problems here as well. I can get info for one image after a page reload, but requesting for a second the spinner/loading bar (that appear to be new or different) for the file path gets stuck loading forever with no info showing. It immediately had the feel of a promises issue whereby the UI as a whole is waiting for all promises to resolve, but one doesn't (i.e. the file path field), and so nothing works after that. Sure enough others are indeed reporting promises related errors from the console. |
I'm also on webui version before gradio update, images browser worked fine until today. if you can keep comapatibility with older gradio that would be great because latest webui still have many issues. |
I am not what fixed it, but doing these fixed it for me. but I see these on the console log when loading pages Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'forEach') |
When trying to load an image with gradio 3.16.2, the following JavaScript error appears in the Chrome console: So take a look at the code in the function image_browser_run_after_preview_load of image_browser.js: It seems the id "#${tab_base_tag}_image_browser_gallery .svelte-gjihhp" should be "#${tab_base_tag}_image_browser_gallery .svelte-1g9btlg". |
This made no difference to me. Still have the issue. Also some timer on the screen that just goes up forever. |
Same issue. Mac M1 & Chrome. Could this be another Firefox incompatibility bug? Chrome is the standard now. I noticed this issue a few days ago. ¯_(ツ)_/¯ |
For Gradio users < 3.23.0: I can't maintain and esp. test two versions of the involved code. I implemented a compatibility for the first few days, so people would have time to update webui and the other extension's maintainer to change the necessary code. If you want/need to keep using the old Gradio version, please use the last compatible version. To do this, go into the extension's directory and do: If you later want to undo this, do: |
If you are having this issue, but are running the current Gradio, please open a new issue, so I can separate these. Thanks. |
Webui should have automatically upgraded you, if you're using a current version. It checks the Are you using some kind of special installation? Anaconda or Docker perhaps? |
Thank you. The problem is solved after I git pull A1111 to commit 22bcc7be428c94e9408f589966c2040187245d81. Btw. I'm not automatically git pulling every time I start A1111. |
Try That should give you this info: |
python: 3.10.10 • torch: 1.13.1+cu117 • xformers: 0.0.17.dev464 • gradio: 3.23.0 • commit: [22bcc7be] Everything seems to be ok except the First/Prev/Next/End Page won't load thumbnail pages after I click on an image |
Hello I use https://github.com/AbdBarho/stable-diffusion-webui-docker I assume I have to wait until the image gets updated or can I somehow do the proposed fixes inside the container? |
I suspect so. I don't know what you're running this on, but for most systems webui is an easy fresh install these days. So you might want to consider this in the meantime. |
Exactly. After all I did a fresh a1111 git clone, and all was working like a charm. Even other failures I had "disappeared" 😄 |
I find out that prompt info is inside png string😄 |
However, if you used the ranking feature and personal paths it would be best to copy the wib.sqlite3 database over. |
OKAY I FIXED IT! I had the same issue for like a week and it was driving me crazy. Pretty much these updates are like rolling dice on any of the extensions. The way to fix it is very easy thankfully.
git pull 8b35b64e110fc9f672f73f1cb0fc3ffc809a36c9 Let me know if it works for you :) |
SORRY! TYPO for step 6. it should read as follows:
|
@hankhoffman87: |
What works for me: My A1111 is at a9eab236d7e8afa4d6205127904a385b2c43bb24 and this is best you can get for now. |
For anyone using the new Gradio version and still having problems: Can you please check if this change solved any of your issues: #126? |
[83419e4] fixed image browser issue for me! |
@Davey212 would you mind elaborating? I'm trying to fix it but I don't know what to do with you answer ;( |
me too |
This fixes the missing buttons. AlUlkesh/stable-diffusion-webui-images-browser#116 (comment) too lazy to clean the dupe in lite and stable, maybe later
version
db40a6e (Sat Apr 1 13:48:20 2023)
Not sure what was the last working version but I update all extension to latest today. When I browse images, image does not have any info when selected.
The text was updated successfully, but these errors were encountered: