Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
ygohel18
/
custom-sdwebui
like
6
arxiv:
2211.06679
Model card
Files
Files and versions
Community
2
refs/pr/1
custom-sdwebui
/
package.json
ygohel18
init
f555b43
over 1 year ago
raw
Copy download link
history
blame
Safe
185 Bytes
{
"name"
:
"stable-diffusion-webui"
,
"version"
:
"0.0.0"
,
"devDependencies"
:
{
"eslint"
:
"^8.40.0"
}
,
"scripts"
:
{
"lint"
:
"eslint ."
,
"fix"
:
"eslint --fix ."
}
}