DAAM

Forked DAAM library to add aspect ratio and batch size support.

rockerBOO/daam

daam-attention-map

Aspect ratio

Added aspect ratio support. Supporting more aspect ratios to match how people create images using Stable Diffusion.

This required reworking how we resize the cross attention heat maps.

Batch size

Added batch size support. Users create images in batches to better use their GPU.

This required adding new layer in the library for the batch dimension and splitting the cross attention to match the batch.

Forked DAAM automatic1111 webui extension

Forked the DAAM webui extension rockerBOO/sd-webui-daam that people archived to add in library support for aspect ratio and batch size.