Results 15 comments of slymeasy

> You won't find any official ones, but you can find custom models here: https://upscale.wiki/wiki/Model_Database > But that requires you to mess with python unless you convert it. > The...

I have this same issue and looking at my memory usage it's at 5GBs before I even try to generate any images at it just stays there. Anyway to get...

> try basujindal optimizedSD Do you have a link to a Latent Diffusion Upscaler that I can install on Windows? That's what I was trying to install using a Stable...

> Please use this stable diffusion gui and you will solve your upscaling issue [stable-diffusion-webgui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) Thanks, got the same issue with CUDA error, but that guy had a lot of...

> Actually I fixed just replacing attention.py and module.py with the ones from basujindal. Thanks a lot for that link. That version is probably better than the original one I...

I had this same issue today, but I managed to fix it by replacing the sites folder with a backup I made just 30 minutes prior. I was playing with...

Use a .bat file as preloader and include those arguments to make sure they don't get erased when you update. ``` @echo off set COMMANDLINE_ARGS=--xformers --opt-split-attention --use-cpu interrogate call webui.bat...

>Of course the laptop version has less VRAM than the desktop one, but still, it isn't 0 GB. Just in case you didn't know, t**he RTX 3050 for laptop has...

> I think I found the issue on my end w/ this error - using the embedding from here https://huggingface.co/datasets/Nerfgun3/bad_prompt as `(bad_prompt:0.8)` in Negative Prompts seems like the culprit, removing...

Well, mine had something to do with the arguments I use when I run the program. I had to use `--precision full --no-half` because I am using a 1660ti. However,...