We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @glucauze
I've found the root cause of the delay on install.py it's caused by loading the shared module.
sd-webui-faceswaplab/install.py
Line 11 in 806086b
Can we drop this cmdline arg check?
If I remove the Lines 11 to 13 delay drops from 4-5secs to 0.2secs
The text was updated successfully, but these errors were encountered:
Could be done, i'll check that when i have time. This would require refactoring the code a bit. Thanks for your feedback
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi @glucauze
I've found the root cause of the delay on install.py it's caused by loading the shared module.
sd-webui-faceswaplab/install.py
Line 11 in 806086b
Can we drop this cmdline arg check?
If I remove the Lines 11 to 13 delay drops from 4-5secs to 0.2secs
The text was updated successfully, but these errors were encountered: