Skip to content

Commit c095729

Browse files
committed
need parenthesis
1 parent a3a6782 commit c095729

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎modules/launch_utils.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ def prepare_environment():
318318
requirements_file = os.environ.get('REQS_FILE', "requirements_versions.txt")
319319

320320
xformers_package = os.environ.get('XFORMERS_PACKAGE', 'xformers==0.0.20')
321-
clip_package = os.environ.get('CLIP_PACKAGE', "CLIP @ https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip")
322-
openclip_package = os.environ.get('OPENCLIP_PACKAGE', "open_clip @ https://github.com/mlfoundations/open_clip/archive/bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b.zip")
321+
clip_package = os.environ.get('CLIP_PACKAGE', "'CLIP @ https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip'")
322+
openclip_package = os.environ.get('OPENCLIP_PACKAGE', "'open_clip @ https://github.com/mlfoundations/open_clip/archive/bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b.zip'")
323323

324324
stable_diffusion_repo = os.environ.get('STABLE_DIFFUSION_REPO', "https://github.com/Stability-AI/stablediffusion.git")
325325
stable_diffusion_xl_repo = os.environ.get('STABLE_DIFFUSION_XL_REPO', "https://github.com/Stability-AI/generative-models.git")

0 commit comments

Comments
 (0)