This repository was archived by the owner on Feb 7, 2025. It is now read-only.
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
context is not really done but deleted #504
Open
Description
whenever context is passed to a block like in:
h, res_samples = downsample_block(hidden_states=h, temb=emb, context=context)
the forward function uses "del context"
so it is not really implementing this conditioning.
further more if the context is an image it should pass through an encoder before added/concat to the image embeddings.