latent-diffusion
latent-diffusion copied to clipboard
when i try to use "python scripts/txt2img.py --prompt" i get this
Traceback (most recent call last):
File "C:\My Files\Programs\Latent Diffusion\scripts\txt2img.py", line 10, in
@BPplays it can't find the ldm folder/module. replace the top line with this at top of txt2img.py: import argparse, os, sys, glob, uuid sys.path.append('.')
That doesn't seem to have fixed it still getting the same error. what exactly is it looking for BTW?
Simply do pip install -e . in the root directory should get your issue resolved.