-
Notifications
You must be signed in to change notification settings - Fork 205
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
how to use a model from civitai? #157
Comments
@baselqt pipe1 = StableDiffusionPipeline.from_single_file('path/model.safetensors')
pipe = StableDiffusionPipeline.from_pretrained("prompthero/openjourney", unet=pipe1.unet).to("cpu") |
@RedAndr |
@RedAndr you can go to huggingface website and search for your model, it has to have the diffusers tag with it, then copy the parts in the link before and after the last / and then place this in a part of the code in the jupiter notebook where it has a similar syntax, i dont really remeber it exactly but it should have the name /stablediffusion or something, its in the downloading models part and run the cells one by one from the beggining |
@homevk15 |
i want to use a model from civitai.com which is in .safetensors format. how can i use it with the openvino toolkit ?
The text was updated successfully, but these errors were encountered: