clone k-diffusion instead of installing it via pip, and do not install its requirements.txt

This commit is contained in:
AUTOMATIC
2022-09-28 21:38:26 +03:00
parent 278e7c7114
commit a703f56d73
4 changed files with 18 additions and 12 deletions

View File

@@ -20,6 +20,7 @@ path_dirs = [
(os.path.join(sd_path, '../CodeFormer'), 'inference_codeformer.py', 'CodeFormer'),
(os.path.join(sd_path, '../BLIP'), 'models/blip.py', 'BLIP'),
(os.path.join(sd_path, '../latent-diffusion'), 'LDSR.py', 'LDSR'),
(os.path.join(sd_path, '../k-diffusion'), 'k_diffusion/sampling.py', 'k_diffusion'),
]
paths = {}