latent-diffusion icon indicating copy to clipboard operation
latent-diffusion copied to clipboard

Add __init__.py to flag ldm/ as a package

Open ahupp opened this issue 3 years ago • 0 comments

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.

ahupp avatar Mar 25 '22 00:03 ahupp