gitextract_xdc54des/ ├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md ├── benchmarks/ │ ├── benchmark.csv │ ├── benchmark_H100_MIG.csv │ └── benchmark_no_xformers.csv ├── docs/ │ ├── benchmark-update.md │ └── benchmark.md ├── lambda_diffusers/ │ ├── __init__.py │ └── pipelines/ │ ├── __init__.py │ └── pipeline_stable_diffusion_im_embed.py ├── notebooks/ │ └── pokemon_demo.ipynb ├── requirements.txt ├── scripts/ │ ├── Dockerfile │ ├── Makefile │ ├── benchmark.py │ ├── benchmark_quality.py │ └── convert_sd_image_to_diffusers.py └── setup.py