Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sparkles-AI
/
sd-automatic111
like
0
Paused
App
Files
Files
5c32cd0
sd-automatic111
/
package.json
QuintW
update repo
c9ea4f0
about 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 ."
}
}