AUTOMATIC1111 / stable-diffusion-webui-tensorrt

MIT License
310 stars 20 forks source link

Cannot choose between profiles #68

Open sfingali opened 9 months ago

sfingali commented 9 months ago

I have generated several engine profiles for SDXL. However, I have no way of selecting the individual engines - all I can choose is one per base model/checkpoint.

I am also unable to delete these engine profiles.

EtienneDosSantos commented 9 months ago

all I can choose is one per base model/checkpoint

Yes, it is somewhat peculiar. I'm not entirely sure if this is a bug. It seems that all engines created for a single checkpoint are grouped together. Based on the txt2img settings, the system automatically selects the best-suited engine from the ones you've created. However, this is just my assumption, and I cannot confirm it. If this is the case, then the "Automatic" selection option in SD Unet appears redundant. What purpose would it serve if the system defaults to automatic selection anyway?

I am also unable to delete these engine profiles

You can manually remove engines. Navigate to the 'models' folder of your A1111 and find the 'Unet-onnx' and 'Unet-trt' directories. From there, you can delete the engines you no longer require.

sfingali commented 9 months ago

Thank you, I have manually deleted them, there wasn't documentation as to location but found on a YouTube video before your comment. All working with speed increase. If we get get multi-gpu working with A1111 we'll be cooking.