CoolFace
Modelpublic

diffusers/tools

sourceHugging Facecreativeml-openrail-mupdated 3y agoView on Hugging Face
11likes27downloads
mass_branches_retrieval.sh7 linesDownload Raw Back to root
1#!/usr/bin/env bash2touch all_branches.txt3 4while read p; do5	python check_for_branches.py --model_id ${p} >> all_branches.txt6done <model_ids.txt7