align_sd

(โ˜… 292)

Better Aligning Text-to-Image Models with Human Preference. ICCV 2023

  • .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 Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
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