Comfy-Org / comfy-cli

Command Line Interface for Managing ComfyUI
https://docs.comfy.org/comfy-cli/getting-started
GNU General Public License v3.0
291 stars 47 forks source link

add '--depth=1' to speedup git clone speed #214

Closed icedfish closed 1 week ago

icedfish commented 1 week ago

git clone --help

  --depth <depth>
       Create a shallow clone with a history truncated to the specified number of commits. Implies --single-branch
       unless --no-single-branch is given to fetch the histories near the tips of all branches. If you want to
       clone submodules shallowly, also pass --shallow-submodules.
robinjhuang commented 1 week ago

Will this prevent installations of specific git tags? eg We allow installing stable versions of comfy as well as specific tags.

icedfish commented 1 week ago

Yes, you are right, sorry for not considering this situation.