w-e-w
w-e-w
there seems to be two issues on your instance 1. your ui-config.json seems to be corrupted I remember makeing a fix for this issue but I can't remember which version...
> I downloaded the one on Civitai, I don't know it both the huggingface and civitai models are the same  The tldr about hashes is that if 2 file...
my guess this is the cause - https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15262 irrc this was to support drag drop image as input in some browsers like firefox
Base64 is binary-to-text encoding it does not affect the data (in this case image) in any way assuming that the input image is the same the result will be identical...
> And I can't make new radios closer together via css. unless I misunderstood you can https://github.com/w-e-w/sd-webui-hires-fix-tweaks tell me if you want help
let me try if it works and I will push
 1080  hows this
additional commits - [fix exif_bytes referenced before assignment](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15610/commits/8fa3fa76c39200e2af63ab86926c0c20cf02eb25) - [update opt.jpeg_quality description to include avif](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15610/commits/1091e3a37eb363d6ac5f4d3eb596526a85dea551)
> Adding “Return” to the first line of modules/sd_models.py solves the problem. ??????
you realize this is a pull request not an issue post