Muhammad Usama

Results 21 comments of Muhammad Usama

Thank you for explanation. I only realized about memory usage when I saw it being too much slower than my [Javascript implementation](https://github.com/SMUsamaShah/Kurzweil-CyberArt-AARON-Image-Viewer) and on the second/third draw call it crashed...

Tested it. It works amazingly well. For those who are wondering how to use it - first switch to this pull request in git. - download runwayml model and place...

Yes, charge for it. What you have given us for now has created enough desire for more. Will gladly pay.

Started from 11s, went up to 50s. After a pause it came down to 18s. After another pause it came down to 13s. ![image](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/385283/8230ef7e-26de-4b96-bd6a-a1b4ac5de23b) Red lines are where I stopped...

It turns out it was GPU temperature causing the slow down. This makes sense too because when I pause for a while, GPU temp goes down causing the generation time...

Made a simple web server using image-to-image example in the main readme (https://github.com/cumulo-autumn/StreamDiffusion?tab=readme-ov-file#image-to-image). Sending image via canvas is not fast and all i get in return is a brown image....

Was doing `stream.prepare` on every request instead of doing once. Now the server returns result of previously sent input image instead of current one. What am I doing wrong here?...

Thanks for explaining. The diagram makes it even easier to understand what is going on. This means I can't do loop back the way I imagined. Doing it periodically after...

I tested this on personal laptop and it works there. Tried cosmos.3.1.3 again on work machine which still produces same access denied error. Bash works just fine on personal laptop....