ximinng / SVGDreamer

[CVPR 2024] Official implementation for "SVGDreamer: Text Guided SVG Generation with Diffusion Model" https://arxiv.org/abs/2312.16476
https://ximinng.github.io/SVGDreamer-project/
MIT License
188 stars 14 forks source link

Downloading diffusion model #8

Closed wshjtuk closed 5 months ago

wshjtuk commented 5 months ago

I wonder how to download the diffusion model by using wget or what is the link of the model, furthermore, what dir to put the model? Due to there is no proxy in the dev machine, I have to download it in PC and upload it to the dev machine.

Thank you.

ximinng commented 5 months ago

Dear wshjtuk,

Please note that the Stable Diffusion Model is downloaded from huggingface by diffusers. But you can still download it manually~ Model Link: https://huggingface.co/stabilityai/stable-diffusion-2-1-base Default model is stored in the /home/user/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1-base.

Best Regards, ximing