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
Using version https://github.com/mlc-ai/web-stable-diffusion/tree/ce0c2fbd0fffd7ee39e7be9da34052a8809d98db , I wanted to set up web-stable-diffusion "to deploy the model on web with WebGPU runtime" (as outlined at the specific README.md section.
README.md
The step scripts/prep_deps.sh failed with
scripts/prep_deps.sh
ModuleNotFoundError: No module named 'typing_extensions'
I was able to resolve this issue by installing the typing-extensions module with
pip install typing-extensions
Executing scripts/prep_deps.sh again then finished successfully.
So maybe typing-extensions should be declared as an requirement.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using version https://github.com/mlc-ai/web-stable-diffusion/tree/ce0c2fbd0fffd7ee39e7be9da34052a8809d98db , I wanted to set up web-stable-diffusion "to deploy the model on web with WebGPU runtime" (as outlined at the specific
README.md
section.The step
scripts/prep_deps.sh
failed withI was able to resolve this issue by installing the typing-extensions module with
Executing
scripts/prep_deps.sh
again then finished successfully.So maybe typing-extensions should be declared as an requirement.
The text was updated successfully, but these errors were encountered: