Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ehenley
/
ai
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
20c64e8
ai
/
package.json
ehenley
upload a1111
20c64e8
verified
5 months 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 ."
}
}