i download model from civitai , i want use it in my program like this
pipe = DiffusionPipeline.from_pretrained
but i got the error: not exists config.json ,how can i load the model from civitai ?
i download model from civitai , i want use it in my program like this
pipe = DiffusionPipeline.from_pretrained
but i got the error: not exists config.json ,how can i load the model from civitai ?
Use from_single_files
instead.
thanks
This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.