diff --git a/.github/workflows/update_downloads.yml b/.github/workflows/update_downloads.yml index fe293fc..494e834 100644 --- a/.github/workflows/update_downloads.yml +++ b/.github/workflows/update_downloads.yml @@ -12,6 +12,9 @@ jobs: - name: Checkout repo uses: actions/checkout@v2 + - name: Install jq + run: sudo apt-get install jq # Install jq to process JSON + - name: Get Hugging Face Model Download Count run: | curl -s https://huggingface.co/api/models/zhreyu/ComicStrips-Lora-Fluxdev | jq '.downloads' > download_count.txt