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

[bug]: File paths stored incorrectly #6376

Open
1 task done
MylesCroft opened this issue May 16, 2024 · 0 comments
Open
1 task done

[bug]: File paths stored incorrectly #6376

MylesCroft opened this issue May 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@MylesCroft
Copy link

Is there an existing issue for this problem?

  • I have searched the existing issues

Operating system

Windows

GPU vendor

Nvidia (CUDA)

GPU model

na

GPU VRAM

No response

Version number

na

Browser

na

Python dependencies

No response

What happened

Installed two models with the new model manager and used the in-place local install to to the PC using the windows path:

\server\path\model

For that session it works, however whenever InvokeAI is re-initiated it fails to load the files due to using Linux paths:

//server/;path/model

Also unsure if it supports paths, but been unable to fully test this.

What you expected to happen

The models stored locally to be loaded whenever the Invoke batch script is re-initialised instead the failed to load due to forward slashes.

How to reproduce the problem

No response

Additional context

In might be worth making clearer how to load local models as many users may use c::\path-to-files instead of SMB \server\path

Discord username

Myles Croft

@MylesCroft MylesCroft added the bug Something isn't working label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant