How to use 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.

1 Like

thanks :heart_eyes: :star_struck:

1 Like

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.