README.md

March 25, 2025 ยท View on GitHub

Towards Transformer-Based Aligned Generation with Self-Coherence Guidance

Setup

Environment

To set up their environment, please run:

conda create -n scg python=3.9
conda activate scg
pip install -r requirements.txt

Usage

To generate an image, you can run the Python script generate.py.

Contents

  1. 1Towards Transformer-Based Aligned Generation with Self-Coherence Guidance
  2. 2Setup
  3. 2.1Environment
  4. 3Usage