-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't find a way to use safetensors #157
Comments
Hi @kallaballa - we don't support safetensors directly. The plugin uses OpenVINO models, so you need to convert your model to OpenVINO. What models are you trying to use? |
I would like to use SD 1.5 with the following checkpoint: https://civitai.com/models/28068/impressionism-oil-painting |
way to go? openvinotoolkit/openvino#22747 (comment) |
Hi @kallaballa - yes, you can try this. I haven't tried it with this specific model, yet, but have a try and let me know if it works for you. Once you have the IRs, you'll need to replace the ones that are downloaded with the model downloader. For example, if you are on Windows, this location would default to c:\Users<username>\openvino-ai-plugins-gimp\weights\stable-diffusion-ov\stable-diffusion-1.5\square. What kind of CPU are you using? |
What would be the right way to use a checkpoint/safetensors file?
The text was updated successfully, but these errors were encountered: