stable_diffusion.openvino icon indicating copy to clipboard operation
stable_diffusion.openvino copied to clipboard

Is it possible to use LoRa models and custom models for this?

Open hourlyray1709 opened this issue 2 years ago • 4 comments

I know --model param exists, but I am not sure how to use it. I tried putting the path to the model for another stable diffusion app I'm using, but it didn't work.

I also wish to use codeformers to fix faces, so is it possible to add it to the code to fix faces? Thanks

hourlyray1709 avatar Jun 21 '23 06:06 hourlyray1709

same question here, someone please help to answer

phipgn avatar Jul 11 '23 15:07 phipgn

same question

CCMKCCMK avatar Aug 21 '23 06:08 CCMKCCMK

No, current code doesn't have such an option. Although you can merge a LoRA into a model.

RedAndr avatar Sep 30 '23 05:09 RedAndr

If you want these kind of features you should just use something like https://github.com/AUTOMATIC1111/stable-diffusion-webui It's about 2~3 times slower without openvino but to compensate you get way more features, and you can generate at lower resolutions like 384x384 if you want to speed things up a bit. I haven't tried it but there's also an openvino fork: https://github.com/openvinotoolkit/stable-diffusion-webui

Drake53 avatar Jan 25 '24 20:01 Drake53