Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the search for symbolic links #10456

Closed
wants to merge 1 commit into from

Conversation

acncagua
Copy link
Contributor

Describe what this pull request is trying to achieve.

This is a fix to read the symbolic links created in the models folder and the Extra Networks folder.
Previously they were read normally, but now they are unreadable.

Additional notes and description of your changes

Change os.walk to read symbolic links by adding followlinks=True
These are mentioned in #10346, #10390, #10405, and a fix was attempted in dev’s cb3f8ff.
However, since the version has been raised without being reflected in the master version, this is a re-request.

Environment this was tested in

  • OS: Linux(WSL2)
  • Browser: Microsoft Edge
  • Graphics card: NVIDIA RTX 3090

@AUTOMATIC1111
Copy link
Owner

isn't this how it already is in dev?

@acncagua
Copy link
Contributor Author

Comparing the source of the current dev branch, this modification is not included
It seems to have disappeared somewhere.

@acncagua
Copy link
Contributor Author

Excuse me, I just checked and it seems to be in dev.
I will cancel this request.

@acncagua acncagua closed this May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants