Andray

Results 136 comments of Andray

Works well even with merges. To install you need to download patch of this pr: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14390.diff Then open command line in your webui directory. And run: `git apply `

There is a problem with merges and vae: 1. SDXL Base Inpaint. Okey with nothing special: ![00118-2438248406](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/33491867/67705899-2e93-4115-be94-62c64716cc44) 2. I merged: A - sdxl base inpaint, B - juggernautXLv7, C -...

I found the solution, it's needed to download fp16-fix sdxl vae, and use/bake it instead of original: https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/blob/main/sdxl_vae.safetensors!

So there is a complete recipe: A: [sd_xl_base_1.0_inpainting_0.1.safetensors](https://huggingface.co/wangqyqq/sd_xl_base_1.0_inpainting_0.1.safetensors/blob/main/sd_xl_base_1.0_inpainting_0.1.safetensors) B: your SDXL model C: [sd_xl_base_1.0_0.9vae.safetensors](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/sd_xl_base_1.0_0.9vae.safetensors) M = 1 Interpolation Method = Add difference Save as fp16 = True Bake in VAE:...

> @wangqyqq > hey i found an SXDL_pix2pix > It is not pix2pix, it's random fine tuning or even merge, which the author called pix2pix just for bite. There are...

Fixed - https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14699

Do you have TansorRT extension installed?

Try to run webui with argument `--log-startup`, remember the last line. Then rollback webui to 1.6.0 (`git checkout 5ef669d`), and run with this flag again. Line after line that you...

> Thank light-and-ray, this was exactly my problem. However, I'm new to the process so does this mean the tensorRT extension isn't working with 1.7.0? Yes. I don't know why...

Write in command line "git checkout 1.6.1"