modelscope / DiffSynth-Studio

Enjoy the magic of Diffusion models!
Apache License 2.0
5.52k stars 502 forks source link

Load models into respective folders #61

Open muthuramanm opened 1 week ago

muthuramanm commented 1 week ago

Do we have any simple tricks to load all models to respective folders which needs to run this project?

Artiprocher commented 6 days ago

We are working on adding a downloader module to support automatic downloading. This feature will be released quickly (maybe in a few days).

Artiprocher commented 6 days ago

Hi, @muthuramanm . The downloader module has been added to the project. In each example, you can use download_models to download the models required in the script.

For developers, once you type " in the code, your IDE will show the model list and you can easily choose a model. We will update the model list to support more models.

image

muthuramanm commented 22 hours ago

Hey @Artiprocher , Do we have any photo editing models?. I mean erase text from photos or adding new text in existing photos. Please suggest your ideas. Thanks