bes-dev / stable_diffusion.openvino

Apache License 2.0
1.53k stars 207 forks source link

Using Civitai model instead of huggingface. #134

Open Ashraf-wan opened 1 year ago

Ashraf-wan commented 1 year ago

The Stable Diffusion engine is using the custom stable diffusion openvino model on hugging face

Is there any workaround to use civitai model.

RedAndr commented 1 year ago

You would need to convert it first to diffusers. For example: https://gitlab.com/-/snippets/2505243