Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ class RunConfig:
sd_xl: bool = False
# Whether to use Stable Diffusion v2.1
sd_2_1: bool = False
# Projection dimension of the SDXL text encoder used to reshape prompt embeddings
text_encoder_projection_dim: int = 1280
# Which token indices to alter with attend-and-excite
token_indices: List[int] = None
# Which random seeds to use when generating
Expand Down