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

Thumbnails, info and action buttons error on display #39

Closed
Pixelmunky opened this issue Jun 23, 2023 · 9 comments
Closed

Thumbnails, info and action buttons error on display #39

Pixelmunky opened this issue Jun 23, 2023 · 9 comments

Comments

@Pixelmunky
Copy link

Pixelmunky commented Jun 23, 2023

Hey there, first of all... thanks for creating this extension, it saves me so much time!

I am however experiencing an issue where the thumbnails, info and actions are not displayed. I simply see a red error message (see attached screen shot).

For clarity, the images are generated and can be located in the usual txt2img directory, they're just not being displayed in the UI. If I run a generation as normal (non scheduled), the thumbnails display as expected.

I have fully re-installed A1111, and am running it with no other extensions as of today. The issue persists if I use the Scheduler in a new tab, or if I append it to the main text2img UI.

no-thumbnails

@artventuredev
Copy link
Contributor

Please provide the full SD web ui logs for debugging. The logs are in the command prompt window that opened when you run the webui.bat.

And if possible, please attach the task_scheduler.sqlite3 file in the extension folder:

C:\path\to\stable-diffusion-webui\extensions\sd-task-scheduler\task_scheduler.sqlite3

@Pixelmunky
Copy link
Author

Sure, here you go:

task_scheduler-logs.zip

@Slowbud1
Copy link

Slowbud1 commented Jun 23, 2023

I've the same issue and this weird path in the Log:
FileNotFoundError: [Errno 2] No such file or directory: 'c:\Temp\gradio\tmp7gb02596.png'

Edit: This forum changes the Path name, there are always 2 backslashes: "FileNotFoundError: [Errno 2] No such file or directory: 'c:\Temp\gradio\tmp7gb02596.png'"

@artventuredev
Copy link
Contributor

Look like this is a gradio issue AUTOMATIC1111/stable-diffusion-webui#11040

Please try create the gradio folder at the c:\Temp (or whatever folder in the errror) and the issue should be fixed.

@SirMoogle
Copy link

Look like this is a gradio issue AUTOMATIC1111/stable-diffusion-webui#11040

Please try create the gradio folder at the c:\Temp (or whatever folder in the errror) and the issue should be fixed.

I've tried the above and it seems to be a temporary fix; turning off the device usually removes the folder and you'll have to do it all over again. I discovered what appeared to be a more permanent solution.

@Pixelmunky
Copy link
Author

Pixelmunky commented Jun 24, 2023

Installing gradio in the root directory didn't solve the OP problem for me, but adding the gradio folder to the Temp folder in C:\Users\User\AppData\Local\Temp did. Not sure if I'll have to create this every time I restart my PC or not yet.

@Pixelmunky
Copy link
Author

Upon further review... while it seemed like it fixed the issue, it's actually only showing the single grid image thumbnail, rather than the individual images generated, meaning I can't select the image and send to img2img or something. I still have to navigate to the text2img directory to get the seed for the image I want. I can't see any additional errors in the log.

@artventuredev
Copy link
Contributor

@Pixelmunky, I noticed that the issue occurs when the extension UI is rendered below the main UI. If that's the case for you, I'd suggest updating the extension and giving it another shot.

@Pixelmunky
Copy link
Author

Ah thanks! it's working now after the update.

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

4 participants