File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ def prepare_enviroment():
142
142
143
143
stable_diffusion_commit_hash = os .environ .get ('STABLE_DIFFUSION_COMMIT_HASH' , "69ae4b35e0a0f6ee1af8bb9a5d0016ccb27e36dc" )
144
144
taming_transformers_commit_hash = os .environ .get ('TAMING_TRANSFORMERS_COMMIT_HASH' , "24268930bf1dce879235a7fddd0b2355b84d7ea6" )
145
- k_diffusion_commit_hash = os .environ .get ('K_DIFFUSION_COMMIT_HASH' , "f4e99857772fc3a126ba886aadf795a332774878 " )
145
+ k_diffusion_commit_hash = os .environ .get ('K_DIFFUSION_COMMIT_HASH' , "60e5042ca0da89c14d1dd59d73883280f8fce991 " )
146
146
codeformer_commit_hash = os .environ .get ('CODEFORMER_COMMIT_HASH' , "c5b4593074ba6214284d6acd5f1719b6c5d739af" )
147
147
blip_commit_hash = os .environ .get ('BLIP_COMMIT_HASH' , "48211a1594f1321b00f14c9f7a5b4813144b2fb9" )
148
148
You can’t perform that action at this time.
0 commit comments