Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
FallnAI
/
DiffusionWebUI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bde1b49
DiffusionWebUI
/
clone.sh
Falln87
Create clone.sh
bde1b49
verified
about 2 years ago
raw
Copy download link
history
blame
Safe
185 Bytes
#!/bin/bash
set
-Eeuox pipefail
mkdir
-p /repositories/
"
$1
"
cd
/repositories/
"
$1
"
git init
git remote add origin
"
$2
"
git fetch origin
"
$3
"
--depth=1
git reset --hard
"
$3
"
rm
-rf .git