stable-diffusion-webui-forge icon indicating copy to clipboard operation
stable-diffusion-webui-forge copied to clipboard

After last update inference time has multiplied by factor of 8

Open tilkinsc opened this issue 1 year ago • 0 comments

Hello, I updated to latest as well as did --xformers-reinstall and --torch-reinstall due to the console log telling me I can update. When I did a 5 second inference time for a 512x512 @ 20 samples image on a evga gtx 1080 sc multiplied by 8 up to 40 seconds per inference. I popped my settings.json and ui-settings.json and tried again with the same results. Some of my stable diffusion models are now reporting an error, including the included one. This error happens about after half the samples:

ONNXRuntimeError] : 2 : INVALID_ARGUMENT : Got invalid dimensions for input: images for the following indices
 index: 1 Got: 4 Expected: 3
 Please fix either the inputs/outputs or the model.

I use the following flags:

--api --listen --xformers --always-gpu

tilkinsc avatar Aug 15 '24 06:08 tilkinsc