stable-diffusion-webui
stable-diffusion-webui copied to clipboard
Update requirements.txt
This is to fix ImportError: cannot import name 'TypeIs' from 'typing_extensions' (/opt/conda/lib/python3.10/site-packages/typing_extensions.py) auto-1 exited with code 1
Fixes #16520
Checklist:
- [x] I have read contributing wiki page
- [x] I have performed a self-review of my own code
- [x] My code follows the style guidelines
- [x] My code passes tests