eqvae
[ICML'25] EQ-VAE: Equivariance Regularized Latent Space for Improved Generative Image Modeling.
File Explorer
Download Latest Version (.zip)- calculate_fid.cpython-38.pyc
- lpips.cpython-38.pyc
- calculate_fid.py
- lpips.py
- vis_latent.py
- teaser.png
- dit_models.cpython-312.pyc
- __init__.cpython-312.pyc
- diffusion_utils.cpython-312.pyc
- gaussian_diffusion.cpython-312.pyc
- respace.cpython-312.pyc
- __init__.py
- diffusion_utils.py
- gaussian_diffusion.py
- respace.py
- timestep_sampler.py
- dit_models.py
- eqvae_config.yaml
- util.cpython-312.pyc
- util.cpython-38.pyc
- __init__.cpython-38.pyc
- dataset.cpython-38.pyc
- __init__.py
- dataset.py
- autoencoder.cpython-312.pyc
- autoencoder.cpython-38.pyc
- __init__.py
- classifier.py
- ddim.py
- ddpm.py
- plms.py
- autoencoder.py
- attention.cpython-312.pyc
- attention.cpython-38.pyc
- __init__.cpython-312.pyc
- __init__.cpython-38.pyc
- model.cpython-312.pyc
- model.cpython-38.pyc
- util.cpython-312.pyc
- util.cpython-38.pyc
- __init__.py
- model.py
- openaimodel.py
- util.py
- __init__.cpython-312.pyc
- __init__.cpython-38.pyc
- distributions.cpython-312.pyc
- distributions.cpython-38.pyc
- __init__.py
- distributions.py
- __init__.py
- modules.py
- __init__.cpython-38.pyc
- bsrgan.cpython-38.pyc
- bsrgan_light.cpython-38.pyc
- utils_image.cpython-38.pyc
- test.png
- __init__.py
- bsrgan.py
- bsrgan_light.py
- utils_image.py
- __init__.cpython-312.pyc
- __init__.cpython-38.pyc
- contperceptual.cpython-312.pyc
- contperceptual.cpython-38.pyc
- __init__.py
- contperceptual.py
- vqperceptual.py
- attention.py
- ema.py
- x_transformer.py
- lr_scheduler.py
- util.py
- download_sdvae.sh
- environment.yaml
- main.py
- README.md
- setup.py
- evaluator.py
- extract_features.py
- sample_ddp.py
- train.py
- environment.yml
- eval.py
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/zelaki/eqvae
Downloads the entire project code from GitHub to your computer.
cd eqvae
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
