high_byte

Results 27 comments of high_byte

it started as a meme project. I did find some use cases for it, but most likely not as a top-layer. if would run on the same layer it is...

very nice! 👏 looks more complete end to end than mine. nicely done

changing the format would break compatibility. I think the correct way should be change the behavior if 4 items specified and retain behavior for less items.

see my answer here, hopefully it works for you too: https://github.com/CompVis/stable-diffusion/issues/59#issuecomment-1459771606

just a note, I fixed the crashing in https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/8638 still it's best practice to add the arguments to argparse to avoid printing "unknown arg" to console. a1111 arg parsing is...

I just wanted to add this one line, ended up refactoring the entire arg parser since it was messy. https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/8638

very simple version of what you asked. currently it only flips with CSS so any processing still uses the original unflipped image. currently it only works for outputs in txt2img...

I hope it's merged but you can leave it open until then. I'm not git expert and I think I messed the PR I made several unrelated commits into a...

I just found in the wiki this script which does flip the actual pixels in the image: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Developing-custom-scripts it's not via a button but perhaps it will help.

> this has a lot more code than advertised in the description that's my bad I don't know how to make PR :( closing this one, fixed it here: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/8523