w-e-w

Results 517 comments of 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 ![image](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/40751091/c2d0eb8c-0965-4280-a67f-23b8e13f7979) 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

![image](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/40751091/862ded02-2962-4df1-b15c-69bedd32e122) 1080 ![image](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/40751091/0256cf17-45c7-4835-9179-43cde94a697d) 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