File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments