ForMyCat / SparseGS

Codebase for SparseGS paper
Other
67 stars 6 forks source link

Question about pretrained stablediffusion model #8

Closed zhanghaoyu816 closed 1 month ago

zhanghaoyu816 commented 1 month ago

Hello, thanks a lot for your nice project. I have a small question about the pretrained stable diffusion model. According to the error message the problem should be that the network can not be connected to the huggingface. 图片

So I try to download the model "stable-diffusion 2-1 base" locally. Should I download the "v2-1_768-ema-pruned.ckpt" or something else? And what should I do with the pretrained model? 图片

Cause I'm a beginner in this field , this question may be a little silly, thanks for your careful answer!

ForMyCat commented 1 month ago

Ah, I understand your problem. We use the official StableDiffusionPipeline from diffusers. Check out this link: Official Documentation, scroll down, there is a section telling you how to load local checkpoints. Hope this is helpful.

zhanghaoyu816 commented 1 month ago

Thank you!I‘ll try it