152334H

Results 54 comments of 152334H

I'd like to just note that the script attached Works On My Machine (wsl | pwntools 4.5.0dev)

The biggest barrier to me doing precisely that has always been the presence of pre-existing code I don't want to disturb / think about. Obvious offenders here are the already-existing...

# An analysis of libc simulation methods Every method here is analysed with `mapcheck.c`: ```c #include #include #include int main(){ int pid = getpid(); char s[512]; sprintf(s, "cat /proc/%d/maps", pid);...

# Test two: easyWrite clone (tcache_perthread_struct writing) Because I have a machine available with `libc6_2.31-0ubuntu9.1_amd64`, all these tests are done on that version of libc. Every method here is analysed...

> This could be useful. Can you add an opacity setting? Oh, sure, that's a great idea actually

@ntrpnr I believe this is what you were looking for? ![image](https://user-images.githubusercontent.com/54623771/198679616-a1a2fc52-966a-4bc0-8c2b-7602a9ece5cf.png) I've also slightly changed the UI here because the color sliders were fitting poorly on a single row. ---...

@ClashSAN I believe you are referring to a different issue. The visual appearance of the inpainting brush is only tangentially related to this PR. I appreciate the information, though. The...

@DenkingOfficial > Fill option is not producing a blurred output, it repaint selected area completely I am referring to what the initial inpainted image looks like, before any steps are...

@ClashSAN I did some reading, and I think all of the canvas painting code is defined upstream in the Svelte code for Gradio. Adding transparency to the `color-sketch` tool and...

Any comment on AUTOMATIC's words here? https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3959#issuecomment-1296123776 > i wrote my own fix which i believe solves the problem. Using `img2img_image_conditioning` there just seems to be a mistake.