My 3070 cannot seem to run SDXL
My 3070 cannot seem to run SDXL
I have been running 1.4, 1.5, 2 without issue - but everytime I try to run SDXL 1.0 (via Invoke, or Auto1111) it will not load the checkpoint.
I have the official hugging face version of the checkpoint, refiner, lora offset and VAE. They are all named properly to match how they need to. They are all in the appropriate folders. When I pick the model to load, it tries for about 20 seconds, then pops a super long error in the python instance and defaults to the last model I loaded. Oddly, it loads the refiner without issue.
Is this a case of my 8gb vram just not being enough? I have tried with the no-half/full precision arguments.
I had issues before I updated A1111. Do a
git pull
in the A111 directory and try again.I have mine auto set to git pull each load. Can you confirm, since you have it working...what files do I actually need - is it just the base, refiner, lora and vae?
I’m not an expert, but what I read said that you use SDXL by first using txt2img to generate an image using the base checkpoint, and then you send that image to img2img and use exactly the same prompt there with the refiner checkpoint.
That makes for a longer workflow than I’m used to, so sometimes I just use one or the other in txt2img and see what I get. Sometimes I forget to change the model when I switch between img2img and txt2img, too. I always seem to get results of similar quality when I use just one of the checkpoints.
It should be interesting to see what people come up with training their own checkpoints off of SDXL, though.