ginigen-sora / xora /models /autoencoders

Commit History

fix compatability issues with python 3.9
af41e07

eranlevinlt commited on

vae: fix attention blocks and timestep conditioning
bd9f5fd

guysrn commited on

VAE: Check for timesteps parameter in decoder before calling
8920e2d

benibraz commited on

VAE: Add timestep conditioning
65dad79

Sapir commited on

Merge pull request #34 from LightricksResearch/add_atten_to_decoder
f63ea56
unverified

Yoav HaCohen commited on

Decoder: add AttentionResBlocks block
07ddecf

origordon commited on

Merge pull request #33 from LightricksResearch/compress-all-half-channels
427926d
unverified

Guy Shiran commited on

causal_video_autoencoder: add option to half channels in depth to space upsample block
d5e984f

guysrn commited on

VAE Decoder: Inject noise between conv layers.
1f21780

origordon commited on

VAE: Support different latent_var_log options when returning intermediate features for 3D perceptual loss
7d89bb0

erichardson commited on

VAE: Support retuning intermediate features for 3d perceptual loss
028b6a1

erichardson commited on

VAE: Support more configurations for Encoder and Decoder blocks
43d3c68

erichardson commited on

Lint: added ruff.
325137b

Sapir commited on

VAE encode bugfix: remove bad dist_util.
eec4cb2

Sapir commited on

CausalVideoAutoencoder: made neater load_ckpt.
d699d2b

Sapir commited on

Ckpt conversion: script + usage examples updated.
bebbcd0

Sapir commited on

import fixes.
b30014f

Sapir commited on

working.
86b1a7e

Sapir commited on

refactor
c811a04

Sapir commited on