mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-27 07:10:56 -07:00
clone k-diffusion instead of installing it via pip, and do not install its requirements.txt
This commit is contained in:
parent
278e7c7114
commit
a703f56d73
4 changed files with 18 additions and 12 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue