Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 455 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 455 Bytes

Contrastive Guidance

Usage

Contrastive guidance for text-to-image:

python contrastive_guidance.py

Contrastive guidance for image-to-text with Cross Attention Control:

python contrastive_guidance_cac.py

Contrastive guidance for CycleDiffusion:

python cycle_diffusion_contrastive.py

Contrastive guidance for CycleDiffusion with Cross Attention Control:

python cycle_diffusion_contrastive_cac.py