model load
#143
by
FOB69
- opened
Hi,
How can i load a local SD model with : pipe = StableDiffusionPipeline.from_pretrained("Path to mdel") ?
I tried to load a local .ckpt but it seams the method expects someting else.
Thank you
B.