@@ -395,15 +395,13 @@ def prepare_environment():
395
395
# stable_diffusion_xl_repo = os.environ.get('STABLE_DIFFUSION_XL_REPO', "https://github.com/Stability-AI/generative-models.git")
396
396
# k_diffusion_repo = os.environ.get('K_DIFFUSION_REPO', 'https://github.com/crowsonkb/k-diffusion.git')
397
397
huggingface_guess_repo = os .environ .get ('HUGGINGFACE_GUESS_REPO' , 'https://github.com/lllyasviel/huggingface_guess.git' )
398
- google_blockly_repo = os .environ .get ('GOOGLE_BLOCKLY_REPO' , 'https://github.com/lllyasviel/google_blockly_prototypes' )
399
398
blip_repo = os .environ .get ('BLIP_REPO' , 'https://github.com/salesforce/BLIP.git' )
400
399
401
400
assets_commit_hash = os .environ .get ('ASSETS_COMMIT_HASH' , "6f7db241d2f8ba7457bac5ca9753331f0c266917" )
402
401
# stable_diffusion_commit_hash = os.environ.get('STABLE_DIFFUSION_COMMIT_HASH', "cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf")
403
402
# stable_diffusion_xl_commit_hash = os.environ.get('STABLE_DIFFUSION_XL_COMMIT_HASH', "45c443b316737a4ab6e40413d7794a7f5657c19f")
404
403
# k_diffusion_commit_hash = os.environ.get('K_DIFFUSION_COMMIT_HASH', "ab527a9a6d347f364e3d185ba6d714e22d80cb3c")
405
404
huggingface_guess_commit_hash = os .environ .get ('HUGGINGFACE_GUESS_HASH' , "84826248b49bb7ca754c73293299c4d4e23a548d" )
406
- google_blockly_commit_hash = os .environ .get ('GOOGLE_BLOCKLY_COMMIT_HASH' , "1e98997c7fedaf5106af9849b6f50ebe5c4408f1" )
407
405
blip_commit_hash = os .environ .get ('BLIP_COMMIT_HASH' , "48211a1594f1321b00f14c9f7a5b4813144b2fb9" )
408
406
409
407
try :
@@ -464,7 +462,6 @@ def prepare_environment():
464
462
# git_clone(stable_diffusion_xl_repo, repo_dir('generative-models'), "Stable Diffusion XL", stable_diffusion_xl_commit_hash)
465
463
# git_clone(k_diffusion_repo, repo_dir('k-diffusion'), "K-diffusion", k_diffusion_commit_hash)
466
464
git_clone (huggingface_guess_repo , repo_dir ('huggingface_guess' ), "huggingface_guess" , huggingface_guess_commit_hash )
467
- git_clone (google_blockly_repo , repo_dir ('google_blockly_prototypes' ), "google_blockly" , google_blockly_commit_hash )
468
465
git_clone (blip_repo , repo_dir ('BLIP' ), "BLIP" , blip_commit_hash )
469
466
470
467
startup_timer .record ("clone repositores" )
0 commit comments