diffusers/tools
1127
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 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