Andray
Andray
You can mark PR as draft to exclude accidentally merge
I don't have significant performance boost. Only sdxl + 2 cn has about 10-15% boost. Btw as in Forge I have the similar too: ``` rtx 3060 + 10400f --medvram-sdxl...
I tried to select the best time, but it's definitely slower on the very low vram setup. Maybe it conflicts with some optimizations? ``` mx150 2gb aka gt 1030 --xformers...
Okay @huchenlei ``` sd1 + merged lcm lora + t2ia canny 4 steps Non-patched: ------------------------------------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------ ------------ ------------ ------------ ------------ ------------ ------------ ------------ Name...
It is very strange. Both were made about 3 times, and I pasted the last, to exclude any model loading from disk and cn preprocessing NB: this gpu has very...
Visually 2 first steps are okay, but the last 2 steps are slower after patch Also I'm attaching trace files [trace_non_patched.json.gz](https://github.com/AUTOMATIC1111/stable-diffusion-webui/files/15358495/trace_non_patched.json.gz) [trace_patched.json.gz](https://github.com/AUTOMATIC1111/stable-diffusion-webui/files/15358498/trace_patched.json.gz)
But will it slow down the main generation?
Guessing filerype by its extension is very unreliable. Ar least in Linux world every program uses 'file' command to figure out its format, so there are a lot of files...
It's optional
Hm, is it good idea to move filetype package from requiraments.txt into somewhere else, and install it only of it's required?