taming-transformers icon indicating copy to clipboard operation
taming-transformers copied to clipboard

Permuter not applied to condition indices

Open nihalsid opened this issue 4 years ago • 1 comments
trafficstars

In file taming/models/cond_transformer in function encode_to_c, permute is not used, while it is used for z. Is this intentional? Default permuter is Identity so i guess it doesn't affect much right now.

nihalsid avatar Jul 12 '21 19:07 nihalsid

I'm trying do to image 2 image translation on with transformers. I seemed to have to add it into encode_to_z to get it to stop throwing error. Though It still doesn't output any sane results.

adeptflax avatar Jul 13 '21 03:07 adeptflax