aboutsummaryrefslogtreecommitdiffstats
path: root/modules/paths.py
diff options
context:
space:
mode:
authorWDevelopsWebApps <97454358+WDevelopsWebApps@users.noreply.github.com>2022-09-29 10:19:13 +0000
committerGitHub <noreply@github.com>2022-09-29 10:19:13 +0000
commitf28ce3e3a17ccd9b4a03317031a4e3caa1a3088f (patch)
tree9f57cde73305695cce558cd8a172b4974a02ee1d /modules/paths.py
parent03ee67bfd34b9e872b33eb05fef5db83410b16f3 (diff)
parentbe5555fce4612fdfb4a06e831e3f1a8d055fdf9a (diff)
downloadstable-diffusion-webui-gfx803-f28ce3e3a17ccd9b4a03317031a4e3caa1a3088f.tar.gz
stable-diffusion-webui-gfx803-f28ce3e3a17ccd9b4a03317031a4e3caa1a3088f.tar.bz2
stable-diffusion-webui-gfx803-f28ce3e3a17ccd9b4a03317031a4e3caa1a3088f.zip
Merge branch 'master' into saving
Diffstat (limited to 'modules/paths.py')
-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 = {}