Add LDSR and "GoLatent?" Upscaling (#763)

* Add LDSR Upscaling
This commit is contained in:
d8ahazard
2022-09-21 08:06:37 -05:00
committed by GitHub
parent d6e8d85e30
commit 1a1f7e85c7
7 changed files with 81 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ 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'),
]
paths = {}