Results 17 comments of kjerk

Did a little bit of triage on this, to add a bit of clarity to the cascading two issues: - The request to the actual webpage is failing to request...

> We can't disable this because urllib doesn't support http keep alive / persistent connections. For us that requires #3668 (which this tiktok issue still exists on even with persistent...

> > and then disable the hardcoded "Connection"="close" header with a flag, a ye-olde issue from urllib: [python/cpython@137fd3d/Lib/urllib/request.py#L1333](https://github.com/python/cpython/blob/137fd3d88aa46669f5717734e823f4c594ab2843/Lib/urllib/request.py#L1333) > > After doing that other user-agents and headers work in testing...

Thanks for the report, since most operations are readonly I'll see if it's possible to try to really non-exclusively open the file stream, at the very least not crash with...

Agreed, thank you for the google drive links.

I coincidentally took a stab at expanding on this yesterday when trying to do a prompt study. Wasn't able to lock it down entirely because some of the pytorch methods...

> @abariba Should be fixed now, some platforms probably didn't move the mask to the right device by default Thanks for the PR, this does solve https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/3888 for me as...

> ```python > import pathlib > temp = pathlib.PosixPath > pathlib.PosixPath = pathlib.WindowsPath > ``` Hey you random internet person from months ago. Thank you ❤️

I happened to be doing some image studies already when I saw this so I dove in to work out some prompts to try to stratify the difference a bit...

Per the Thor test images I posted, `DPM++ 2s a Karras` is converged to something more salient and correct per the prompt at 14, 24, and 50 steps after the...