mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 02:50:26 -08:00
parent
d6e8d85e30
commit
1a1f7e85c7
7 changed files with 81 additions and 1 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue