Implementing personal settings to use local sd-models #42
+185
−23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.