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]: it's "skimage" NOT "scikit-image" !!! #198

Open
illtellyoulater opened this issue Oct 3, 2023 · 1 comment
Open

[BUG]: it's "skimage" NOT "scikit-image" !!! #198

illtellyoulater opened this issue Oct 3, 2023 · 1 comment

Comments

@illtellyoulater
Copy link

In install.py you have:

if not launch.is_installed("ffmpeg-python"):
    launch.run_pip("install ffmpeg-python", "Install \"ffmpeg-python\" requirements for TemporalKit extension")

but this is causing "scikit-image" to always be reinstalled, because this is not the way the package is referred to in code.
The correct name is "skimage":

if not launch.is_installed("skimage")

Please fix it asap as this is causing environments to break, inconsistencies and so many headaches.

@illtellyoulater
Copy link
Author

Actually, this should be addressed in sd-webui instead: AUTOMATIC1111/stable-diffusion-webui#13487

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

No branches or pull requests

1 participant