aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-28 21:38:26 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-28 21:38:26 +0300
commita703f56d73fa7f9bc3dc6181c3235187027edb01 (patch)
treed7a8b8ace6021dd117ebe8307e1ec6eb6a108328 /modules
parent278e7c711411bfc0a8bcf6c7f3d09f27d329c7a0 (diff)
clone k-diffusion instead of installing it via pip, and do not install its requirements.txt
Diffstat (limited to 'modules')
-rw-r--r--modules/paths.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/paths.py b/modules/paths.py
index 3a19f9e5..df7b9d9a 100644
--- a/modules/paths.py
+++ b/modules/paths.py
@@ -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 = {}