davehornik / sd-discord-rich_presence

Discord Rich Presence for AUTOMATIC1111's Stable Diffusion WebUI
GNU Affero General Public License v3.0
21 stars 3 forks source link

Progress indicator does not work #6

Closed ghost closed 1 year ago

ghost commented 1 year ago

image As you can see, it says all the time that it is at 0% of the total progress, when a few minutes have passed, and the real progress is this: image

Edesak commented 1 year ago

Hmm that is odd. Have you reloaded your UI ? We have an issue with the reload UI function where when you reload your UI it creates new instance of the connection to your discord, still didn't solve it tho.

Try rerun the A1111 if the problem persist can you give us more info like is it txt2img or img2img? Are you running on CPU or GPU? Is there something special you using while generating like addon or smth like that. We then try to replicate the problem and find the issue.

Be sure to try the first suggested. Rerun your A1111.

ghost commented 1 year ago

Ah yes, I've reloaded it because after each bulk generation sequence it gets buggy, but that's a issue of the A1111's GUI. I've restarted it few times and I still have the issue, I'm just doing txt2img, running on GPU and I'm not using any special extension. I even restarted my computer and it's still not working.

Edesak commented 1 year ago

It is really hard to determinate where is the problem. It is all functioning on our side. Can you contact me on discord where we could resolve your problem ? Edesak#5182 or are you comfortable with that ? I need more details to get bottom of this.

Ofc after we resolve the problem i will write it here what was it or correct the code.

davehornik commented 1 year ago

image As you can see, it says all the time that it is at 0% of the total progress, when a few minutes have passed, and the real progress is this: image

Do you have warnings in console enabled? Nothing in there? Also have you tried re-installing the extension? It can be issue with module "pypresence" that is not co-working with the Discord for some reason. Everything else is working as inteded?

ghost commented 1 year ago

Do you have warnings in console enabled? Nothing in there? Also have you tried re-installing the extension? It can be issue with module "pypresence" that is not co-working with the Discord for some reason. Everything else is working as intended?

I just reainstalled it and it's still being stuck at 0%, there are no warnings: image

It is really hard to determinate where is the problem. It is all functioning on our side. Can you contact me on discord where we could resolve your problem ? Edesak#5182 or are you comfortable with that ? I need more details to get bottom of this.

Ofc after we resolve the problem i will write it here what was it or correct the code.

Sure, I've added you.

ghost commented 1 year ago

By the way, I found another bug. When I change model and start a new generation in rich presence it still appears as if I am using the previous model. I have to restart Discord and A1111 to show the new model I'm using.

Edesak commented 1 year ago

The problem was due to mix matching python versions. Be sure to have your environment right.