ProGamerGov

Results 515 comments of ProGamerGov

If you use `--no-half` it will work, but then it also requires a lot more VRAM to generate larger images.

Theoretically there shouldn't be an issue with using SD 2.1 if SD 2.0 already worked without `--no-half `, so I'm not sure why its broken.

@miguelgargallo Adding `--no-half` isn't really a PR worthy fix as it should work without that argument.

I did some more testing and I found another way to fix it! If you enable xformers with `--xformers`, then you don't have to use `--no-half`!

I am seeing this too. I wonder if the denoiser is being correctly changed here based on the model you use? https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/ce6911158b5b2f9cf79b405a1f368f875492044d#diff-4c4eff9d10f784b709e6356e8447ea9f06e4cedabc3ca08a5d8c41aa21ef2f78R353 Edit: I think its probably caused by the...

Maybe changes in k-diffusion are responsible? https://github.com/crowsonkb/k-diffusion/commit/7621f11f786ec17119ae9cac8e88971b822a4bbe https://github.com/crowsonkb/k-diffusion/pull/46

Not sure if I am missing something, but when I upscale my outputs using img2img, the fine details are being erased. Might be related to the changed k-diffusion values.

I just noticed that both my log.csv file and the png chunk info from yesterday appear to have the wrong seed saved (they also saved different seeds for the same...

There appears to be a way to install bash on Windows via Windows 10's linux subsystem, but I've heard others doing something like converting the scripts to batch file (`.bat`).

@spot92 Are you running Windows 10? If so, then there's actually a feature which will add all the Linux stuff like bash/shell scripts to your Windows 10 install: https://docs.microsoft.com/en-us/windows/wsl/install-win10 https://itsfoss.com/install-bash-on-windows/...