aboutsummaryrefslogtreecommitdiff
path: root/modules/paths.py
diff options
context:
space:
mode:
authorbrkirch <brkirch@users.noreply.github.com>2022-10-04 01:04:19 -0400
committerGitHub <noreply@github.com>2022-10-04 01:04:19 -0400
commitb88e4ea7d6536ddc814a9101a258f87b06230019 (patch)
tree913bdda300b7082aa61429689d0a730cecda1525 /modules/paths.py
parentbdaa36c84470adbdce3e98c01a69af5e95adfb02 (diff)
parent2865ef4b9ab16d56326cc805541bebcf01d099bc (diff)
Merge branch 'master' into master
Diffstat (limited to 'modules/paths.py')
-rw-r--r--modules/paths.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/paths.py b/modules/paths.py
index ceb80417..606f7d66 100644
--- a/modules/paths.py
+++ b/modules/paths.py
@@ -20,7 +20,6 @@ path_dirs = [
(os.path.join(sd_path, '../taming-transformers'), 'taming', 'Taming Transformers', []),
(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', ["atstart"]),
]