aboutsummaryrefslogtreecommitdiff
path: root/modules/paths.py
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-05-30 12:36:55 +0300
committerAarni Koskela <akx@iki.fi>2023-05-30 12:47:57 +0300
commit5fcdaa6a7f19d083a6393cc0d2b933ff5080f5b3 (patch)
tree8a4641e83b0a78b0a0bb210d70cee247189a85b6 /modules/paths.py
parentb957dcfece29c84ac0cfcd5a69475ff8684c531f (diff)
Vendor in the single module used from taming_transformers; remove taming_transformers dependency
(and fix the two ruff complaints)
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 5f6474c0..5171df4f 100644
--- a/modules/paths.py
+++ b/modules/paths.py
@@ -20,7 +20,6 @@ assert sd_path is not None, f"Couldn't find Stable Diffusion in any of: {possibl
path_dirs = [
(sd_path, 'ldm', 'Stable Diffusion', []),
- (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, '../k-diffusion'), 'k_diffusion/sampling.py', 'k_diffusion', ["atstart"]),