capslock / stable-diffusion-bot

Telegram bot for Stable Diffusion, written in Rust.
https://capslock.github.io/stable-diffusion-bot/
MIT License
14 stars 4 forks source link

got picture from different users query #28

Closed inqoperated closed 11 months ago

inqoperated commented 11 months ago

i had one time occuring that i got the results from a friends query to my user and vice versa

capslock commented 11 months ago

This looks like an issue with comfyui-api reusing client id's. I hadn't tested this with multiple concurrent users before, but I implemented a fix in 97fa2f35cd52f64ecf7c2d5053d7516ce85c6af1 and it seems to fix things for me.

capslock commented 11 months ago

I'm assuming this is fixed with the above fix, please re-open if you still see it in the latest version.