| # streamlit |
| # streamlit-image-coordinates>=0.2.0 # component for getting click coordinates on images |
| # ultralytics>=8.0.134 # includes FastSAM integration |
| # diffusers==0.17.0 # for Stable Diffusion pipeline |
| # transformers==4.30.2 # for Stable Diffusion text encoder |
| accelerate>=0.20.3 # helps with model acceleration |
| # torch # PyTorch (will auto-select a CUDA version on GPU) |
|
|
| diffusers>=0.26.0 |
| huggingface-hub>=0.20.0 |
| transformers>=4.31.0 |
| torch>=2.0.0 |
|
|
| streamlit>=1.32.0 |
| ultralytics>=8.0.0 |
| Pillow>=10.0.0 |
| streamlit-image-coordinates>=0.1.5 |
|
|
| streamlit_js_eval |