gitextract_ymnget5p/ ├── LICENSE ├── README.md ├── baseline.py ├── convert_bin.py ├── demo.py ├── ip_adapter/ │ ├── __init__.py │ ├── attention_processor.py │ ├── custom_pipelines.py │ ├── ip_adapter.py │ ├── ip_adapter_origin.py │ ├── resampler.py │ ├── shared_models.py │ ├── test_resampler.py │ └── utils.py ├── requirements.txt ├── run.sh ├── sdxl-fine-tuning/ │ └── data/ │ └── train.json ├── shared_models.py ├── test.py └── train.py