opencv-python-headless>=4.5.3.56 # For image processing in headless environments numpy==1.26.4 # Numeric operations regex==2024.7.24 # Regular expressions, useful in text processing safetensors==0.4.4 # Secure and efficient storage of tensors tokenizers==0.19.1 # Fast tokenization of text, often used with transformers transformers @ git+https://github.com/huggingface/transformers # Use the latest transformers directly from source qwen-vl-utils==0.0.4 # Utils specific to Qwen-VL models flash-attn==2.6.3 # Flash Attention for performance optimization torch==2.0.1 # PyTorch, a deep learning framework diffusers>=0.21.0 # For handling model outputs and diffusion models fastapi==0.95.0 # Web framework for building APIs starlette==0.31.0 # ASGI framework used by FastAPI requests==2.31.0 # HTTP library for making requests Pillow==10.0.1 # Image processing library uvicorn==0.23.2 # ASGI server for running FastAPI apps accelerate==0.21.0 # For improving and optimizing model deployment