Skip to content
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
@OdedRotem314

Description

@OdedRotem314

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.

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions