I generated the conda environment using environment.yaml, and activated it in my docker console. When I try to run txt2img.py, I get the
ModuleNotFoundError: no module named "ldm".
According to the tutorial I followed, this capability should have been set up by creating the conda env. What am I missing?

I generated the conda environment using environment.yaml, and activated it in my docker console. When I try to run txt2img.py, I get the
ModuleNotFoundError: no module named "ldm".
According to the tutorial I followed, this capability should have been set up by creating the conda env. What am I missing?
