latent-diffusion
latent-diffusion copied to clipboard
Add __init__.py to flag ldm/ as a package
latent-diffusion has a setup.py and uses find_packages(), but since
a few of the directories are missing __init__.py nothing is actually
installed if you use pip install ... on it. This commit adds the
missing init.py files.