Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
diffusers
/
tools
like
10
Follow
🧨Diffusers
300
Diffusers
English
stable-diffusion
stable-diffusion-diffusers
inpainting
art
artistic
anime
absolute-realism
License:
creativeml-openrail-m
Model card
Files
Files and versions
Community
2
Use this model
f941bfb
tools
/
mass_branches_retrieval.sh
patrickvonplaten
uP
9ae8cf2
over 1 year ago
raw
Copy download link
history
blame
Safe
207 Bytes
#!/usr/bin/env bash
touch
all_branches.txt
while
read
p;
do
echo
"-------------------------------"
>> all_branches.txt
python check_for_branches.py --model_id
${p}
>> all_branches.txt
done
<model_ids.txt