align_sd
Better Aligning Text-to-Image Models with Human Preference. ICCV 2023
File Explorer
Download Latest Version (.zip)- examples.png
- github_banner.png
- vis1.png
- vis2.png
- train_lora.sh
- .gitignore
- app_gradio.py
- download_regularization_images.py
- evaluate_hps.py
- generate_images.py
- gradio_requirements.txt
- LICENSE
- process_diffusiondb.py
- README.md
- requirements.txt
- select_training_images.py
- train_text_to_image_lora.py
# Installation Guide
1. Get the code
git clone https://github.com/tgxs002/align_sd
Downloads the entire project code from GitHub to your computer.
cd align_sd
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r gradio_requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
