toriato/stable-diffusion-webui-daam

does not work for custom tokens/embeddings

Opened this issue · 1 comments

Whenever I want to look at the heatmap for custom tokens (trained with textual inversion) no heatmap is shown for them.

I wanted to use this extension to check if the custom token solely refers to a subject or is somehow leaking information into the background or style.

I think it might be as simple as changing all the tokenizers to shared.sd_model.cond_stage_model.wrapped.tokenizer instead of the PreTrainedTokenizer from transformers and adding from modules import shared.