williamyang1991 / FRESCO

[CVPR 2024] FRESCO: Spatial-Temporal Correspondence for Zero-Shot Video Translation
https://www.mmlab-ntu.com/project/fresco/
Other
734 stars 71 forks source link

Implementing personal settings to use local sd-models #42

Open lengthtail opened 7 months ago

lengthtail commented 7 months ago

I believe that there are many users who would like to try FRESCO along with their locally stored models more easily. Therefore, I made a simple implementation so that the paths of local models can be saved and used in personal_settings.yaml.

In this implementation, I worked on the following

I have made several more changes to the FRESCO code I'm locally using. So there may be some bugs as I made this pull request with only these features cut out. In that case, I am sorry, but please point it out to me.

Please consider incorporating it into the main branch!

P.S. This modified version seems to work fine in my local environment. However, when I loaded the local model for the first time, I got an error message in the CLI, so I followed the recommendation and installed omegaconf additionally. I have not been able to verify in detail why that was necessary, but others may need that as well.