Azq2

Results 43 comments of Azq2

Yes, I want a 1px border without AA (Pixel Perfect). Something like this: ![image](https://github.com/micro-gl/micro-gl/assets/5139482/217075c1-061a-416b-82ad-674e08936b89) This reference example is painted with a "pixel-perfect" canvas engine which was used in the ancient...

![image](https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization/assets/5139482/a9c3705a-a707-4dc8-be99-45393b910abf) This should fix ``` self.G_A_net = torch.nn.DataParallel(self.G_A_net) self.alias_net = torch.nn.DataParallel(self.alias_net) ```

https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization/blob/master/scripts/postprocessing_pixelization.py#L126

Demo with fix: https://github.com/Azq2/suid-select-bug

Yes, you are right. This doesn't help with SSR and is too hacky. But I positioned this fix as an intermediate solution before a better variant was implemented. - Working...

This PR is not for me, I have already fixed this problem in my project. This PR is for people who first use this library. They want a working library,...

Also this PR have breaking changes: ![image](https://github.com/user-attachments/assets/3dd67304-cd61-41e9-abb3-3f460c560548) But I think it's justified.

@ArjixWasTaken It doesn't look too hard. I'll try adding `keepMounted` and `reverse` when the current PR is merged.

A large PR is hard to review. It's better to split it into different PRs. I added `cache` to this PR only because it was reviewed earlier.