Repository: maszhongming/Multi-LoRA-Composition
Branch: main
Commit: 6a5486cd98b6
Files: 34
Total size: 594.1 KB
Directory structure:
gitextract_umsbyxvg/
├── .gitignore
├── README.md
├── analyze.py
├── anime_lora_info.json
├── callbacks.py
├── compose_anime.sh
├── compose_lora.py
├── compose_reality.sh
├── docs/
│ ├── index.html
│ └── static/
│ ├── css/
│ │ ├── bulma.css.map.txt
│ │ └── index.css
│ ├── js/
│ │ ├── bulma-carousel.js
│ │ ├── bulma-slider.js
│ │ └── index.js
│ └── videos/
│ └── ._Icon
├── eval.sh
├── evaluate.py
├── example.py
├── human_eval/
│ ├── README.md
│ ├── calculate_correlations.py
│ ├── clipscore.py
│ ├── gpt4v.py
│ ├── image_info.json
│ └── results.json
├── lcm_example.py
├── lcm_lora_example.py
├── models/
│ └── README.md
├── pipelines/
│ ├── sd1.5_0.26.3/
│ │ └── pipeline.py
│ └── sdxl_0.26.3/
│ ├── pipeline.py
│ └── watermark.py
├── reality_lora_info.json
├── requirements.txt
├── sdxl_example.py
└── utils.py
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
models/lora/*
models/Realistic-LCM-LoRA/*
================================================
FILE: README.md
================================================
#
Multi-LoRA Composition for Image Generation












@article{zhong2024multi,
title={Multi-LoRA Composition for Image Generation},
author={Zhong, Ming and Shen, Yelong and Wang, Shuohang and Lu, Yadong and Jiao, Yizhu and Ouyang, Siru and Yu, Donghan and Han, Jiawei and Chen, Weizhu},
journal={arXiv preprint arXiv:2402.16843},
year={2024}
}