File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,9 +139,9 @@ def prepare_enviroment():
139
139
xformers_windows_package = os .environ .get ('XFORMERS_WINDOWS_PACKAGE' , 'https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/download/f/xformers-0.0.14.dev0-cp310-cp310-win_amd64.whl' )
140
140
141
141
stable_diffusion_repo = os .environ .get ('STABLE_DIFFUSION_REPO' , "https://github.com/CompVis/stable-diffusion.git" )
142
- taming_transformers_repo = os .environ .get ('TAMING_REANSFORMERS_REPO ' , "https://github.com/CompVis/taming-transformers.git" )
142
+ taming_transformers_repo = os .environ .get ('TAMING_TRANSFORMERS_REPO ' , "https://github.com/CompVis/taming-transformers.git" )
143
143
k_diffusion_repo = os .environ .get ('K_DIFFUSION_REPO' , 'https://github.com/crowsonkb/k-diffusion.git' )
144
- codeformer_repo = os .environ .get ('CODEFORMET_REPO ' , 'https://github.com/sczhou/CodeFormer.git' )
144
+ codeformer_repo = os .environ .get ('CODEFORMER_REPO ' , 'https://github.com/sczhou/CodeFormer.git' )
145
145
blip_repo = os .environ .get ('BLIP_REPO' , 'https://github.com/salesforce/BLIP.git' )
146
146
147
147
stable_diffusion_commit_hash = os .environ .get ('STABLE_DIFFUSION_COMMIT_HASH' , "69ae4b35e0a0f6ee1af8bb9a5d0016ccb27e36dc" )
You can’t perform that action at this time.
0 commit comments