Skip to content

Commit

Permalink
remove LDSR warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTOMATIC1111 committed Oct 2, 2022
1 parent 6785331 commit 1662836
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
(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"]),
]

Expand Down

0 comments on commit 1662836

Please sign in to comment.